@charset "UTF-8";
/*!
 * Theme Name:  Sloat Theme
 * Description: Custom theme for Sloat Garden Center
 * Author:      Lion Associates
 * Author URI:  http://lionassociates.com/
 * Version:     1.0.0
 */
/* 0. Imports, Variables, & Mixins
 * ========================================================================= */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

@font-face {
  font-family: 'vtpabstoldstyleroman';
  src: url("fonts/vtpabstoldstyle-roman-webfont.eot");
  src: url("fonts/vtpabstoldstyle-roman-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/vtpabstoldstyle-roman-webfont.woff") format("woff"), url("fonts/vtpabstoldstyle-roman-webfont.ttf") format("truetype"), url("fonts/vtpabstoldstyle-roman-webfont.svg#vtpabstoldstyleroman") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'pop_signageregular';
  src: url("fonts/popsignageicons-webfont.eot");
  src: url("fonts/popsignageicons-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/popsignageicons-webfont.woff") format("woff"), url("fonts/popsignageicons-webfont.ttf") format("truetype"), url("fonts/popsignageicons-webfont.svg#pop_signageregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* 1. Base
 * ========================================================================= */
body {
  background-color: #fff;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  background-image: url("images/bg_sloat.jpg");
  background-position: left top;
  background-repeat: repeat;
  font-family: 'PT Sans', sans-serif; }

a {
  color: #007a3d;
  text-decoration: none; }
  a:hover {
    color: #175a32;
    text-decoration: underline; }

a[href="#"] {
  cursor: default; }

nav ul {
  list-style: none;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; }

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

/* 2. Structural Styles
 * ========================================================================= */
.content-width {
  max-width: 1044px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto; }

/* -------------------------------> Columns <------------------------------- */
.columns:after {
  content: '';
  display: table;
  clear: both; }
.columns.reverse > .column {
  float: right; }
.columns.two > .column {
  width: 50%; }
.columns.two > .push-1 {
  margin-left: 33.333%; }
.columns.two.reverse > .push-1 {
  margin-right: 33.333%;
  margin-left: 0; }
.columns.three > .column {
  width: 33.333%; }
.columns.three > .x2 {
  width: 66.667%; }
.columns.three > .push-1 {
  margin-left: 33.333%; }
.columns.three > .push-2 {
  margin-left: 66.667%; }
.columns.three.reverse > .push-1 {
  margin-right: 33.333%;
  margin-left: 0; }
.columns.three.reverse > .push-2 {
  margin-right: 66.667%;
  margin-left: 0; }
.columns.four > .column {
  width: 25%; }
.columns.four > .x2 {
  width: 50%; }
.columns.four > .x3 {
  width: 75%; }
.columns.four > .push-1 {
  margin-left: 25%; }
.columns.four > .push-2 {
  margin-left: 50%; }
.columns.four > .push-3 {
  margin-left: 75%; }
.columns.four.reverse > .push-1 {
  margin-right: 25%;
  margin-left: 0; }
.columns.four.reverse > .push-2 {
  margin-right: 50%;
  margin-left: 0; }
.columns.four.reverse > .push-3 {
  margin-right: 75%;
  margin-left: 0; }
.columns.five > .column {
  width: 20%; }
.columns.five > .x2 {
  width: 40%; }
.columns.five > .x3 {
  width: 60%; }
.columns.five > .x4 {
  width: 80%; }
.columns.five > .push-1 {
  margin-left: 20%; }
.columns.five > .push-2 {
  margin-left: 40%; }
.columns.five > .push-3 {
  margin-left: 60%; }
.columns.five > .push-4 {
  margin-left: 80%; }
.columns.five.reverse > .push-1 {
  margin-right: 20%;
  margin-left: 0; }
.columns.five.reverse > .push-2 {
  margin-right: 40%;
  margin-left: 0; }
.columns.five.reverse > .push-3 {
  margin-right: 60%;
  margin-left: 0; }
.columns.five.reverse > .push-4 {
  margin-right: 80%;
  margin-left: 0; }

.column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* 3. Element Styles
 * ========================================================================= */
/* --------------------------------> State <-------------------------------- */
.is-hidden {
  display: none; }

/* -------------------------------> General <------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* -------------------------------> Modules <------------------------------- */
#top-bar {
  width: 100%;
  height: 34px;
  background: #f3f0e3;
  border-bottom: 1px solid #ece9db;
  display: block; }
  #top-bar .top-bar-inner {
    position: relative; }

@media only screen and (max-width: 65.25em) {
  #top-bar .top-bar-inner {
    padding: 0 20px; } }
.global-search {
  float: right;
  height: 30px;
  margin: 2px 0; }
  .global-search input#s {
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    display: inline-block;
    color: #111;
    font-style: italic;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .global-search #searchsubmit {
    width: 36px;
    height: 30px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background-color: #007a3d;
    border: none;
    position: relative;
    z-index: 8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .global-search #searchsubmit:hover {
      background-color: #175a32; }
    .global-search #searchsubmit i {
      font-size: 16px;
      line-height: 30px;
      color: white; }

#loc-link {
  color: #007a3d;
  font-size: 19px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 20px;
  display: inline-block;
  position: absolute;
  left: 8%;
  top: 114px;
  z-index: 99; }
  #loc-link i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 34px;
    display: block; }

#site-header {
  height: 165px;
  position: relative; }
  #site-header #top-logo {
    width: 325px;
    height: 123px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    #site-header #top-logo img {
      width: 100%;
      height: auto; }

#newsletter-signup {
  position: absolute;
  top: 40px;
  right: 0px;
  padding: 38px 48px 10px 0;
  background-image: url("images/newsletter-bg.png");
  background-position: top right;
  background-repeat: no-repeat; }
  #newsletter-signup h3 {
    margin: 0;
    font-size: 21px;
    font-weight: bold;
    color: #007a3d;
    font-family: 'PT Sans Narrow', sans-serif; }
  #newsletter-signup form {
    margin: 0;
    position: relative; }
    #newsletter-signup form input[type="text"] {
      color: #aeaeae;
      font-size: 14px;
      border: 1px solid #d6d6d6;
      height: 26px;
      line-height: 26px;
      padding: 0 5px;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #newsletter-signup form input[type="submit"] {
      background: #007a3d;
      color: white;
      border: none;
      font-size: 18px;
      height: 26px;
      line-height: 26px;
      padding: 0 12px;
      border-top: 2px solid #02984d;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'PT Sans Narrow', sans-serif; }
      #newsletter-signup form input[type="submit"]:hover {
        background: #175a32; }

@media only screen and (max-width: 65.25em) {
  #newsletter-signup {
    right: 20px; } }
@media only screen and (max-width: 55em) {
  #site-header {
    height: 185px; } }
@media only screen and (max-width: 44em) {
  #site-header {
    height: 155px; }
    #site-header #top-logo {
      width: 300px;
      height: 109px; }
      #site-header #top-logo img {
        width: 100%;
        height: auto; } }
@media only screen and (max-width: 32em) {
  #site-header {
    height: 125px; }
    #site-header #top-logo {
      width: 250px;
      height: 96px; } }
