/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/css/main.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*//////////////////////////////////////////////////////////////////////////////
//  Mixins
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  Variables
//////////////////////////////////////////////////////////////////////////////*/
/**/
/**/
/*bright green*/
/*dark green*/
/*light grey*/
/*medium grey*/
/**/
/*//////////////////////////////////////////////////////////////////////////////
//  BOURBON NEAT
//////////////////////////////////////////////////////////////////////////////*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../scss/vendor/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../scss/vendor/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../scss/vendor/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../scss/vendor/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../scss/vendor/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../scss/vendor/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../scss/vendor/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../scss/vendor/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../scss/vendor/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../scss/vendor/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

/* line 82, ../scss/vendor/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../scss/vendor/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../scss/vendor/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../scss/vendor/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, ../scss/vendor/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../scss/vendor/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../scss/vendor/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../scss/vendor/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../scss/vendor/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../scss/vendor/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../scss/vendor/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../scss/vendor/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../scss/vendor/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../scss/vendor/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../scss/vendor/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png");
}

/* line 190, ../scss/vendor/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../scss/vendor/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, ../scss/vendor/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, ../scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../scss/vendor/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../scss/vendor/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../scss/vendor/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../scss/vendor/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../scss/vendor/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 15, ../scss/vendor/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 19, ../scss/vendor/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 26, ../scss/vendor/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 27, ../scss/vendor/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 28, ../scss/vendor/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 29, ../scss/vendor/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 32, ../scss/vendor/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 33, ../scss/vendor/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 34, ../scss/vendor/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 39, ../scss/vendor/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 43, ../scss/vendor/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}

/* line 44, ../scss/vendor/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 45, ../scss/vendor/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 46, ../scss/vendor/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 47, ../scss/vendor/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 50, ../scss/vendor/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 51, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 52, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 53, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 54, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 55, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 56, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 57, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 58, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}

/* line 59, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
/* line 62, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 63, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 64, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 65, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 68, ../scss/vendor/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 69, ../scss/vendor/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 70, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 71, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 72, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 74, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 75, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 76, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 77, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 78, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 81, ../scss/vendor/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 82, ../scss/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* line 2, ../scss/vendor/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/partials/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../scss/partials/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/partials/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/partials/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/partials/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/partials/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/partials/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../scss/partials/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../scss/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../scss/partials/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../scss/partials/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../scss/partials/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 267, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../scss/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../scss/partials/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../scss/partials/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../scss/partials/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, ../scss/partials/_normalize.scss */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../scss/partials/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 453, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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).
 */
/* line 479, ../scss/partials/_normalize.scss */
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.
 */
/* line 491, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  Styles
//////////////////////////////////////////////////////////////////////////////*/
/*
TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/
/*//////////////////////////////////////////////////////////////////////////////
//  01 - Reset
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  02 - Global
//////////////////////////////////////////////////////////////////////////////*/
/* line 33, ../scss/partials/_styles.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../scss/partials/_styles.scss */
html, body, input, select, textarea {
  color: #000;
}

/* line 41, ../scss/partials/_styles.scss */
body {
  font: 1em/1.3 "nimbus-sans", Helvetica, Arial, sans-serif;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

/* line 49, ../scss/partials/_styles.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 54, ../scss/partials/_styles.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 59, ../scss/partials/_styles.scss */
h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
}

/* line 66, ../scss/partials/_styles.scss */
h1 {
  color: #78be20;
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 8px 0;
}
/* line 71, ../scss/partials/_styles.scss */
.contact h1 {
  font-size: 44px;
}

/* line 76, ../scss/partials/_styles.scss */
h2 {
  font-size: 22px;
}
/* line 78, ../scss/partials/_styles.scss */
h2.phone {
  font-size: 32px;
  font-weight: 500;
  margin-top: -50px;
  float: right;
}
@media screen and (max-width: 1024px) {
  /* line 78, ../scss/partials/_styles.scss */
  h2.phone {
    margin-top: 0;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 78, ../scss/partials/_styles.scss */
  h2.phone {
    margin-top: -50px;
    float: right;
  }
}
@media screen and (max-width: 600px) {
  /* line 78, ../scss/partials/_styles.scss */
  h2.phone {
    font-size: 22px;
    margin-top: -36px;
  }
}
@media screen and (max-width: 480px) {
  /* line 78, ../scss/partials/_styles.scss */
  h2.phone {
    margin-top: 0;
    float: none;
  }
}

/* line 102, ../scss/partials/_styles.scss */
h3 {
  font-size: 20px;
  margin: 20px 0 10px 0;
}
/* line 105, ../scss/partials/_styles.scss */
.contact h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  margin: 10px 0 22px;
}
@media screen and (max-width: 600px) {
  /* line 105, ../scss/partials/_styles.scss */
  .contact h3 {
    font-size: 20px;
  }
}

/* line 116, ../scss/partials/_styles.scss */
p {
  font-size: 15px;
  margin: 0 0 16px 0;
}

/* line 121, ../scss/partials/_styles.scss */
ul, ol {
  margin: 0 0 16px 24px;
  padding: 0;
}

/* line 126, ../scss/partials/_styles.scss */
li {
  margin: 0 0 4px 0;
  padding: 0;
}