#main-menu {
  background: #007a3d;
  height: 43px;
  border-top: 2px solid #02984d;
  position: relative;
  -webkit-box-shadow: 0 3px 4px 0 #222222;
  box-shadow: 0 3px 4px 0 #222222;
  z-index: 1000; }
  #main-menu h1.is-hidden {
    font-weight: normal;
    color: white;
    font-size: 16px;
    line-height: 43px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 20px; }
  #main-menu ul.mobile-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1000;
    background: white;
    border-bottom: 1px solid #007a3d; }
    #main-menu ul.mobile-menu li {
      padding-left: 20px;
      position: relative; }
      #main-menu ul.mobile-menu li.menu-item-has-children .fa {
        position: absolute;
        top: 1px;
        right: 0;
        color: #007a3d;
        font-size: 24px;
        line-height: 40px;
        width: 60px;
        text-align: center;
        cursor: pointer; }
        #main-menu ul.mobile-menu li.menu-item-has-children .fa:hover {
          color: #175a32;
          background: #eee; }
      #main-menu ul.mobile-menu li a {
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #007a3d;
        display: block; }
        #main-menu ul.mobile-menu li a:hover {
          text-decoration: none; }
      #main-menu ul.mobile-menu li .sub-menu {
        display: none; }
      #main-menu ul.mobile-menu li #searchform {
        float: none;
        clear: both;
        margin: 0;
        height: 40px;
        padding: 10px 16px 10px 0;
        position: relative; }
        #main-menu ul.mobile-menu li #searchform input#s {
          border: 1px solid #ccc;
          display: block;
          width: 100%;
          height: 40px;
          line-height: 40px; }
        #main-menu ul.mobile-menu li #searchform #searchsubmit {
          background: none;
          position: absolute;
          right: 16px;
          top: 10px;
          height: 40px; }
          #main-menu ul.mobile-menu li #searchform #searchsubmit i {
            color: #007a3d;
            line-height: 40px;
            font-size: 21px; }
    #main-menu ul.mobile-menu > li:first-child a {
      border-top: none; }
  #main-menu #mobile-button {
    display: none;
    position: relative;
    color: white;
    cursor: pointer;
    height: 43px;
    width: 100%;
    text-align: center;
    z-index: 99; }
    #main-menu #mobile-button .fa-bars {
      font-size: 30px;
      line-height: 43px;
      float: right;
      margin-right: 16px; }
  #main-menu ul.menu {
    margin: 0;
    padding: 0;
    height: 43px;
    list-style: none;
    display: inline-block; }
    #main-menu ul.menu > li {
      float: left;
      position: relative; }
      #main-menu ul.menu > li:hover {
        background-color: #20673d; }
      #main-menu ul.menu > li.current-menu-parent {
        background-color: #175a32; }
      #main-menu ul.menu > li .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 280px;
        padding: 22px 0 22px 22px;
        background: white;
        z-index: 999;
        -webkit-box-shadow: 0 2px 2px 0 #222222;
        box-shadow: 0 2px 2px 0 #222222;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        #main-menu ul.menu > li .sub-menu li {
          border-bottom: 1px solid #ccc; }
          #main-menu ul.menu > li .sub-menu li a {
            color: #007a3d;
            border-left: none;
            padding-left: 0;
            height: 30px;
            line-height: 30px; }
            #main-menu ul.menu > li .sub-menu li a:hover {
              color: #104024;
              background: none; }
      #main-menu ul.menu > li:first-child a {
        border-left: none; }
      #main-menu ul.menu > li:hover .sub-menu {
        display: block; }

      /*
      #main-menu ul.menu > li.mega-menu {
                    position: static !important; }
                    #main-menu ul.menu > li.mega-menu .sub-menu {
                      width: 100%;
                      padding-right: 800px;
                      min-height: 200px;
                      -webkit-box-shadow: 0 2px 2px 0 #222222;
                      box-shadow: 0 2px 2px 0 #222222; }
                      #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post {
                        position: absolute;
                        left: 270px;
                        top: 0;
                        height: 200px;
                        width: 387px;
                        padding: 25px 35px 0 0;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        -ms-box-sizing: border-box;
                        -o-box-sizing: border-box;
                        box-sizing: border-box; }
                        #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post:after {
                          content: '';
                          display: table;
                          clear: both; }
                        #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post img {
                          float: left;
                          margin-right: 20px;
                          width: 140px;
                          height: auto;
                          border: 1px solid #2e2e2e; }
                        #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post a {
                          border-left: none; }
                        #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post .content {
                          float: left;
                          width: 180px;
                          line-height: 20px; }
                          #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post .content h1 {
                            margin: 0 0 4px;
                            font-weight: normal; }
                            #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post .content h1 a {
                              font-size: 19px; }
                          #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post .content a {
                            color: #007a3d;
                            line-height: 20px;
                            padding: 0;
                            font-size: 16px;
                            display: inline-block;
                            height: auto; }
                            #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post .content a.more {
                              font-family: 'PT Sans', sans-serif; }
                      #main-menu ul.menu > li.mega-menu .sub-menu #mega-feature {
                        left: 658px; }*/
      
      
      #main-menu ul.menu > li > a:hover {
        background: #175a32; }
      #main-menu ul.menu > li > a[href="#"]:hover {
        background: none; }
    #main-menu ul.menu a {
      display: block;
      height: 43px;
      line-height: 43px;
      font-size: 19px;
      padding: 0 22px;
      color: white;
      border-left: 1px solid #175a32;
      font-family: 'PT Sans Narrow', sans-serif; }
      #main-menu ul.menu a:hover {
        text-decoration: none; }

ul.social {
  margin: 0 12px 0 0;
  padding: 0;
  display: inline-block;
  float: right;
  height: 43px;
  list-style: none; }
  ul.social li {
    float: left; }
    ul.social li a {
      color: white;
      display: block;
      height: 43px;
      line-height: 43px;
      margin-left: 2px;
      padding: 0 4px;
      font-size: 19px; }
      ul.social li a:hover {
        text-decoration: none; }

@media only screen and (max-width: 65.25em) {
  ul.social {
    margin-right: 18px; }


  #main-menu ul.menu > li.mega-menu .sub-menu {
     padding-right: 75%; }
     #main-menu ul.menu > li.mega-menu .sub-menu #mega-feature {
       left: 65%;
       width: 35%; }
     #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post {
       width: 37.5%;
       left: 28%; }
       #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post img {
         width: 25%;
         margin-right: 4%; }
       #main-menu ul.menu > li.mega-menu .sub-menu .mega-recent-post .content {
         width: 70%; } }
 
@media only screen and (max-width: 55em) {
  #main-menu {
    height: auto; }
    #main-menu #mobile-button {
      display: block; }
    #main-menu ul.menu, #main-menu ul.social {
      display: none; }
    #main-menu h1.is-hidden {
      display: inline-block; }

  #top-bar, #newsletter-signup {
    display: none; } }
#site-footer {
  background: #007a3d;
  width: 100%;
  position: relative;
  margin-top: 3px; }
  #site-footer .footer-inner {
    position: relative;
    padding: 0 0 32px; }
    #site-footer .footer-inner #site-info {
      margin: 0;
      position: absolute;
      bottom: 0;
      padding: 0 40px;
      color: white;
      font-size: 12px;
      height: 32px;
      line-height: 32px;
      width: 100%;
      display: block;
      background: #016533;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      #site-footer .footer-inner #site-info a {
        color: white;
        text-decoration: underline; }

@media only screen and (max-width: 33em) {
  #site-footer .footer-inner #site-info {
    font-size: 11px;
    text-align: center;
    padding: 0 10px; } }
#footer-border {
  height: 3px;
  width: 100%;
  background-image: url("images/footer-top-border.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: -3px; }

#footer-menu {
  padding: 40px 0 40px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #footer-menu:after {
    content: '';
    display: table;
    clear: both; }
  #footer-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
    #footer-menu ul.menu:after {
      content: '';
      display: table;
      clear: both; }
    #footer-menu ul.menu a {
      color: white;
      font-size: 13px;
      text-shadow: 0 1px 0 #000000;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 145px;
      display: block; }
      #footer-menu ul.menu a:hover {
        text-decoration: none; }
    #footer-menu ul.menu > li {
      float: left;
      margin-right: 35px; }
      #footer-menu ul.menu > li > a {
        font-size: 18px;
        text-transform: uppercase; }
      #footer-menu ul.menu > li ul.sub-menu {
        margin: 8px 0 30px; }
  #footer-menu ul.social {
    color: white;
    margin: 0 80px 0 0;
    height: auto; }
    #footer-menu ul.social h3 {
      font-size: 18px;
      font-weight: normal;
      text-shadow: 0 1px 0 #000000;
      margin: 0 0 8px; }
    #footer-menu ul.social > li {
      float: none; }
      #footer-menu ul.social > li a {
        padding: 0;
        margin: 0; }
      #footer-menu ul.social > li .sub-menu:after {
        content: '';
        display: table;
        clear: both; }
      #footer-menu ul.social > li.locally-owned {
        margin-top: 20px;
        clear: both; }
    #footer-menu ul.social .fa-stack-1x {
      color: #007a3d;
      font-size: 1.125em; }
    #footer-menu ul.social > li a:hover .fa-stack-1x {
      color: #175a32; }

@media only screen and (max-width: 64em) {
  #footer-menu {
    height: auto; }
    #footer-menu ul.menu {
      float: left; }
    #footer-menu ul.social {
      margin: 30px 0 0;
      clear: both;
      float: left; } }
@media only screen and (max-width: 44em) {
  #footer-menu {
    padding-left: 20px; }
    #footer-menu ul.menu a {
      max-width: 100%; } }
.container {
  background: white; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

.page-header, .single-header {
  height: 194px;
  width: 100%;
  overflow: hidden; }
  .page-header img, .single-header img {
    min-width: 100%;
    height: auto; }

.main-content {
  width: 67%;
  padding: 0 50px 50px 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .main-content:after {
    content: '';
    display: table;
    clear: both; }
  .main-content h1 {
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    margin: 40px 0 20px;
    color: #007a3d;
    font-family: 'PT Sans Narrow', sans-serif; }
    .main-content h1.page-title {
      margin-top: 0 !important;
      margin-bottom: 30px !important; }
  .main-content h2 {
    font-size: 20px;
    line-height: 1;
    margin: 30px 0 10px;
    font-weight: normal;
    color: #007a3d;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif; }
  .main-content img {
    max-width: 100%;
    height: auto; }
  .main-content p br {
    display: none; }

.page-title {
  font-size: 30px;
  font-weight: normal;
  color: #007a3d;
  margin: 0 0 20px;
  font-family: 'PT Sans Narrow', sans-serif; }

@media only screen and (max-width: 55em) {
  .main-content {
    width: 100%;
    float: none;
    padding-bottom: 50px;
    padding-right: 20px; }

  .page-header, .single-header {
    height: auto; }
    .page-header img, .single-header img {
      display: block;
      width: 100%;
      height: auto; } }
.page-template-page-PLANT-SEARCH-php .main-content h1 {
  margin-bottom: 10px !important; }

.index-container .post {
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-image: url("images/bg_horiz.jpg");
  background-position: left bottom;
  background-repeat: no-repeat; }
  .index-container .post:after {
    content: '';
    display: table;
    clear: both; }
  .index-container .post .index-image {
    float: left;
    border: 4px solid white;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc; }
  .index-container .post .post-date {
    clear: both;
    font-size: 14px;
    margin: 0 0 3px; }
  .index-container .post .post-content {
    float: left;
    width: 76%; }
    .index-container .post .post-content h1 {
      font-size: 20px;
      line-height: 1;
      font-weight: normal;
      margin-bottom: 2px;
      margin-top: 0 !important; }
.index-container .main-content .category-select, .index-container #sidebar .category-select {
  display: none !important;
  height: 33px;
  line-height: 1;
  width: 220px;
  border: 1px solid #c5c5c5;
  background: transparent;
  background-image: url("images/green-arrow.jpg");
  background-position: 190px 4px;
  background-repeat: no-repeat;
  outline: none;
  margin: 0 0 30px; }
  .index-container .main-content .category-select .customSelectInner, .index-container #sidebar .category-select .customSelectInner {
    height: 19px;
    line-height: 1;
    padding: 7px 0 7px 5px; }

.index-container #sidebar .category-select {
  display: block !important; }

@media only screen and (max-width: 65.25em) {
  .index-container .post .post-content {
    width: 75%; } }
@media only screen and (max-width: 62em) {
  .index-container .post .post-content {
    width: 73%; } }
@media only screen and (max-width: 59em) {
  .index-container .post .post-content {
    width: 71%; } }
@media only screen and (max-width: 55em) {
  .index-container .main-content {
    padding-right: 20px;
    padding-bottom: 50px; }
  .index-container .post .post-content {
    width: 78%; }
  .index-container .post .index-image {
    width: 20%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .index-container .main-content .category-select {
    display: inline-block !important; } }
@media only screen and (max-width: 36em) {
  .post-content img {
    width: 100%;
    height: auto;
    margin: 0 0 20px; } }
.page-template-page-PLANT-RESULTS-php article:after {
  content: '';
  display: table;
  clear: both; }

.fine-print {
  clear: both;
  display: block;
  text-align: right;
  padding-right: 50px;
  color: #007a3d;
  font-style: italic;
  font-size: 18px; }

.recipe-logo {
  float: right;
  margin: 0 0 10px 10px;
  border: 4px solid white;
  -webkit-box-shadow: 0 0 4px 0 #ccc;
  box-shadow: 0 0 4px 0 #ccc; }

#recipe-box {
  margin-top: 50px; }

.recipe-list {
  clear: both;
  margin: 0 0 36px; }
  .recipe-list:after {
    content: '';
    display: table;
    clear: both; }
  .recipe-list ul.list {
    float: left;
    width: 75%; }
    .recipe-list ul.list li {
      line-height: 1;
      margin: 0 0 12px; }

.main-content .group-title {
  margin: 0 0 10px;
  font-size: 22px;
  text-transform: uppercase; }

.group-image {
  float: left;
  border: 4px solid white;
  width: 22%;
  height: auto;
  margin-right: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 4px 0 #ccc;
  box-shadow: 0 0 4px 0 #ccc; }

.edible-gardening img {
  width: 95%;
  margin: 0 0 20px;
  height: auto;
  display: block;
  border: 4px solid white;
  -webkit-box-shadow: 0 0 4px 0 #ccc;
  box-shadow: 0 0 4px 0 #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

ul.edibles-list {
  margin-top: 50px; }
  ul.edibles-list li {
    margin: 0 0 30px; }
    ul.edibles-list li:after {
      content: '';
      display: table;
      clear: both; }
    ul.edibles-list li h2 {
      margin: 0 0 5px; }
    ul.edibles-list li .post-thumb {
      float: left;
      width: 22%;
      height: auto;
      border: 4px solid white;
      margin-right: 3%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 0 4px 0 #ccc;
      box-shadow: 0 0 4px 0 #ccc; }

.contact-form {
  width: 100%; }
  .contact-form ul.contact-form-errors {
    padding-left: 10px;
    color: red;
    font-style: italic; }
  .contact-form p {
    margin: 0 0 10px; }
  .contact-form label {
    display: block;
    font-size: 12px;
    text-transform: uppercase; }
  .contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

#single .single-image {
  width: 100%;
  height: auto;
  display: block; }
#single .single-title {
  color: #007a3d;
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 5px;
  font-weight: normal; }
#single .posted-by {
  font-size: 14px; }
#single .post-content {
  margin-bottom: 60px; }
  #single .post-content:after {
    content: '';
    display: table;
    clear: both; }