/* line 131, ../scss/partials/_styles.scss */
a {
  color: #78be20;
  text-decoration: none;
  outline: none;
}
/* line 135, ../scss/partials/_styles.scss */
a:hover {
  color: #6aa81c;
}
/* line 138, ../scss/partials/_styles.scss */
a:focus {
  outline: none;
}
/* line 141, ../scss/partials/_styles.scss */
a img {
  display: block;
  border: none;
}

/* line 147, ../scss/partials/_styles.scss */
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* line 151, ../scss/partials/_styles.scss */
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 155, ../scss/partials/_styles.scss */
img.right {
  float: right;
  margin: 0 0 10px 10px;
}

/* line 161, ../scss/partials/_styles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

/* line 170, ../scss/partials/_styles.scss */
blockquote, address {
  margin: 0 0 30px 0;
  padding: 0 30px 0 30px;
  font-style: italic;
  font-size: 1.2em;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-left: 5px solid #ccb676;
}

/* line 179, ../scss/partials/_styles.scss */
code {
  font-family: "Courier New", Courier, serif;
  overflow: auto;
  padding: 2px;
  background: #fff;
}

/* line 186, ../scss/partials/_styles.scss */
pre code {
  background: none;
}

/* line 190, ../scss/partials/_styles.scss */
pre {
  margin: 0 0 20px;
  padding: 10px;
  background: #fff;
  overflow: auto;
  border: 1px solid #e4e4e4;
}

/* line 198, ../scss/partials/_styles.scss */
i, em {
  font-style: italic;
}

/* line 202, ../scss/partials/_styles.scss */
button {
  outline: none;
}

/* line 206, ../scss/partials/_styles.scss */
.browsehappy {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}

/* line 213, ../scss/partials/_styles.scss */
[class^="icon-"] {
  vertical-align: middle;
}
/* line 215, ../scss/partials/_styles.scss */
[class^="icon-"].icon-mail {
  margin: 0 1px 0 -2px;
}
/* line 218, ../scss/partials/_styles.scss */
[class^="icon-"].icon-location-pin {
  margin: 0 -8px 0 -11px;
}

/* ==========================================================================
   Form
   ========================================================================== */