.related-posts, .recent-posts {
  position: relative; }
  .related-posts h2, .recent-posts h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif; }
  .related-posts .related-post, .related-posts article, .recent-posts .related-post, .recent-posts article {
    margin-bottom: 36px; }
    .related-posts .related-post:after, .related-posts article:after, .recent-posts .related-post:after, .recent-posts article:after {
      content: '';
      display: table;
      clear: both; }
    .related-posts .related-post h2, .related-posts .related-post h3, .related-posts article h2, .related-posts article h3, .recent-posts .related-post h2, .recent-posts .related-post h3, .recent-posts article h2, .recent-posts article h3 {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 0; }
    .related-posts .related-post .related-date, .related-posts article .related-date, .recent-posts .related-post .related-date, .recent-posts article .related-date {
      display: block;
      width: 100%;
      font-size: 14px;
      margin-bottom: 5px; }
    .related-posts .related-post p, .related-posts article p, .recent-posts .related-post p, .recent-posts article p {
      margin: 0;
      line-height: 20px; }
  .related-posts .related-thumb, .recent-posts .related-thumb {
    width: 26%;
    height: auto;
    display: block;
    border: 1px solid #cfcfcf;
    padding: 3px;
    background: white;
    margin-right: 2%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .related-posts a:hover .related-thumb, .recent-posts a:hover .related-thumb {
    border-color: #007a3d; }
  .related-posts .related-post-content, .recent-posts .related-post-content {
    float: left;
    width: 72%; }

.slideshow {
  width: 100%;
  height: 460px; }
  .slideshow .slide {
    width: 100%;
    height: 460px;
    background-position: center top; }
    .slideshow .slide .content-width {
      height: 100%; }
    .slideshow .slide .mobile-only {
      display: none; }
    .slideshow .slide .slide-content {
      width: 55%;
      position: absolute;
      bottom: 40px;
      background: rgba(250, 250, 250, 0.78);
      padding: 20px 30px;
      color: #000;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .slideshow .slide .slide-content.right {
        right: 0; }
      .slideshow .slide .slide-content.left {
        left: 0; }
      .slideshow .slide .slide-content .slide-title {
        font-weight: normal;
        font-size: 40px;
        line-height: 1;
        margin-bottom: 10px;
        font-family: 'vtpabstoldstyleroman'; }
      .slideshow .slide .slide-content .slide-title2 {
        font-weight: normal;
        font-size: 26px;
        line-height: 1;
        margin-bottom: 10px;
        margin-top: -8px;
        font-family: 'vtpabstoldstyleroman'; }
      .slideshow .slide .slide-content .slide-desc {
        font-size: 18px;
        line-height: 24px;
        font-style: italic; }
        .slideshow .slide .slide-content .slide-desc p {
          margin: 0;
          display: inline; }
      .slideshow .slide .slide-content .slide-link {
        font-size: 0;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .slideshow .slide .slide-content .slide-link .fa-stack {
          height: 24px;
          line-height: 24px;
          width: 24px; }
        .slideshow .slide .slide-content .slide-link .fa-circle {
          color: #b51f6d;
          font-size: 24px; }
        .slideshow .slide .slide-content .slide-link .fa-chevron-right {
          color: white;
          font-size: 13px;
          width: 24px;
          text-align: center; }
        .slideshow .slide .slide-content .slide-link:hover .fa-circle {
          color: #642c4f; }
  .slideshow .slideshow-pager-wrap {
    padding: 0 34px 6px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none; }
    .slideshow .slideshow-pager-wrap .fa-circle {
      color: white;
      font-size: 20px;
      height: 20px;
      line-height: 20px;
      margin-left: 5px;
      cursor: pointer;
      text-shadow: 0 1px 1px #333; }
  .slideshow #slideshow-prev, .slideshow #slideshow-next {
    position: absolute;
    top: 40%;
    z-index: 99;
    cursor: pointer; }
    .slideshow #slideshow-prev .fa, .slideshow #slideshow-next .fa {
      font-size: 66px;
      color: #937651; }
    .slideshow #slideshow-prev:hover .fa, .slideshow #slideshow-next:hover .fa {
      color: #483c37; }
  .slideshow #slideshow-prev {
    left: -57px; }
  .slideshow #slideshow-next {
    right: -57px; }

@media only screen and (max-width: 74em) {
  .slideshow #slideshow-prev, .slideshow #slideshow-next {
    display: none; }
  .slideshow .slideshow-pager-wrap {
    display: block; } }
@media only screen and (max-width: 57em) {
  .slideshow .slide .slide-content {
    width: 67%; } }
@media only screen and (max-width: 44em) {
  .slideshow .slide .slide-content {
    width: 90%; }
    .slideshow .slide .slide-content .slide-title {
      font-size: 36px; } }
@media only screen and (max-width: 32em) {
  .slideshow {
    height: auto; }
    .slideshow:after {
      content: '';
      display: table;
      clear: both; }
    .slideshow .slide {
      height: auto;
      background-size: 100% auto;
      padding-top: 44.06%; }
      .slideshow .slide:after {
        content: '';
        display: table;
        clear: both; }
      .slideshow .slide .content-width {
        display: block;
        height: auto; }
        .slideshow .slide .content-width:after {
          content: '';
          display: table;
          clear: both; }
      .slideshow .slide .slide-content {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
        top: auto;
        bottom: auto;
        padding: 20px;
        border-bottom: 1px solid #ddd;
        background: white; }
        .slideshow .slide .slide-content .slide-title {
          font-size: 27px;
          margin-bottom: 8px; }
        .slideshow .slide .slide-content .slide-desc {
          font-size: 17px; }
    .slideshow .slideshow-pager-wrap {
      display: none; } }
.columns-container {
  padding: 20px 34px 50px; }
  .columns-container .columns {
    margin-left: -25px; }
    .columns-container .columns:after {
      content: '';
      display: table;
      clear: both; }
    .columns-container .columns .column {
      float: left;
      width: 25%;
      padding-left: 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .columns-container .columns .column .column-title {
        background: #007a3d;
        color: white;
        font-size: 20px;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        margin-left: -8px;
        width: 96%;
        padding-left: 25px;
        position: relative;
        font-family: 'PT Sans Narrow', sans-serif; }
        .columns-container .columns .column .column-title:before {
          content: '';
          width: 0;
          height: 0;
          border-bottom: 8px solid #175a32;
          border-left: 8px solid transparent;
          position: absolute;
          left: 0;
          top: -8px; }
        .columns-container .columns .column .column-title:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 20px solid transparent;
          border-right: 8px solid white;
          border-bottom: 20px solid transparent;
          position: absolute;
          right: 0;
          top: 0; }
        .columns-container .columns .column .column-title a {
          color: white;
          display: block;
          height: 40px;
          line-height: 40px; }
          .columns-container .columns .column .column-title a:hover {
            text-decoration: none; }
        .columns-container .columns .column .column-title:hover {
          background: #175a32; }
      .columns-container .columns .column img {
        width: 100%;
        height: auto;
        display: block; }
      .columns-container .columns .column .column-content {
        line-height: 20px; }
      .columns-container .columns .column .column-link {
        display: block;
        margin-top: 5px; }
        .columns-container .columns .column .column-link .fa-stack {
          height: 20px;
          line-height: 20px;
          width: 30px;
          text-align: center; }
          .columns-container .columns .column .column-link .fa-stack .fa-circle {
            font-size: 20px;
            color: #007a3d; }
          .columns-container .columns .column .column-link .fa-stack .fa-chevron-right {
            font-size: 12px;
            color: white; }
        .columns-container .columns .column .column-link:hover {
          text-decoration: none; }
          .columns-container .columns .column .column-link:hover .fa-stack .fa-circle {
            color: #175a32; }
    .columns-container .columns .column-2 .column-title {
      background: #b51f6d; }
      .columns-container .columns .column-2 .column-title:before {
        border-bottom-color: #642c4f; }
      .columns-container .columns .column-2 .column-title:hover {
        background: #642c4f; }
    .columns-container .columns .column-2 .column-link .fa-stack .fa-circle {
      color: #b51f6d; }
    .columns-container .columns .column-2 .column-link:hover .fa-stack .fa-circle {
      color: #642c4f; }
    .columns-container .columns .column-3 .column-title {
      background: #937651; }
      .columns-container .columns .column-3 .column-title:before {
        border-bottom-color: #483c37; }
      .columns-container .columns .column-3 .column-title:hover {
        background: #483c37; }
    .columns-container .columns .column-3 .column-link .fa-stack .fa-circle {
      color: #937651; }
    .columns-container .columns .column-3 .column-link:hover .fa-stack .fa-circle {
      color: #483c37; }
    .columns-container .columns .column-4 .column-title {
      background: #127c78; }
      .columns-container .columns .column-4 .column-title:before {
        border-bottom-color: #0c5653; }
      .columns-container .columns .column-4 .column-title:hover {
        background: #0c5653; }
    .columns-container .columns .column-4 .column-link .fa-stack .fa-circle {
      color: #127c78; }
    .columns-container .columns .column-4 .column-link:hover .fa-stack .fa-circle {
      color: #0c5653; }

@media only screen and (max-width: 55em) {
  .columns-container {
    padding-bottom: 10px; }
    .columns-container .columns .column {
      width: 50%;
      margin-bottom: 30px; }
      .columns-container .columns .column.column-3 {
        clear: left; }
      .columns-container .columns .column .column-title {
        margin-top: -40px;
        width: 100%;
        padding-left: 15px; } }
@media only screen and (max-width: 32em) {
  .columns-container .columns .column {
    width: 100%;
    clear: both; } }
.tips-n-more {
  min-height: 260px;
  background: url("images/texture_tan.jpg");
  background-position: left top;
  background-repeat: repeat;
  -webkit-box-shadow: inset 0 3px 3px 0 #dacdbe;
  box-shadow: inset 0 3px 3px 0 #dacdbe; }
  .tips-n-more:after {
    content: '';
    display: table;
    clear: both; }
  .tips-n-more .half {
    float: left;
    width: 50%;
    padding: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .tips-n-more .half .form-image {
      position: absolute;
      top: 30px;
      right: 16px;
      z-index: 0; }
    .tips-n-more .half .form-title {
      font-size: 27px;
      font-weight: normal;
      line-height: 1;
      color: #007a3d;
      margin: 0 0 10px;
      padding-right: 140px;
      font-family: 'vtpabstoldstyleroman'; }
    .tips-n-more .half .form-text {
      line-height: 20px;
      padding-right: 140px; }
    .tips-n-more .half #ccoptin {
      position: relative; }
      .tips-n-more .half #ccoptin input[name="ea"] {
        border: 1px solid #bcbcbc;
        height: 30px;
        color: #aeaeae;
        line-height: 30px;
        padding: 0 10px 0 5px;
        display: inline-block;
        vertical-align: middle;
        width: 195px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
      .tips-n-more .half #ccoptin input[type="submit"] {
        background: #007a3d;
        color: white;
        border: none;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        border-top: 2px solid #02984d;
        display: inline-block;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'PT Sans Narrow', sans-serif; }
        .tips-n-more .half #ccoptin input[type="submit"]:hover {
          background: #175a32; }
    .tips-n-more .half .privacy {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 10px;
      color: #2e2e2e;
      margin-top: 20px; }
      .tips-n-more .half .privacy .fa-lock {
        color: #a09991;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px; }
    .tips-n-more .half.promo .insta-title {
      font-family: 'vtpabstoldstyleroman';
      font-size: 27px;
      font-weight: normal;
      color: #007a3d;
      margin: 0 0 10px;
      line-height: 1; }
    .tips-n-more .half.promo #instafeed {
      width: 100%;
      display: block;
      position: relative;
      margin: 0 0 5px; }
      .tips-n-more .half.promo #instafeed:after {
        content: '';
        display: table;
        clear: both; }
      .tips-n-more .half.promo #instafeed a {
        display: block; }
        .tips-n-more .half.promo #instafeed a img {
          width: 19%;
          height: auto;
          display: block;
          float: left;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          border: 3px solid white;
          margin: 0 1% 5px 0; }
    .tips-n-more .half.promo .img-wrap {
      float: left;
      max-width: 110px;
      position: relative;
      margin: 0 20px 20px -10px;
      display: block; }
      .tips-n-more .half.promo .img-wrap:before {
        content: '';
        width: 56px;
        height: 38px;
        position: absolute;
        display: block;
        z-index: 99;
        top: -10px;
        left: -10px;
        background-image: url("images/tape1.png");
        background-position: left top;
        bakcground-repeat: no-repeat; }
    .tips-n-more .half.promo .promo-image {
      height: auto;
      width: 100%;
      border: 4px solid white;
      -webkit-box-shadow: 0 0 4px 0 #ccc;
      box-shadow: 0 0 4px 0 #ccc;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .tips-n-more .half.promo .promo-title {
      font-weight: normal;
      font-size: 18px;
      margin: 0 0 5px;
      color: #007a3d;
      font-family: 'vtpabstoldstyleroman'; }
    .tips-n-more .half.promo p {
      line-height: 20px;
      margin-bottom: 10px; }

@media only screen and (max-width: 55em) {
  .tips-n-more .half {
    width: 100%;
    clear: both;
    padding: 40px 20px 20px; }
    .tips-n-more .half .form-image {
      right: 50px;
      top: 10px; }
    .tips-n-more .half .form-title, .tips-n-more .half .form-text {
      padding-right: 190px; }
    .tips-n-more .half.promo .img-wrap {
      margin-left: 0; } }
@media only screen and (max-width: 33em) {
  .tips-n-more .half .form-image {
    display: none; }
  .tips-n-more .half .form-title, .tips-n-more .half .form-text {
    padding-right: 0; }
  .tips-n-more .half.promo {
    padding-bottom: 30px; }
    .tips-n-more .half.promo .img-wrap {
      display: none; } }
.home .locations {
  padding-top: 30px;
  background-image: url("images/texture_speckle.jpg");
  background-position: left-top;
  background-repeat: repeat;
  position: relative; }
  .home .locations:after {
    content: '';
    display: table;
    clear: both; }
  .home .locations:before {
    content: '';
    background-image: url("images/bg_horiz2.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .home .locations .page-title {
    font-size: 26px;
    display: block;
    color: #937651;
    text-align: center;
    margin-bottom: 40px;
    position: relative; }
    .home .locations .page-title:before {
      content: '';
      height: 2px;
      width: 33%;
      background-image: url("images/bg_horiz2.jpg");
      background-position: left top;
      background-repeat: repeat-x;
      position: absolute;
      left: 20px;
      top: 48%; }
    .home .locations .page-title:after {
      content: '';
      height: 2px;
      width: 33%;
      background-image: url("images/bg_horiz2.jpg");
      background-position: left top;
      background-repeat: repeat-x;
      position: absolute;
      right: 20px;
      top: 48%; }
  .home .locations #sidebar {
    background-image: none;
    padding-left: 0;
    padding-right: 30px; }
    .home .locations #sidebar .sticky {
      background-image: url("images/texture_sticky.jpg");
      background-position: left top;
      background-repeat: repeat;
      padding: 30px;
      position: relative;
      -webkit-box-shadow: 0 0 4px 0 #ccc;
      box-shadow: 0 0 4px 0 #ccc; }
      .home .locations #sidebar .sticky:before {
        content: '';
        background-image: url("images/tape2.png");
        background-position: left top;
        background-repeat: no-repeat;
        width: 93px;
        height: 49px;
        position: absolute;
        top: -15px;
        left: -15px; }
      .home .locations #sidebar .sticky h2 {
        font-weight: normal;
        font-style: italic;
        color: #937651;
        font-size: 22px;
        margin: 0 0 4px; }
      .home .locations #sidebar .sticky p {
        margin-bottom: 10px; }
.home #location-archive .location-post {
  padding-left: 26px;
  position: relative; }
  .home #location-archive .location-post .fa-leaf {
    position: absolute;
    left: 2px;
    top: 3px;
    color: #c0bdb9;
    font-size: 14px; }

@media only screen and (max-width: 65.25em) {
  .home .locations .page-title:before {
    width: 31.5%; }
  .home .locations .page-title:after {
    width: 31.5%; } }
@media only screen and (max-width: 55em) {
  .home .locations .page-title:before {
    width: 30%; }
  .home .locations .page-title:after {
    width: 30%; } }
@media only screen and (max-width: 50em) {
  .home .locations .main-content {
    float: none;
    width: 100%;
    padding-left: 50px;
    padding-bottom: 50px; }
  .home .locations #sidebar {
    width: 100%;
    padding-left: 30px; }
  .home .locations .page-title:before {
    width: 27%; }
  .home .locations .page-title:after {
    width: 27%; } }
@media only screen and (max-width: 45em) {
  .home .locations .page-title:before {
    width: 24%; }
  .home .locations .page-title:after {
    width: 24%; } }
@media only screen and (max-width: 40em) {
  .home .locations .page-title:before {
    width: 22%; }
  .home .locations .page-title:after {
    width: 22%; } }
@media only screen and (max-width: 37em) {
  .home .locations #location-archive .location-post {
    width: 100%;
    clear: both; }
  .home .locations .page-title {
    margin-bottom: 20px; }
    .home .locations .page-title:before {
      width: 20%; }
    .home .locations .page-title:after {
      width: 20%; } }
@media only screen and (max-width: 33em) {
  .home .locations .page-title:before {
    display: none; }
  .home .locations .page-title:after {
    display: none; }

  #ccoptin input[type="submit"] {
    width: 38%; }

  #ccoptin input[name="ea"] {
    width: 60%; }

  ul.lionshare {
    height: auto; }
    ul.lionshare:after {
      content: '';
      display: table;
      clear: both; }
    ul.lionshare li {
      margin-bottom: 4px; } }
#breadcrumbs {
  padding: 20px 20px 32px; }
  #breadcrumbs a {
    text-decoration: underline; }
    #breadcrumbs a:hover {
      color: #175a32; }

.container ul.lionshare {
  margin: 20px 0; }

#sidebar {
  width: 33%;
  float: left;
  padding: 0 20px 50px 30px;
  background-image: url("images/sidebar-border.png");
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #sidebar .widget {
    margin-bottom: 60px; }
    #sidebar .widget:after {
      content: '';
      display: table;
      clear: both; }
    #sidebar .widget .list li {
      line-height: 18px;
      margin-bottom: 7px; }
  #sidebar .widget-title {
    color: #007a3d;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif; }
    #sidebar .widget-title .fa {
      font-size: 18px;
      line-height: 22px;
      margin-right: 10px; }
  #sidebar .related-recipes ul {
    margin: 10px 0 20px; }
  #sidebar .sidebar-image img, #sidebar .ask-garden-guru img {
    width: 100%;
    height: auto;
    display: block;
    border: 4px solid white;
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #sidebar .ask-garden-guru h3 {
    color: #007a3d;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 10px; }
  #sidebar .ask-garden-guru img {
    margin-bottom: 20px; }
  #sidebar .ask-garden-guru .sidebar-button .fa {
    font-size: 16px;
    margin-right: 7px;
    vertical-align: baseline; }
  #sidebar .store-hours h2 {
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 12px;
    color: #2e2e2e; }
  #sidebar .store-hours h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 30px 0 6px;
    color: #2e2e2e; }
    #sidebar .store-hours h3.hours-tagline {
      margin-top: 0;
      color: #b51f6d; }
  #sidebar .store-hours strong {
    color: #2e2e2e; }
  #sidebar .store-hours p {
    margin: 12px 0 0;
    padding: 0 0 30px;
    line-height: 18px;
    border-bottom: 1px dotted #ddd; }
  #sidebar .recent-list .widget-title {
    margin-bottom: 14px; }
  #sidebar .recent-list .list li {
    line-height: 16px;
    margin: 0 0 11px; }
  #sidebar .yellow-sticky {
    background: #fffbbe;
    padding: 28px;
    display: block;
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc; }
    #sidebar .yellow-sticky h2 {
      font-size: 20px;
      font-weight: normal;
      font-style: italic;
      margin: 0 0 4px; }
    #sidebar .yellow-sticky p {
      margin: 0 0 10px; }
  #sidebar .sidebar-signup .form-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px; }
  #sidebar .sidebar-signup .form-text {
    margin: 0 0 10px; }
  #sidebar .sidebar-signup #ccoptin {
    position: relative; }
    #sidebar .sidebar-signup #ccoptin input[name="ea"] {
      border: 1px solid #bcbcbc;
      height: 30px;
      color: #aeaeae;
      line-height: 30px;
      padding: 0 10px 0 5px;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #sidebar .sidebar-signup #ccoptin input[type="submit"] {
      background: #007a3d;
      color: white;
      border: none;
      font-size: 18px;
      height: 30px;
      line-height: 30px;
      padding: 0 12px;
      border-top: 2px solid #02984d;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'PT Sans Narrow', sans-serif; }
      #sidebar .sidebar-signup #ccoptin input[type="submit"]:hover {
        background: #175a32; }
  #sidebar .sidebar-map {
    width: 100%;
    height: 230px;
    margin-bottom: 90px; }
    #sidebar .sidebar-map #sidebar-map {
      width: 100%;
      height: 100%; }
  #sidebar .instafeed {
    position: relative; }
    #sidebar .instafeed:after {
      content: '';
      display: table;
      clear: both; }
    #sidebar .instafeed p {
      line-height: 16px;
      font-size: 13px; }
    #sidebar .instafeed #instafeed {
      margin: 0 0 5px; }
      #sidebar .instafeed #instafeed:after {
        content: '';
        display: table;
        clear: both; }
      #sidebar .instafeed #instafeed a {
        display: block; }
        #sidebar .instafeed #instafeed a img {
          width: 23%;
          height: auto;
          margin: 0 2% 5px 0;
          float: left; }
  #sidebar .caption {
    font-style: italic;
    color: #999;
    text-align: center;
    display: block;
    margin: 5px 0;
    font-size: 14px; }

#sidebar #plant-searchform, .mobile-plant-image #plant-searchform {
  margin-top: 10px; }
  #sidebar #plant-searchform #plant-s, .mobile-plant-image #plant-searchform #plant-s {
    color: #aeaeae;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    width: 58%;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #sidebar #plant-searchform #plant-searchsubmit, .mobile-plant-image #plant-searchform #plant-searchsubmit {
    background: #007a3d;
    color: white;
    border: none;
    font-size: 18px;
    height: 28px;
    line-height: 26px;
    padding: 0;
    border-top: 2px solid #02984d;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 38%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PT Sans Narrow', sans-serif; }
    #sidebar #plant-searchform #plant-searchsubmit:hover, .mobile-plant-image #plant-searchform #plant-searchsubmit:hover {
      background: #175a32; }

.mobile-plant-image #plant-searchform #plant-s {
  width: 100%;
  margin-bottom: 10px; }
.mobile-plant-image #plant-searchform #plant-searchsubmit {
  width: 100%; }

.sidebar-button {
  background: #007a3d;
  color: white;
  border: none;
  font-size: 18px;
  height: 32px;
  line-height: 30px;
  padding: 0 12px 2px;
  border-top: 2px solid #02984d;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PT Sans Narrow', sans-serif; }
  .sidebar-button:hover {
    background: #175a32;
    color: white;
    text-decoration: none; }

#page #sidebar, #location-archive #sidebar {
  padding: 0 40px 50px;
  background-image: none; }

#page.faq-page #sidebar {
  background-image: url("images/sidebar-border.png"); }