/* line 228, ../scss/partials/_styles.scss */
form {
  font-size: 0;
}
/* line 230, ../scss/partials/_styles.scss */
form > div:not(.form-item) {
  font-size: 1rem;
}
/* line 234, ../scss/partials/_styles.scss */
form .form-item .form-input {
  margin: 0 0 10px 0;
}
/* line 238, ../scss/partials/_styles.scss */
form .form-item.half .form-input {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
/* line 242, ../scss/partials/_styles.scss */
form .form-item.half .form-input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 238, ../scss/partials/_styles.scss */
  form .form-item.half .form-input {
    width: 100%;
    display: block;
  }
}
/* line 252, ../scss/partials/_styles.scss */
form label {
  color: #555;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 2px 0;
  display: none;
}
/* line 261, ../scss/partials/_styles.scss */
form label.left {
  text-align: left;
}
/* line 264, ../scss/partials/_styles.scss */
form label.error {
  color: red;
  font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  width: auto;
  margin-top: 2px;
}
/* line 274, ../scss/partials/_styles.scss */
form input, form select, form textarea {
  font-size: 1rem;
  font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
  width: 100%;
  min-height: 40px;
  padding: 10px;
  display: block;
  border: 1px solid #9f9e9e;
}
@media screen and (max-width: 480px) {
  /* line 274, ../scss/partials/_styles.scss */
  form input, form select, form textarea {
    width: 100%;
    display: block;
  }
}
/* line 286, ../scss/partials/_styles.scss */
form input:focus, form select:focus, form textarea:focus {
  border: 1px solid yellow;
  -webkit-box-shadow: #a4cdff 0 0 10px;
  -moz-box-shadow: #a4cdff 0 0 10px;
  box-shadow: #a4cdff 0 0 10px;
}
/* line 293, ../scss/partials/_styles.scss */
form input {
  font-size: 1rem;
  vertical-align: middle;
}
/* line 298, ../scss/partials/_styles.scss */
form textarea {
  min-height: 100px;
  overflow: auto !important;
  resize: vertical;
}
/* line 303, ../scss/partials/_styles.scss */
form select {
  height: 40px;
  color: #aaa;
  padding: 8px 6px 10px 6px;
  vertical-align: middle;
}
/* line 309, ../scss/partials/_styles.scss */
form .validation {
  color: red;
  font-size: 0.9rem;
}
/* line 314, ../scss/partials/_styles.scss */
form#contactform {
  margin-top: 30px;
}
/* line 317, ../scss/partials/_styles.scss */
form .field {
  position: relative;
  transition-property: height, border-width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
/* line 322, ../scss/partials/_styles.scss */
form .field label {
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 11px;
  color: #fff;
  margin: 0;
  padding: 0 10px;
  background: #bbb;
  transition: max-height 0.3s ease-in;
}
/* line 336, ../scss/partials/_styles.scss */
form .field input, form .field select, form .field textarea {
  transition: height 0.3s ease-in;
}
/* line 339, ../scss/partials/_styles.scss */
form .field input[placeholder]::-webkit-input-placeholder {
  transition: opacity 0.3s ease-in;
}
/* line 342, ../scss/partials/_styles.scss */
form .field.show-label {
  border-bottom-width: 0;
}
/* line 344, ../scss/partials/_styles.scss */
form .field.show-label label {
  height: auto;
}
/* line 348, ../scss/partials/_styles.scss */
form .field.show-label input[placeholder]::-webkit-input-placeholder {
  opacity: 0;
}
/* line 351, ../scss/partials/_styles.scss */
form .field.show-label select {
  color: #000;
}

/* line 358, ../scss/partials/_styles.scss */
.button {
  color: #fff;
  font: 700 16px/1 "nimbus-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #78be20;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  outline: none;
  position: relative;
}
/* line 49, ../scss/modules/_mixins.scss */
.button:hover {
  color: #fff;
  background-color: #67a41c;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(51, 51, 51, 0.2);
}
/* line 56, ../scss/modules/_mixins.scss */
.button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 362, ../scss/partials/_styles.scss */
.button-wrapper {
  text-align: right;
  margin: 20px 0 0 0;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 600px) {
  /* line 362, ../scss/partials/_styles.scss */
  .button-wrapper {
    padding: 0 0 10px 0;
  }
}
/* line 369, ../scss/partials/_styles.scss */
.tabbed .button-wrapper {
  text-align: left;
}
/* line 372, ../scss/partials/_styles.scss */
.button-wrapper.form-input {
  margin-top: 30px;
  margin-bottom: 0;
}
/* line 376, ../scss/partials/_styles.scss */
.button-wrapper.inner {
  padding-left: 30px;
  padding-right: 30px;
}

/*//////////////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////////////*/
/* line 388, ../scss/partials/_styles.scss */
.wrapper {
  max-width: 1150px;
  margin: 0 auto;
  *zoom: 1;
}
/* line 24, ../scss/modules/_mixins.scss */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media print {
  /* line 388, ../scss/partials/_styles.scss */
  .wrapper {
    max-width: none;
  }
}

/* line 397, ../scss/partials/_styles.scss */
.inner {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
  /* line 397, ../scss/partials/_styles.scss */
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 406, ../scss/partials/_styles.scss */
.pad-top {
  padding-top: 30px;
}

/* line 410, ../scss/partials/_styles.scss */
.pad-bottom {
  padding-bottom: 30px;
}

/* ==========================================================================
   [Sub Section Title]
   ========================================================================== */
/*//////////////////////////////////////////////////////////////////////////////
//  04 - Header
//////////////////////////////////////////////////////////////////////////////*/
/* line 424, ../scss/partials/_styles.scss */
header {
  margin: 0 0 9px 0;
  padding: 20px 0;
  border-bottom: 2px solid #9f9e9e;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  /* line 424, ../scss/partials/_styles.scss */
  header {
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* line 436, ../scss/partials/_styles.scss */
h1#logo {
  margin: 0;
  padding: 0 0 0 30px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  /* line 436, ../scss/partials/_styles.scss */
  h1#logo {
    padding: 0 0 0 20px;
  }
}
/* line 444, ../scss/partials/_styles.scss */
h1#logo a {
  display: block;
}
@media screen and (max-width: 1024px) {
  /* line 446, ../scss/partials/_styles.scss */
  h1#logo a img {
    max-width: 240px;
  }
}
@media screen and (max-width: 600px) {
  /* line 446, ../scss/partials/_styles.scss */
  h1#logo a img {
    max-width: 196px;
  }
}