#location-archive #sidebar {
  padding-left: 0; }

@media only screen and (max-width: 55em) {
  #sidebar, #page #sidebar, #location-archive #sidebar {
    width: 100%;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    background-image: none; }
    #sidebar .category-widget, #page #sidebar .category-widget, #location-archive #sidebar .category-widget {
      display: none; } }
.location-map {
  height: 300px;
  display: block;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 4px 0 #ccc;
  box-shadow: 0 0 4px 0 #ccc; }

.button {
  display: inline-block;
  background: #007a3d;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  color: white;
  padding: 0 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #000;
  box-shadow: 0 1px 0 0 #000; }
  .button:hover {
    color: white;
    text-decoration: none;
    background: #175a32; }

#location-archive .page-title {
  color: #2e2e2e;
  font-size: 24px; }
#location-archive .location-post {
  width: 50%;
  float: left;
  padding-right: 30px;
  margin-bottom: 30px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #location-archive .location-post.odd {
    clear: left; }
  #location-archive .location-post .archive-title {
    font-size: 18px;
    margin: 0 0 6px;
    font-weight: bold; }

@media only screen and (max-width: 33em) {
  #location-archive .location-post {
    width: 100%;
    clear: both; } }
.pottery-thumbs {
  margin-bottom: 20px; }
  .pottery-thumbs:after {
    content: '';
    display: table;
    clear: both; }
  .pottery-thumbs .color-title {
    clear: both;
    margin: 0 0 12px;
    text-transform: uppercase;
    color: #555;
    font-size: 18px; }
  .pottery-thumbs a {
    display: block;
    width: 24%;
    margin-right: 1%;
    float: left;
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .pottery-thumbs a:hover {
      border-color: #175a32; }
    .pottery-thumbs a .pottery-thumb {
      width: 100%;
      height: auto;
      display: block; }
    .pottery-thumbs a span {
      display: block;
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 5px; }
  .pottery-thumbs .color-buffer {
    clear: both;
    height: 20px;
    display: block; }

@media only screen and (max-width: 55em) {
  .pottery-thumbs a {
    width: 32%; } }
@media only screen and (max-width: 33em) {
  .pottery-thumbs a {
    width: 48%; } }
.custom-pottery {
  margin: 30px 0 50px; }
  .custom-pottery:after {
    content: '';
    display: table;
    clear: both; }
  .custom-pottery .popup {
    display: block;
    width: 32%;
    margin-right: 1.333%;
    float: left;
    margin-bottom: 10px;
    line-height: 16px;
    min-height: 210px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .custom-pottery .popup img {
      width: 100%;
      height: auto;
      display: inline-block; }

@media only screen and (max-width: 33em) {
  .custom-pottery .popup {
    width: 48%;
    margin-right: 1%; } }
.soil-display {
  margin-top: 40px; }
  .soil-display:after {
    content: '';
    display: table;
    clear: both; }
  .soil-display .soil-wrap {
    margin-bottom: 30px; }
    .soil-display .soil-wrap:after {
      content: '';
      display: table;
      clear: both; }
    .soil-display .soil-wrap .soil-thumb {
      float: left;
      width: 30%;
      height: auto;
      display: block;
      margin: 0 20px 20px 0;
      border: 4px solid white;
      -webkit-box-shadow: 0 0 4px 0 #ccc;
      box-shadow: 0 0 4px 0 #ccc; }

.faq-links {
  width: 45%;
  float: right;
  margin: 0 0 30px 20px;
  padding: 20px;
  background: #FFFBBE;
  -webkit-box-shadow: 0 0 4px 0 #ccc;
  box-shadow: 0 0 4px 0 #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .faq-links .widget-title {
    margin: 0 0 10px; }

.accordion {
  clear: both; }

.faqs {
  background-image: url("images/bg_faqs.jpg");
  background-position: left top;
  background-repeat: repeat;
  border-radius: 6px;
  padding: 20px 28px;
  margin: 0 0 22px; }
  .faqs .accordion-title {
    font-size: 20px;
    line-height: 1;
    color: #007a3d;
    cursor: pointer;
    margin: 0;
    padding-left: 15px;
    position: relative;
    font-family: 'PT Sans Narrow', sans-serif; }
    .faqs .accordion-title .fa {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
      line-height: 1; }
      .faqs .accordion-title .fa.fa-caret-down {
        display: none; }
  .faqs .accordion-content {
    padding: 20px 0 10px; }
    .faqs .accordion-content p.name {
      padding-bottom: 20px;
      margin-bottom: 30px;
      border-bottom: 1px dotted #ccc; }
    .faqs .accordion-content .ggsig {
      margin-bottom: 3px;
      display: inline-block;
      vertical-align: bottom; }
  .faqs.open .accordion-title .fa-caret-down {
    display: block; }
  .faqs.open .accordion-title .fa-caret-right {
    display: none; }

.events-wrap {
  margin-top: 40px; }

.event-post {
  margin-bottom: 42px;
  background-image: url("images/bg_horiz.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 34px; }
  .event-post:after {
    content: '';
    display: table;
    clear: both; }
  .event-post h2 {
    margin-bottom: 2px;
    margin-top: 0 !important; }
  .event-post img {
    float: left;
    height: auto;
    border: 4px solid white;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .event-post .event-content {
    float: left;
    width: 68%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.events-page .main-content {
  width: 75%;
  padding-right: 30px; }

.events-page #sidebar {
  width: 25%;
  padding-left: 20px !important; }

@media only screen and (max-width: 65.25em) {
  .event-post .event-content {
    width: 75%; } }
@media only screen and (max-width: 55em) {
  .events-page .main-content {
    width: 100%;
    padding-right: 20px; }

  .events-page #sidebar {
    width: 100%; } }
@media only screen and (max-width: 40em) {
  .event-post img {
    display: none; }
  .event-post .event-content {
    width: 100%; } }
@media only screen and (max-width: 33em) {
  .event-post .event-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
.doc-list {
  margin: 0; }
  .doc-list:after {
    content: '';
    display: table;
    clear: both; }
  .doc-list .doc-filter {
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    margin: 0 0 20px;
    color: #007a3d;
    font-size: 20px;
    font-weight: bold; }
  .doc-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 2%; }
    .doc-list ul:after {
      content: '';
      display: table;
      clear: both; }
    .doc-list ul li {
      float: left;
      width: 31%;
      margin: 0 2% 20px 0;
      text-align: center;
      font-size: 14px; }
      .doc-list ul li img {
        -webkit-box-shadow: 0 0 4px 0 #ccc;
        box-shadow: 0 0 4px 0 #ccc; }
      .doc-list ul li .fa-download {
        margin-right: 4px; }

@media only screen and (max-width: 33em) {
  .doc-list ul li {
    width: 46%; } }
#sidebar .current-issue .widget-title {
  margin-bottom: 10px; }
#sidebar .current-issue img {
  width: 90%;
  height: auto;
  border: 4px solid white;
  -webkit-box-shadow: 0 0 4px 0 #ccc;
  box-shadow: 0 0 4px 0 #ccc; }
#sidebar .current-issue a .fa {
  margin-right: 4px; }

.pagination {
  width: 100%;
  display: block; }
  .pagination a, .pagination span {
    margin: 0 5px;
    display: inline-block;
    width: 20px;
    text-align: center; }
    .pagination a.current, .pagination span.current {
      font-weight: bold; }
  .pagination a {
    text-decoration: underline; }
  .pagination .next {
    width: auto;
    margin-right: 0;
    margin-left: 20px; }
  .pagination .prev {
    width: auto;
    margin-left: 0;
    margin-right: 20px; }
  .pagination .next-link {
    float: right; }
  .pagination .next-link, .pagination .prev-link {
    width: auto;
    margin: 0; }

#comments .comments-title {
  margin-bottom: 20px; }
#comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  #comments .comment-list li {
    margin: 0 0 15px;
    clear: both; }
    #comments .comment-list li:after {
      content: '';
      display: table;
      clear: both; }
    #comments .comment-list li .comment-body:after {
      content: '';
      display: table;
      clear: both; }
    #comments .comment-list li .comment-body p {
      width: 66%;
      float: left;
      background: #eee;
      padding: 20px 30px;
      border-radius: 20px;
      text-align: center;
      line-height: 17px;
      margin-left: 6%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      #comments .comment-list li .comment-body p:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 7px 43px 7px 0;
        border-color: transparent #eee;
        display: block;
        width: 0;
        z-index: 1;
        left: -33px;
        top: 20%; }
    #comments .comment-list li .comment-body .comment-author {
      width: 28%;
      float: left;
      text-align: right; }
      #comments .comment-list li .comment-body .comment-author .avatar {
        float: right;
        margin-left: 7px;
        border-radius: 4px; }
      #comments .comment-list li .comment-body .comment-author .comment-meta {
        font-size: 11px;
        line-height: 14px; }
      #comments .comment-list li .comment-body .comment-author .fn {
        font-weight: bold;
        font-size: 14px;
        line-height: 1;
        margin: 0 0 5px; }
    #comments .comment-list li.bypostauthor .comment-body p {
      float: rigth;
      margin-left: 0;
      margin-right: 6%;
      width: 64%; }
      #comments .comment-list li.bypostauthor .comment-body p:before {
        border-width: 7px 0 7px 43px;
        left: auto;
        right: -33px; }
    #comments .comment-list li.bypostauthor .comment-body .comment-author {
      float: right;
      width: 30%;
      text-align: left; }
      #comments .comment-list li.bypostauthor .comment-body .comment-author .avatar {
        float: left;
        margin-left: 0;
        margin-right: 7px; }

#respond {
  clear: both; }
  #respond:after {
    content: '';
    display: table;
    clear: both; }
  #respond #commentform .form-allowed-tags {
    display: none; }
  #respond #commentform #submit {
    background: #007a3d;
    color: white;
    border: none;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    border-top: 2px solid #02984d;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PT Sans Narrow', sans-serif; }
    #respond #commentform #submit:hover {
      background: #175a32; }
  #respond #commentform p label {
    display: block;
    clear: both; }
  #respond #commentform textarea {
    display: block;
    width: 90%; }

.single-plant h2 {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  margin: 36px 0 0; }
  .single-plant h2.plant-common {
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    color: #666;
    margin: -23px 0 30px; }
.single-plant .plant-text p {
  margin: 0; }
.single-plant .info-table {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  border: 1px solid #edece5; }
  .single-plant .info-table li {
    height: 34px;
    line-height: 34px;
    background: #f7f6e9; }
    .single-plant .info-table li.even {
      background: #fdfbf8; }
    .single-plant .info-table li .heading {
      font-weight: bold;
      padding-left: 20px;
      margin-right: 20px;
      border-right: 1px solid #c7c6bb;
      height: 34px;
      width: 27%;
      display: inline-block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }

.single-la__plant #sidebar .widget {
  margin-bottom: 30px; }

.plant-chars {
  margin-top: 20px !important; }
  .plant-chars:after {
    content: '';
    display: table;
    clear: both; }
  .plant-chars li {
    text-align: center;
    width: 33.333%;
    float: left;
    height: 90px;
    margin-bottom: 20px; }

.tax-icon {
  font-size: 70px;
  line-height: 55px;
  color: #007a3d;
  display: block;
  font-family: 'pop_signageregular'; }

.plant-image-link {
  position: relative;
  display: block;
  margin-bottom: 10px; }
  .plant-image-link .fa-search {
    position: absolute;
    bottom: 4px;
    right: 4px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: white; }
  .plant-image-link:hover .fa-search {
    color: white;
    background: rgba(0, 0, 0, 0.8); }

.plant-image-caption {
  margin: 0 0 30px; }

.mobile-plant-image {
  display: none; }
  .mobile-plant-image h2 {
    color: #007a3d;
    font-size: 20px; }

.plant-image {
  width: 100%;
  height: auto;
  border: 4px solid white;
  display: block;
  -webkit-box-shadow: 0 0 4px 0 #ccc;
  box-shadow: 0 0 4px 0 #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.plant-search-container .main-content {
  width: 100%;
  padding-right: 20px; }

.search-by-name {
  border: 1px solid #ede5d1;
  border-radius: 4px;
  background: #fcf9f1;
  padding: 30px 40px; }
  .search-by-name:after {
    content: '';
    display: table;
    clear: both; }
  .search-by-name h2 {
    font-size: 22px;
    margin: 0 0 20px;
    color: #555; }
  .search-by-name form {
    margin: 0;
    position: relative; }
    .search-by-name form #plant-s {
      color: #333;
      font-size: 16px;
      border: 1px solid #777;
      height: 38px;
      line-height: 38px;
      padding: 0 5px;
      display: inline-block;
      vertical-align: middle;
      width: 280px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .search-by-name form #plant-searchsubmit {
      background: #007a3d;
      color: white;
      border: none;
      font-size: 22px;
      height: 38px;
      line-height: 38px;
      padding: 0 40px;
      border-top: 2px solid #02984d;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'PT Sans Narrow', sans-serif; }
      .search-by-name form #plant-searchsubmit:hover {
        background: #175a32; }

@media only screen and (max-width: 41em) {
  .search-by-name form #plant-s {
    width: 100%;
    margin-bottom: 20px; }
  .search-by-name form #plant-searchsubmit {
    float: right; } }
.search-box {
  margin: 20px 0; }

.plant-filters {
  border: 1px solid #ede5d1;
  border-radius: 4px;
  background: #fcf9f1;
  padding: 30px 40px;
  margin-top: 15px; }
  .plant-filters:after {
    content: '';
    display: table;
    clear: both; }
  .plant-filters > h2 {
    font-size: 22px;
    margin: 0;
    color: #555; }
  .plant-filters ul {
    float: left;
    width: 33.333%; }
    .plant-filters ul h2 {
      font-family: 'PT Sans';
      color: #2e2e2e;
      font-size: 16px;
      font-weight: bold;
      margin-top: 25px; }
    .plant-filters ul.props {
      width: 66.666%; }
      .plant-filters ul.props li {
        width: 50%;
        float: left; }
        .plant-filters ul.props li.title-item {
          float: none;
          clear: both;
          width: 100%; }
  .plant-filters .filter-actions {
    width: 100%;
    padding: 50px 0 10px;
    clear: both; }
    .plant-filters .filter-actions:after {
      content: '';
      display: table;
      clear: both; }
    .plant-filters .filter-actions #find-plants {
      background: #007a3d;
      color: white;
      border: none;
      font-size: 22px;
      height: 40px;
      line-height: 38px;
      padding: 0 40px 2px;
      border-top: 2px solid #02984d;
      display: inline-block;
      vertical-align: middle;
      float: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'PT Sans Narrow', sans-serif; }
      .plant-filters .filter-actions #find-plants:hover {
        background: #175a32;
        color: white;
        text-decoration: none; }
    .plant-filters .filter-actions #clear-filters, .plant-filters .filter-actions #check-all {
      cursor: pointer; }
      .plant-filters .filter-actions #clear-filters:hover, .plant-filters .filter-actions #check-all:hover {
        text-decoration: none; }

.plant-results-container #results-sidebar {
  width: 27%;
  float: left;
  padding: 0 20px;
  margin-bottom: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .plant-results-container #results-sidebar .filter-widget {
    background: #fcf9f1;
    border: 1px solid #ede5d1;
    border-radius: 4px;
    padding: 0 0 30px; }
    .plant-results-container #results-sidebar .filter-widget .filter-heading {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      line-height: 32px;
      height: 32px;
      border-bottom: 1px solid #ede5d1;
      padding: 0 20px;
      background: #ece7d1; }
    .plant-results-container #results-sidebar .filter-widget .widget-inner {
      padding: 0 20px; }
    .plant-results-container #results-sidebar .filter-widget h2 {
      font-weight: normal;
      color: #007a3d;
      font-size: 16px;
      margin: 0; }
    .plant-results-container #results-sidebar .filter-widget ul {
      font-size: 14px;
      margin-bottom: 20px; }
      .plant-results-container #results-sidebar .filter-widget ul span {
        font-weight: bold;
        font-style: normal; }
.plant-results-container .main-content {
  width: 73%; }
  .plant-results-container .main-content h2 {
    text-transform: none;
    font-family: 'PT Sans';
    font-weight: bold;
    margin-bottom: 0;
    font-size: 17px; }
  .plant-results-container .main-content ul li {
    margin-bottom: 30px; }
    .plant-results-container .main-content ul li:after {
      content: '';
      display: table;
      clear: both; }
    .plant-results-container .main-content ul li .plant-search-thumb {
      float: left;
      border: 4px solid white;
      margin-right: 20px;
      -webkit-box-shadow: 0 0 4px 0 #ccc;
      box-shadow: 0 0 4px 0 #ccc;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .plant-results-container .main-content ul li h2 {
      font-size: 18px;
      margin: 0 0 4px; }
    .plant-results-container .main-content ul li h3 {
      font-size: 17px;
      font-weight: normal;
      font-style: italic;
      color: #666;
      line-height: 1;
      margin: 0 0 6px; }
  .plant-results-container .main-content p {
    display: inline; }
  .plant-results-container .main-content .more-link {
    display: inline-block; }

@media only screen and (max-width: 65.25em) {
  .plant-results-container .main-content {
    width: 68%; }
  .plant-results-container #results-sidebar {
    width: 32%; } }
@media only screen and (max-width: 55em) {
  .single-plant .info-table li .heading {
    width: 32%; }

  .plant-chars {
    width: 67%;
    padding-right: 30px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  .mobile-plant-image {
    display: block;
    width: 33%;
    height: auto;
    float: right;
    padding-left: 30px;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("images/sidebar-border.png");
    background-position: left top;
    background-repeat: no-repeat; }

  .single-la__plant #sidebar {
    display: none; }

  .chars-title {
    clear: left; }

  .plant-search-container .plant-filters ul {
    width: 100% !important;
    margin-bottom: 30px; }
    .plant-search-container .plant-filters ul li {
      display: inline-block;
      float: left;
      margin-right: 5%;
      margin-bottom: 5px;
      width: 45%; }
      .plant-search-container .plant-filters ul li.title-item {
        float: none;
        clear: both;
        width: 100%;
        margin-right: 0; }

  .plant-results-container .main-content {
    width: 100%;
    float: none; }
  .plant-results-container #results-sidebar {
    width: 100%;
    float: none;
    margin-bottom: 30px; } }
@media only screen and (max-width: 44em) {
  .plant-chars {
    width: 60%; }
    .plant-chars li {
      width: 50%; }

  .mobile-plant-image {
    width: 40%; } }