/* line 458, ../scss/partials/_styles.scss */
nav.main-nav-container {
  margin: 23px 0 0 0;
  float: right;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
}
@media screen and (max-width: 1150px) {
  /* line 458, ../scss/partials/_styles.scss */
  nav.main-nav-container {
    margin: 23px 20px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 458, ../scss/partials/_styles.scss */
  nav.main-nav-container {
    margin: 18px 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 458, ../scss/partials/_styles.scss */
  nav.main-nav-container {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
    display: block;
  }
}

/* line 478, ../scss/partials/_styles.scss */
.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 478, ../scss/partials/_styles.scss */
  .main-nav {
    display: none;
  }
}
/* line 484, ../scss/partials/_styles.scss */
.main-nav > li {
  font-size: 26px;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: bold;
  text-align: right;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
  position: relative;
  margin-left: 70px;
}
@media screen and (max-width: 1024px) {
  /* line 484, ../scss/partials/_styles.scss */
  .main-nav > li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  /* line 484, ../scss/partials/_styles.scss */
  .main-nav > li {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    text-align: left;
  }
}
/* line 504, ../scss/partials/_styles.scss */
.main-nav > li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  /* line 507, ../scss/partials/_styles.scss */
  .main-nav > li:last-of-type {
    border-bottom: 1px solid #78be20;
  }
}
/* line 512, ../scss/partials/_styles.scss */
.main-nav > li a {
  color: #78be20;
  padding-bottom: 4px;
  border-bottom: 8px solid rgba(255, 255, 255, 0);
}
@media screen and (max-width: 768px) {
  /* line 512, ../scss/partials/_styles.scss */
  .main-nav > li a {
    padding: 4px 30px;
    display: block;
    border-bottom: none;
    border-top: 1px solid #78be20;
  }
}
@media screen and (max-width: 600px) {
  /* line 512, ../scss/partials/_styles.scss */
  .main-nav > li a {
    padding: 4px 20px;
  }
}
/* line 525, ../scss/partials/_styles.scss */
.main-nav > li a:hover, .main-nav > li a.active {
  color: #476964;
}
@media screen and (max-width: 768px) {
  /* line 525, ../scss/partials/_styles.scss */
  .main-nav > li a:hover, .main-nav > li a.active {
    background: rgba(120, 190, 32, 0.1);
  }
}
/* line 531, ../scss/partials/_styles.scss */
.main-nav > li a.active {
  border-bottom: 8px solid #78be20;
}
@media screen and (max-width: 768px) {
  /* line 531, ../scss/partials/_styles.scss */
  .main-nav > li a.active {
    border-bottom: none;
    border-top: 1px solid #78be20;
  }
}
/* line 539, ../scss/partials/_styles.scss */
.main-nav > li a span.icon-chevron-thin-down {
  font-size: 20px;
  margin-right: -2px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  /* line 539, ../scss/partials/_styles.scss */
  .main-nav > li a span.icon-chevron-thin-down {
    display: none;
  }
}
/* line 550, ../scss/partials/_styles.scss */
.main-nav > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 2px solid #78be20;
  border-top-width: 8px;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
  /* line 550, ../scss/partials/_styles.scss */
  .main-nav > li ul {
    padding: 0;
    border: none;
    position: static;
    top: auto;
    right: auto;
    visibility: visible;
    opacity: 1;
  }
}
/* line 572, ../scss/partials/_styles.scss */
.main-nav > li ul li {
  font-family: "nimbus-sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
/* line 578, ../scss/partials/_styles.scss */
.main-nav > li ul li a {
  padding: 4px 12px;
  display: block;
  white-space: nowrap;
  border: none;
}
@media screen and (max-width: 768px) {
  /* line 578, ../scss/partials/_styles.scss */
  .main-nav > li ul li a {
    padding: 8px 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 578, ../scss/partials/_styles.scss */
  .main-nav > li ul li a {
    padding: 8px 20px;
  }
}
/* line 589, ../scss/partials/_styles.scss */
.main-nav > li ul li a:hover, .main-nav > li ul li a.active {
  color: #78be20;
  background: rgba(120, 190, 32, 0.2);
  border: none;
}
/* line 598, ../scss/partials/_styles.scss */
.main-nav > li.active ul {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 3px);
}

/* line 607, ../scss/partials/_styles.scss */
.mobile-menu {
  text-align: right;
  display: none;
  position: absolute;
  z-index: 101;
  right: 10px;
  top: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  /* line 607, ../scss/partials/_styles.scss */
  .mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  /* line 607, ../scss/partials/_styles.scss */
  .mobile-menu {
    top: 19px;
  }
}
/* line 621, ../scss/partials/_styles.scss */
.mobile-menu .mobilemainmenu {
  color: #fff;
  font: 14px/21px 'Stag Web Book';
  text-transform: uppercase;
  padding: 14px 9px;
  display: block;
  vertical-align: top;
}

/* line 633, ../scss/partials/_styles.scss */
.lines-link {
  display: inline-block;
  padding: 14px 7px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: none;
  border: none;
  cursor: pointer;
  user-select: none;
}
/* line 642, ../scss/partials/_styles.scss */
.lines-link .lines {
  display: inline-block;
  width: 28px;
  height: 4px;
  background: #78be20;
  transition: 0.5s;
  position: relative;
  vertical-align: middle;
}
/* line 650, ../scss/partials/_styles.scss */
.lines-link .lines:before, .lines-link .lines:after {
  display: inline-block;
  width: 28px;
  height: 4px;
  background: #78be20;
  transition: 0.5s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 2px center;
  -moz-transform-origin: 2px center;
  -ms-transform-origin: 2px center;
  -o-transform-origin: 2px center;
  transform-origin: 2px center;
}
/* line 657, ../scss/partials/_styles.scss */
.lines-link .lines:before {
  top: 8px;
}
/* line 658, ../scss/partials/_styles.scss */
.lines-link .lines:after {
  top: -8px;
}
/* line 660, ../scss/partials/_styles.scss */
.lines-link:hover {
  opacity: 1;
}
/* line 663, ../scss/partials/_styles.scss */
.lines-link:hover .lines:before {
  top: 9.33333px;
}
/* line 664, ../scss/partials/_styles.scss */
.lines-link:hover .lines:after {
  top: -9.33333px;
}
/* line 667, ../scss/partials/_styles.scss */
.lines-link:active {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  transition-duration: 0;
  background: rgba(0, 0, 0, 0.1);
}
/* line 673, ../scss/partials/_styles.scss */
.lines-link.x.close .lines {
  background: transparent;
}
/* line 677, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:before, .lines-link.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 28px;
}
/* line 683, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/* line 686, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/*//////////////////////////////////////////////////////////////////////////////
//  05 - Content
//////////////////////////////////////////////////////////////////////////////*/
/* line 700, ../scss/partials/_styles.scss */
.content-container {
  padding: 70px 70px 100px 70px;
  background: #f0f0f0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  /* line 700, ../scss/partials/_styles.scss */
  .content-container {
    padding: 40px 40px 60px 40px;
  }
}
@media screen and (max-width: 600px) {
  /* line 700, ../scss/partials/_styles.scss */
  .content-container {
    padding: 20px 20px 40px 20px;
  }
}
/* line 711, ../scss/partials/_styles.scss */
.home .content-container {
  padding: 0;
}

/* line 717, ../scss/partials/_styles.scss */
.brand-line {
  content: '';
  max-width: 100%;
  width: 94px;
  height: 6px;
  margin-top: 40px;
  display: block;
  background: #78be20;
}
@media screen and (max-width: 768px) {
  /* line 717, ../scss/partials/_styles.scss */
  .brand-line {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
/* line 730, ../scss/partials/_styles.scss */
.brand-line.who {
  width: 94px;
}
/* line 733, ../scss/partials/_styles.scss */
.brand-line.what {
  width: 204px;
}
/* line 736, ../scss/partials/_styles.scss */
.brand-line.businessmodel {
  width: 152px;
}
/* line 739, ../scss/partials/_styles.scss */
.brand-line.ourpeople {
  width: 83px;
}
/* line 742, ../scss/partials/_styles.scss */
.brand-line.ourdifference {
  width: 306px;
}
/* line 745, ../scss/partials/_styles.scss */
.brand-line.ourbrands {
  width: 320px;
}

/* ==========================================================================
   Bourbon Neat Columns
   ========================================================================== */
/* line 754, ../scss/partials/_styles.scss */
.column-wrapper {
  width: 100%;
  *zoom: 1;
  max-width: 79.6875em;
  margin-left: auto;
  margin-right: auto;
}
/* line 24, ../scss/modules/_mixins.scss */
.column-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 757, ../scss/partials/_styles.scss */
.column-wrapper aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 757, ../scss/partials/_styles.scss */
  .column-wrapper aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper aside:last-child {
    margin-right: 0;
  }
}
/* line 764, ../scss/partials/_styles.scss */
.column-wrapper .content-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .content-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 764, ../scss/partials/_styles.scss */
  .column-wrapper .content-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .content-container:last-child {
    margin-right: 0;
  }
}
/* line 771, ../scss/partials/_styles.scss */
.column-wrapper .column-1of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of4:last-child {
  margin-right: 0;
}
/* line 70, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of4:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of4:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  /* line 771, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
  /* line 117, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n) {
    margin-right: 2.35765%;
  }
  /* line 122, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n+1) {
    clear: none;
  }
  /* line 70, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(2n) {
    margin-right: 0;
  }
  /* line 75, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 768px) {
  /* line 771, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
  /* line 117, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n) {
    margin-right: 2.35765%;
  }
  /* line 122, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n+1) {
    clear: none;
  }
  /* line 117, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(2n) {
    margin-right: 2.35765%;
  }
  /* line 122, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(2n+1) {
    clear: none;
  }
  /* line 70, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(1n) {
    margin-right: 0;
  }
  /* line 75, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(1n+1) {
    clear: left;
  }
}
/* line 786, ../scss/partials/_styles.scss */
.column-wrapper .column-1of3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 786, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of3:last-child {
    margin-right: 0;
  }
}
/* line 792, ../scss/partials/_styles.scss */
.column-wrapper .column-2of3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-2of3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 792, ../scss/partials/_styles.scss */
  .column-wrapper .column-2of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-2of3:last-child {
    margin-right: 0;
  }
}
/* line 799, ../scss/partials/_styles.scss */
.column-wrapper .column-1of2, .column-wrapper .column-2of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of2:last-child, .column-wrapper .column-2of4:last-child {
  margin-right: 0;
}
/* line 801, ../scss/partials/_styles.scss */
.column-wrapper .column-1of2.form, .column-wrapper .column-2of4.form {
  padding-right: 2.5%;
}
@media screen and (max-width: 768px) {
  /* line 799, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of2, .column-wrapper .column-2of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of2:last-child, .column-wrapper .column-2of4:last-child {
    margin-right: 0;
  }
  /* line 808, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of2.copy, .column-wrapper .column-2of4.copy {
    margin-bottom: 0;
  }
  /* line 811, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of2.image, .column-wrapper .column-2of4.image {
    margin-bottom: 20px;
  }
  /* line 814, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of2.form, .column-wrapper .column-2of4.form {
    padding-right: 0;
  }
}
/* line 819, ../scss/partials/_styles.scss */
.column-wrapper .column-3of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-3of4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 819, ../scss/partials/_styles.scss */
  .column-wrapper .column-3of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-3of4:last-child {
    margin-right: 0;
  }
}
/* line 825, ../scss/partials/_styles.scss */
.column-wrapper .column-4of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-4of4:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
/* line 834, ../scss/partials/_styles.scss */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}
/* line 841, ../scss/partials/_styles.scss */
.responsive-container.map {
  margin: 20px 0 0 0;
  padding-bottom: 80%;
}
/* line 845, ../scss/partials/_styles.scss */
.responsive-container iframe, .responsive-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////
//  06 - Slideshow
//////////////////////////////////////////////////////////////////////////////*/
/* ==========================================================================
   Flexslider
   ========================================================================== */
/* line 865, ../scss/partials/_styles.scss */
.flexslider .slides > li {
  margin: 0;
  position: relative;
}
/* line 868, ../scss/partials/_styles.scss */
.flexslider .slides > li .tagline {
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 0.9;
  text-transform: uppercase;
  width: 100%;
  padding: 60px calc(60px + 40%) 30px 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.6) 30%, transparent 60%, transparent 100%);
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.6) 30%, transparent 60%, transparent 100%);
}
@media screen and (max-width: 1024px) {
  /* line 868, ../scss/partials/_styles.scss */
  .flexslider .slides > li .tagline {
    font-size: 44px;
    line-height: 1;
    padding: 40px calc(40px + 40%) 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  /* line 868, ../scss/partials/_styles.scss */
  .flexslider .slides > li .tagline {
    font-size: 34px;
    padding: 30px calc(30px + 40%) 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 868, ../scss/partials/_styles.scss */
  .flexslider .slides > li .tagline {
    padding: 30px calc(30px + 20%) 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 868, ../scss/partials/_styles.scss */
  .flexslider .slides > li .tagline {
    font-size: 30px;
    padding: 20px 20px 12px 20px;
  }
}
/* line 898, ../scss/partials/_styles.scss */
.flexslider .slides > li .tagline em {
  color: #78be20;
  font-style: normal;
}
/* line 902, ../scss/partials/_styles.scss */
.flexslider .slides > li .tagline:after {
  content: '';
  width: 324px;
  height: 10px;
  display: block;
  background: #78be20;
  position: absolute;
  left: 60px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  /* line 902, ../scss/partials/_styles.scss */
  .flexslider .slides > li .tagline:after {
    width: 246px;
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  /* line 902, ../scss/partials/_styles.scss */
  .flexslider .slides > li .tagline:after {
    width: 190px;
    height: 8px;
    left: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 902, ../scss/partials/_styles.scss */
  .flexslider .slides > li .tagline:after {
    width: 168px;
    height: 6px;
    left: 20px;
  }
}
/* line 934, ../scss/partials/_styles.scss */
.flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  /* line 934, ../scss/partials/_styles.scss */
  .flexslider .flex-control-nav {
    bottom: 8px;
  }
}
/* line 943, ../scss/partials/_styles.scss */
.flexslider .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
/* line 948, ../scss/partials/_styles.scss */
.flexslider .flex-control-paging li a.flex-active {
  background: rgba(120, 190, 32, 0.8);
}
@media screen and (max-width: 600px) {
  /* line 954, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav {
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 961, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
  }
  /* line 964, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav li:first-child {
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
/* line 971, ../scss/partials/_styles.scss */
.flexslider .flex-direction-nav a {
  width: 60px;
  height: 114px;
  display: block;
  background: url(../../images/arrows.png) 0 0 no-repeat;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  margin-top: -57px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  /* line 971, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav a {
    width: 50px;
    height: 48px;
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.4) url(../../images/arrows-small.png) 0 0 no-repeat;
    opacity: 0.7;
  }
  /* line 987, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  /* line 971, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav a {
    top: 20%;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 971, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav a {
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 0;
    background: none;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
  }
}
/* line 1006, ../scss/partials/_styles.scss */
.flexslider .flex-direction-nav a.flex-prev {
  left: 20px;
}
@media screen and (max-width: 600px) {
  /* line 1006, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav a.flex-prev {
    left: auto;
  }
  /* line 1017, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav a.flex-prev:before {
    content: '\00AB';
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 0 3px 0 0;
    font-size: 16px;
    line-height: 1;
    vertical-align: top;
  }
}
/* line 1027, ../scss/partials/_styles.scss */
.flexslider .flex-direction-nav a.flex-next {
  right: 20px;
  background-position: 100% 0;
}
@media screen and (max-width: 600px) {
  /* line 1027, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav a.flex-next {
    right: auto;
  }
  /* line 1039, ../scss/partials/_styles.scss */
  .flexslider .flex-direction-nav a.flex-next:after {
    content: '\00BB';
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 0 0 0 3px;
    font-size: 16px;
    line-height: 1;
    vertical-align: top;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
//  07 - Sidebar
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  08 - Widgets
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  09 - Comments
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  10 - Pagination
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  11 - Footer
//////////////////////////////////////////////////////////////////////////////*/
/* line 1079, ../scss/partials/_styles.scss */
footer {
  margin-top: 9px;
  background: #f0f0f0;
  border-top: 2px solid #9f9e9e;
}

/* line 1085, ../scss/partials/_styles.scss */
.contact-container {
  background: #9f9e9e;
}
/* line 1088, ../scss/partials/_styles.scss */
.contact-container .contact-phone,
.contact-container .contact-email,
.contact-container .privacy-link {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  /* line 1088, ../scss/partials/_styles.scss */
  .contact-container .contact-phone,
  .contact-container .contact-email,
  .contact-container .privacy-link {
    width: 100%;
    display: block;
  }
}
/* line 1097, ../scss/partials/_styles.scss */
.contact-container .contact-phone .icon-phone, .contact-container .contact-phone .icon-mail,
.contact-container .contact-email .icon-phone,
.contact-container .contact-email .icon-mail,
.contact-container .privacy-link .icon-phone,
.contact-container .privacy-link .icon-mail {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
}
/* line 1101, ../scss/partials/_styles.scss */
.contact-container .contact-phone:not(:last-child),
.contact-container .contact-email:not(:last-child),
.contact-container .privacy-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  /* line 1101, ../scss/partials/_styles.scss */
  .contact-container .contact-phone:not(:last-child),
  .contact-container .contact-email:not(:last-child),
  .contact-container .privacy-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
/* line 1110, ../scss/partials/_styles.scss */
.contact-container .contact-phone .icon-phone {
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  /* line 1115, ../scss/partials/_styles.scss */
  .home .contact-container.inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1115, ../scss/partials/_styles.scss */
  .home .contact-container.inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1115, ../scss/partials/_styles.scss */
  .home .contact-container.inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1130, ../scss/partials/_styles.scss */
.contact-container.pad-top {
  padding-top: 10px;
}
/* line 1133, ../scss/partials/_styles.scss */
.contact-container.pad-bottom {
  padding-bottom: 10px;
}
/* line 1136, ../scss/partials/_styles.scss */
.contact-container h2, .contact-container h4 {
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
}
/* line 1143, ../scss/partials/_styles.scss */
.contact-container h2 [class^="icon-"], .contact-container h4 [class^="icon-"] {
  color: #78be20;
  font-size: 30px;
  vertical-align: middle;
}
/* line 1148, ../scss/partials/_styles.scss */
.contact-container h2 a, .contact-container h4 a {
  color: rgba(120, 190, 32, 0.7);
}
/* line 1150, ../scss/partials/_styles.scss */
.contact-container h2 a:hover, .contact-container h4 a:hover {
  color: #78be20;
  text-decoration: underline;
}
/* line 1156, ../scss/partials/_styles.scss */
.contact-container h2 {
  font-size: 35px;
  font-weight: bold;
}
/* line 1160, ../scss/partials/_styles.scss */
.contact-container h4 {
  font-size: 20px;
  font-weight: bold;
}
/* line 1164, ../scss/partials/_styles.scss */
.contact-container h3 {
  color: #f7f7f7;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
/* line 1170, ../scss/partials/_styles.scss */
.contact-container h3 [class^="icon-"] {
  color: #f7f7f7;
  font-size: 18px;
  vertical-align: middle;
}
/* line 1175, ../scss/partials/_styles.scss */
.contact-container h3 a {
  color: #f7f7f7;
}
/* line 1177, ../scss/partials/_styles.scss */
.contact-container h3 a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 1185, ../scss/partials/_styles.scss */
.distributor-list-container {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  /* line 1185, ../scss/partials/_styles.scss */
  .distributor-list-container {
    margin: 30px 0 0 0;
  }
}
/* line 1190, ../scss/partials/_styles.scss */
.distributor-list-container h3 {
  font-size: 16px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
/* line 1197, ../scss/partials/_styles.scss */
footer .distributor-list-container {
  margin: 0;
}
@media screen and (max-width: 480px) {
  /* line 1199, ../scss/partials/_styles.scss */
  footer .distributor-list-container h3 {
    margin: 30px 0;
  }
}

/* line 1207, ../scss/partials/_styles.scss */
.distributor-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "nimbus-sans", sans-serif;
}
/* line 1210, ../scss/partials/_styles.scss */
.home .distributor-list {
  padding: 0 30px;
}
/* line 1213, ../scss/partials/_styles.scss */
.distributor-list li {
  width: 48%;
  margin: 0 2% 30px 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 1213, ../scss/partials/_styles.scss */
  .distributor-list li {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
/* line 1223, ../scss/partials/_styles.scss */
.distributor-list li:nth-of-type(even) {
  margin-right: 0;
}
/* line 1226, ../scss/partials/_styles.scss */
.distributor-list li span,
.distributor-list li a {
  color: #000;
  display: block;
  text-align: center;
}
/* line 1231, ../scss/partials/_styles.scss */
.distributor-list li span.distributor,
.distributor-list li a.distributor {
  /*
  @include hide-text;
  margin: 0 auto;
  background-image: url(../../images/logo-distributors@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  &.dist-walker {
  	width: 165px;
  	height: 49px;
  	background-position: 0 0;
  	background-size: cover;
  }
  &.dist-bigdog {
  	width: 165px;
  	height: 78px;
  	background-position: 0 -49px;
  	background-size: cover;
  }
  &.dist-billygoat {
  	width: 165px;
  	height: 56px;
  	background-position: 0 -127px;
  	background-size: cover;
  }
  &.dist-hustler {
  	width: 165px;
  	height: 65px;
  	background-position: 0 -183px;
  	background-size: cover;
  }
  &.dist-bearcat {
  	width: 165px;
  	height: 42px;
  	background-position: 0 -248px;
  	background-size: cover;
  }
  &.dist-tiger {
  	width: 165px;
  	height: 40px;
  	background-position: 0 -290px;
  	background-size: cover;
  	cursor: default;
  }
  &.dist-branson {
  	width: 165px;
  	height: 54px;
  	background-position: 0 -331px;
  	background-size: cover;
  }
  */
}
/* line 1232, ../scss/partials/_styles.scss */
.distributor-list li span.distributor img,
.distributor-list li a.distributor img {
  margin: 0 auto 10px auto;
  width: auto;
  height: auto;
  max-height: 40px;
}
/* line 1290, ../scss/partials/_styles.scss */
.distributor-list li span.url,
.distributor-list li a.url {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  padding-top: 4px;
  text-decoration: underline;
}
/* line 1300, ../scss/partials/_styles.scss */
footer .distributor-list {
  text-align: center;
}
/* line 1302, ../scss/partials/_styles.scss */
footer .distributor-list li {
  width: auto;
  margin: 20px 20px 10px 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  /* line 1302, ../scss/partials/_styles.scss */
  footer .distributor-list li {
    margin: 0 auto 54px auto;
  }
}
/* line 1310, ../scss/partials/_styles.scss */
footer .distributor-list li:nth-of-type(even) {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  /* line 1310, ../scss/partials/_styles.scss */
  footer .distributor-list li:nth-of-type(even) {
    margin: 0 auto 54px auto;
  }
}
/* line 1316, ../scss/partials/_styles.scss */
footer .distributor-list li:last-of-type {
  margin-right: 0;
}
/* line 1320, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor {
  background: none;
  width: auto;
  height: auto;
}
/* line 1325, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor img {
  width: auto;
  height: auto;
  max-height: 34px;
}
@media screen and (max-width: 480px) {
  /* line 1325, ../scss/partials/_styles.scss */
  footer .distributor-list li a.distributor img {
    width: 100%;
    height: auto;
    max-width: 350px;
    max-height: none;
  }
}
/* line 1336, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor.dist-walker {
  width: auto;
  height: auto;
}
/* line 1340, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor.dist-bigdog {
  width: auto;
  height: auto;
}
/* line 1344, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor.dist-billygoat {
  width: auto;
  height: auto;
}
/* line 1347, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor.dist-billygoat img {
  width: 90px;
  height: 37px;
}
@media screen and (max-width: 480px) {
  /* line 1347, ../scss/partials/_styles.scss */
  footer .distributor-list li a.distributor.dist-billygoat img {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
}
/* line 1357, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor.dist-hustler {
  width: auto;
  height: auto;
}
/* line 1361, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor.dist-bearcat {
  width: auto;
  height: auto;
}
/* line 1365, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor.dist-craftsman {
  width: auto;
  height: auto;
}
/* line 1369, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor.dist-branson {
  width: auto;
  height: auto;
}
/* line 1373, ../scss/partials/_styles.scss */
footer .distributor-list li a.distributor.dist-tiger {
  width: auto;
  height: auto;
}

/*//////////////////////////////////////////////////////////////////////////////
//  12 - Media Queries
//////////////////////////////////////////////////////////////////////////////*/
/* line 1397, ../scss/partials/_styles.scss */
.medium-show {
  display: none !important;
}
@media screen and (max-width: 768px) {
  /* line 1397, ../scss/partials/_styles.scss */
  .medium-show {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 1404, ../scss/partials/_styles.scss */
  .medium-hide {
    display: none !important;
  }
}

/* line 1410, ../scss/partials/_styles.scss */
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 600px) {
  /* line 1410, ../scss/partials/_styles.scss */
  .mobile-show {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 1417, ../scss/partials/_styles.scss */
  .mobile-hide {
    display: none !important;
  }
}

/* line 1423, ../scss/partials/_styles.scss */
.mobile-small-show {
  display: none !important;
}
@media screen and (max-width: 480px) {
  /* line 1423, ../scss/partials/_styles.scss */
  .mobile-small-show {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  /* line 1430, ../scss/partials/_styles.scss */
  .mobile-small-hide {
    display: none !important;
  }
}

/* line 1436, ../scss/partials/_styles.scss */
.hide {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?gyfmzu");
  src: url("/fonts/icomoon.eot?#iefixgyfmzu") format("embedded-opentype"), url("/fonts/icomoon.woff?gyfmzu") format("woff"), url("/fonts/icomoon.ttf?gyfmzu") format("truetype"), url("/fonts/icomoon.svg?gyfmzu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/vendor/_icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../scss/vendor/_icomoon.scss */
.icon-cross:before {
  content: "\e117";
}

/* line 30, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-down:before {
  content: "\e600";
}

/* line 34, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-left:before {
  content: "\e601";
}

/* line 38, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-right:before {
  content: "\e602";
}

/* line 42, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-up:before {
  content: "\e603";
}

/* line 46, ../scss/vendor/_icomoon.scss */
.icon-resize-100:before {
  content: "\e607";
}

/* line 50, ../scss/vendor/_icomoon.scss */
.icon-resize-full-screen:before {
  content: "\e608";
}

/* line 54, ../scss/vendor/_icomoon.scss */
.icon-export:before {
  content: "\e609";
}

/* line 58, ../scss/vendor/_icomoon.scss */
.icon-location-pin:before {
  content: "\e604";
}

/* line 62, ../scss/vendor/_icomoon.scss */
.icon-mail:before {
  content: "\e605";
}

/* line 66, ../scss/vendor/_icomoon.scss */
.icon-phone:before {
  content: "\e606";
}

/*//////////////////////////////////////////////////////////////////////////////
//  Print
//////////////////////////////////////////////////////////////////////////////*/
@media print {
  /* line 6, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 13, ../scss/partials/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 18, ../scss/partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 22, ../scss/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 30, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 36, ../scss/partials/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 42, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 46, ../scss/partials/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 51, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 59, ../scss/partials/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 66, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