@media only screen and (max-width: 33em) {
  .single-plant .info-table li .heading {
    width: 42%; }

  .plant-search-container .plant-filters {
    padding-left: 10px;
    padding-right: 10px; }
    .plant-search-container .plant-filters ul li {
      margin-right: 30px; }
    .plant-search-container .plant-filters .filter-actions {
      padding-top: 10px; }
      .plant-search-container .plant-filters .filter-actions a {
        display: block; }
      .plant-search-container .plant-filters .filter-actions button {
        float: none;
        width: 100%;
        margin-top: 40px;
        @incude box-sizing; }

  .plant-chars {
    width: 50%;
    padding-right: 40px !important; }
    .plant-chars li {
      width: 100%; }

  .mobile-plant-image {
    width: 50%;
    padding-left: 20px; } }
.fancybox-title-float-wrap .child {
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 16px;
  background: #175a32 !important;
  font-family: 'PT Sans Narrow', sans-serif; }

.months {
  margin-top: 40px; }
  .months li {
    width: 25%;
    padding-right: 2%;
    float: left;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .months li a {
      display: block;
      position: relative; }
      .months li a:hover img {
        border-color: #007a3d; }
    .months li img {
      width: 100%;
      height: auto;
      display: block;
      border: 4px solid white;
      -webkit-box-shadow: 0 0 4px 0 #ccc;
      box-shadow: 0 0 4px 0 #ccc;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .months li .month {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      color: white;
      font-size: 24px;
      line-height: 60px;
      height: 60px;
      font-family: 'vtpabstoldstyleroman';
      text-shadow: 0 0 2px #000000; }

@media only screen and (max-width: 44em) {
  .months li {
    width: 33.333%; } }
@media only screen and (max-width: 33em) {
  .months li {
    width: 50%; } }
.contest-wrap {
  display: block;
  position: relative;
  background-image: url("images/bg_faqs.jpg");
  background-position: left top;
  background-repeat: repeat;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #f1efe5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .contest-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .contest-wrap ul.lionshare {
    margin-top: 10px; }
  .contest-wrap .contest-title {
    margin: 0 0 10px;
    font-family: 'vtpabstoldstyleroman'; }
  .contest-wrap .fine-print {
    text-align: left;
    font-size: 13px;
    color: #777;
    margin: 0 0 20px; }
  .contest-wrap .contestant-wrap {
    margin-left: -3%; }
    .contest-wrap .contestant-wrap:after {
      content: '';
      display: table;
      clear: both; }
    .contest-wrap .contestant-wrap li {
      float: left;
      width: 30.333%;
      margin-left: 3%;
      margin-bottom: 30px;
      position: relative; }
      .contest-wrap .contestant-wrap li .contestant-image {
        display: block;
        width: 100%;
        height: auto;
        border: 4px solid white;
        margin: 0 0 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 4px 0 #ccc;
        box-shadow: 0 0 4px 0 #ccc; }
      .contest-wrap .contestant-wrap li .contestant-title {
        font-size: 20px;
        margin: 0 0 5px;
        text-align: center;
        text-transform: none;
        font-family: 'vtpabstoldstyleroman'; }
      .contest-wrap .contestant-wrap li p {
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 12px; }
      .contest-wrap .contestant-wrap li .contest-submit {
        width: 60%;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        display: block;
        text-align: center;
        background: green;
        color: white;
        border: 1px solid #175a32;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 4px 0 #ccc;
        box-shadow: 0 0 4px 0 #ccc; }
        .contest-wrap .contestant-wrap li .contest-submit:hover {
          background: #175a32; }
      .contest-wrap .contestant-wrap li .results {
        text-align: center;
        font-size: 14px;
        color: #777;
        border-top: 1px solid #eee;
        padding-top: 7px; }
        .contest-wrap .contestant-wrap li .results span {
          font-size: 24px;
          color: #007a3d;
          font-family: 'vtpabstoldstyleroman'; }
      .contest-wrap .contestant-wrap li.threes {
        clear: left; }
  .contest-wrap .voted-message {
    display: none;
    text-align: center;
    color: #007a3d;
    font-size: 18px;
    font-style: italic;
    width: 70%;
    margin: 20px auto 0; }

.contest-winner {
  position: absolute;
  top: -10px;
  right: -4px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 98;
  background: #fceabb;
  background: -moz-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(100%, #fbdf93));
  background: -webkit-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  background: -o-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  background: radial-gradient(ellipse at center, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); }
  .contest-winner span {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    z-index: 99;
    text-shadow: 0 0 2px #000000;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg); }

.contest-winner:before, .contest-winner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background: #fceabb;
  background: -moz-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(100%, #fbdf93));
  background: -webkit-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  background: -o-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  background: radial-gradient(ellipse at center, #fceabb 0%, #fccd4d 50%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); }

.contest-winner:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg); }

.contest-winner:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg); }

.wp-caption-text {
  font-size: 12px;
  color: #777;
  font-style: italic;
  text-align: center;
  line-height: 15px; }

@media only screen and (max-width: 40em) {
  .contest-wrap .contestant-wrap li {
    width: 46.333%; }
    .contest-wrap .contestant-wrap li.threes {
      clear: none; }
    .contest-wrap .contestant-wrap li.twos {
      clear: left; } }
#or {
  color: #007a3d;
  font-size: 50px;
  text-align: center;
  font-family: 'vtpabstoldstyleroman'; }

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

/* West Advertising fixing things starts here */
/*Progress bar on employment forms*/
div.nf-progress-container
  {
  position: absolute;
  bottom: -80px;
  }

div.nf-form-content {
  position: relative;
  }

.nf-progress, .nf-fu-progress-bar {
    background-color: #007a3d !important;
}

/*Restyling of pottery page*/
.pottery-thumbs a {
	width:32%;
	border:none;
}
.pottery-thumbs a span {
font-size: 17px;
font-family: 'PT Sans Narrow', sans-serif;
text-transform: none;
font-weight: normal;
}

/*div.sidebar-map.widget {
	display: none;
}

#sidebar .sidebar-map {
	display: none;
}*/

/*Mobile Homepage Fixes*/
div.slide-content.left, div.slide-content.right {
	height: auto !important;
}
/*@media only screen and (max-width: 32em) {
.columns-container .columns .column {
margin-top: 40px;
}
}
@media only screen and (max-width: 55em) {
.columns-container .columns .column {
margin-top: 50px;
}
}*/

/*Resize Goolge Captcha*/
.g-recaptcha {
    transform:scale(0.85);
    transform-origin:0 0;
}

.field-wrap>div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
background: #007a3d;
color: white;
font-size: 18px;
height: 32px;
line-height: 32px;
padding: 0 12px 2px;
display: inline-block;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
font-family: 'PT Sans Narrow', sans-serif;
border:none !important;
}

/*Jetpack Carousel Fixes */
/* Center the caption. */
.jp-carousel-info h2 {
 text-align: center !important;
 font:normal 18px/1.25em!important;
}

/* Hide comment form header. */
.jp-carousel-left-column-wrapper {
 display: none !important;
}

/* Remove the metabox. */
.jp-carousel-image-meta {
 display: none;
}
/*Remove hover animation*/
.tiled-gallery-caption, .jp-carousel-titleanddesc {
	display: block !important;
	height: 20px !important;
	padding-top:  10px !important;
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
/*Add image hover action*/
.tiled-gallery-item:hover {
	opacity: .8;
}
/*Store Location Header Colors*/
/*Danville #post-11603 h1 a,*/
/*Novato #post-2233 h1 a {
	color: #666666 !important;
}*/
/*San Francisco #post-2237 h1 a,*/
/*San Rafael*/#post-2241 h1 a {
	color: #000000 !important;
}

a.map {
	display:block; width: 100%; min-height: 230px; height: auto; background-image: url('https://sloat.staging.wpengine.com/wp-content/themes/sloat/images/map-all-locations.jpg');
	background-size: 300px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

/*Workshop Buttons */
div.events-wrap a {
  background: #007a3d;
  color: white;
  border: none;
  font-size: 16px;
  height: 30px;
  line-height: 24px;
  padding: 0 12px;
  border-top: 2px solid #02984d;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

div.events-wrap a:hover {
  background-color: #175a32;
  text-decoration: none;
}

/* Plant Care Page */
#plant-care {
  margin-top: 50px;
}

#plant-care .group-title {
  line-height: 1;
  font-weight: normal;
  color: #007a3d;
  font-family: 'PT Sans Narrow', sans-serif;
}

#plant-care .document-list {
  clear: both;
  margin: 0 0 36px;
}

#plant-care .document-list::after {
  content: '';
  display: table;
  clear: both;
}

#plant-care .group-image {
  width: 32%;
}

#plant-care .document-list ul.list {
  float: left;
  width: 64%;
}

#plant-care .document-list ul.list li {
  line-height: 1;
  margin: 0 0 12px;
}

/* Videos Page */
#videos section {
  margin-bottom: 3rem;
}

#videos .section-title {
  color: #007a3d;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
}

#videos .group-title {
  line-height: 1;
  font-weight: normal;
  color: #007a3d;
  font-family: 'PT Sans Narrow', sans-serif;
}

#videos .video {
  margin: 0 0 36px;
}

#videos iframe {
  width:  100%;
}
