/*
	Theme Name: GreenRock
	Theme URI: http://www.green-rock.ie
	Description: Child theme of the Genesis Framework.
	Author: Create Interactive
	Author URI: http://www.createinteractive.ie/
	Version: 1.0

	Template: genesis
    Version: 2.1.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/
/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* # Imports
---------------------------------------------------------------------------------------------------- */
/*_variables.scss */
/* Body Text Styles */
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 92, sass/style.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 92, sass/style.scss */
body {
  margin: 0;
}

/* line 92, sass/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 92, sass/style.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 92, sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 92, sass/style.scss */
[hidden], template {
  display: none;
}

/* line 92, sass/style.scss */
a {
  background: 0 0;
}

/* line 92, sass/style.scss */
a:active, a:hover {
  outline: 0;
}

/* line 92, sass/style.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 92, sass/style.scss */
b, strong {
  font-weight: 700;
}

/* line 92, sass/style.scss */
dfn {
  font-style: italic;
}

/* line 92, sass/style.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 92, sass/style.scss */
mark {
  background: #ff0;
  color: #333;
}

/* line 92, sass/style.scss */
small {
  font-size: 80%;
}

/* line 92, sass/style.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 92, sass/style.scss */
sup {
  top: -.5em;
}

/* line 92, sass/style.scss */
sub {
  bottom: -.25em;
}

/* line 92, sass/style.scss */
img {
  border: 0;
}

/* line 92, sass/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, sass/style.scss */
figure {
  margin: 1em 40px;
}

/* line 92, sass/style.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 92, sass/style.scss */
pre {
  overflow: auto;
}

/* line 92, sass/style.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 92, sass/style.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 92, sass/style.scss */
button {
  overflow: visible;
}

/* line 92, sass/style.scss */
button, select {
  text-transform: none;
}

/* line 92, sass/style.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 92, sass/style.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 92, sass/style.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 92, sass/style.scss */
input {
  line-height: normal;
}

/* line 92, sass/style.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 92, sass/style.scss */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 92, sass/style.scss */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 92, sass/style.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 92, sass/style.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 92, sass/style.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 92, sass/style.scss */
textarea {
  overflow: auto;
}

/* line 92, sass/style.scss */
optgroup {
  font-weight: 700;
}

/* line 92, sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 92, sass/style.scss */
td, th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
/* line 97, sass/style.scss */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */
/* line 107, sass/style.scss */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

/* line 124, sass/style.scss */
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
/* line 149, sass/style.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: Arial, "HelveticaNeue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}

/* line 159, sass/style.scss */
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 175, sass/style.scss */
::-moz-selection {
  background-color: #333;
  color: #fff;
}

/* line 180, sass/style.scss */
::selection {
  background-color: #333;
  color: #fff;
}

/* line 185, sass/style.scss */
a {
  color: #00873b;
  text-decoration: none;
}

/* line 190, sass/style.scss */
a:hover {
  color: #333;
}

/* line 194, sass/style.scss */
p {
  margin: 0 0 28px;
  padding: 0;
}

/* line 199, sass/style.scss */
ol,
ul {
  margin: 0;
  padding: 0;
}

/* line 205, sass/style.scss */
li {
  list-style-type: none;
}

/* line 209, sass/style.scss */
b,
strong {
  font-weight: 700;
}

/* line 214, sass/style.scss */
blockquote,
cite,
em,
i {
  font-style: italic;
}

/* line 221, sass/style.scss */
blockquote {
  margin: 40px;
}

/* line 225, sass/style.scss */
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */
/* line 239, sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Georgia, Lato, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}

/* line 252, sass/style.scss */
h1 {
  font-size: 1.875em;
  color: #00873b;
}

/* line 257, sass/style.scss */
h2 {
  font-size: 1.375em;
}

/* line 261, sass/style.scss */
h3 {
  font-size: 1.125em;
}

/* line 265, sass/style.scss */
h4 {
  font-size: 1.125em;
}

/* line 269, sass/style.scss */
h5 {
  font-size: 18px;
}

/* line 273, sass/style.scss */
h6 {
  font-size: 16px;
}

/* ## Objects
--------------------------------------------- */
/* line 280, sass/style.scss */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

/* line 289, sass/style.scss */
img {
  height: auto;
}

/* line 293, sass/style.scss */
.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */
/* line 301, sass/style.scss */
.gallery {
  overflow: hidden;
}

/* line 305, sass/style.scss */
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

/* line 311, sass/style.scss */
.gallery-columns-2 .gallery-item {
  width: 50%;
}

/* line 315, sass/style.scss */
.gallery-columns-3 .gallery-item {
  width: 33%;
}

/* line 319, sass/style.scss */
.gallery-columns-4 .gallery-item {
  width: 25%;
}

/* line 323, sass/style.scss */
.gallery-columns-5 .gallery-item {
  width: 20%;
}

/* line 327, sass/style.scss */
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

/* line 331, sass/style.scss */
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

/* line 335, sass/style.scss */
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

/* line 339, sass/style.scss */
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

/* line 343, sass/style.scss */
.gallery img {
  border: 0;
  height: auto;
  padding: 0;
}

/* line 349, sass/style.scss */
.gallery img:hover {
  border: 0;
}

/* line 352, sass/style.scss */
.gallerypage #gallery-1 img,
.gallerypage #gallery-2 img,
.gallerypage #gallery-3 img,
.gallerypage #gallery-4 img,
.gallerypage #gallery-5 img,
.gallerypage #gallery-6 img,
.gallerypage #gallery-7 img,
.gallerypage #gallery-8 img,
.gallerypage #gallery-9 img,
.gallerypage #gallery-10 img,
.gallerypage #gallery-11 img,
.gallerypage #gallery-12 img {
  border: 0;
}

/* ## Forms
--------------------------------------------- */
/* line 371, sass/style.scss */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

/* line 383, sass/style.scss */
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

/* line 389, sass/style.scss */
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

/* line 395, sass/style.scss */
::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

/* line 401, sass/style.scss */
::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

/* line 406, sass/style.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

/* line 422, sass/style.scss */
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #e5554e;
  color: #fff;
}

/* line 431, sass/style.scss */
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff;
}

/* line 440, sass/style.scss */
.entry-content .button:hover {
  color: #fff;
}

/* line 444, sass/style.scss */
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}

/* line 453, sass/style.scss */
.button {
  display: inline-block;
}

/* line 457, sass/style.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */
/* line 465, sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

/* line 473, sass/style.scss */
tbody {
  border-bottom: 1px solid #ddd;
}

/* line 477, sass/style.scss */
td,
th {
  text-align: left;
}

/* line 482, sass/style.scss */
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

/* line 487, sass/style.scss */
th {
  font-weight: 400;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
/* line 498, sass/style.scss */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 960px;
}

/* line 504, sass/style.scss */
.site-inner {
  clear: both;
  padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
/* line 514, sass/style.scss */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

/* line 520, sass/style.scss */
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

/* line 524, sass/style.scss */
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
/* line 531, sass/style.scss */
.content {
  float: right;
  /*width: 800px;*/
  width: 590px;
}

/* line 537, sass/style.scss */
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

/* line 543, sass/style.scss */
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

/* line 549, sass/style.scss */
.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
/* line 555, sass/style.scss */
.sidebar-primary {
  float: right;
  width: 340px;
}

/* line 560, sass/style.scss */
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
/* line 567, sass/style.scss */
.sidebar-secondary {
  float: left;
  width: 180px;
}

/* line 572, sass/style.scss */
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
/* line 580, sass/style.scss */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

/* line 595, sass/style.scss */
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

/* line 601, sass/style.scss */
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

/* line 606, sass/style.scss */
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

/* line 611, sass/style.scss */
.one-fourth {
  width: 23.076923076923077%;
}

/* line 615, sass/style.scss */
.three-fourths {
  width: 74.35897435897436%;
}

/* line 619, sass/style.scss */
.one-sixth {
  width: 14.52991452991453%;
}

/* line 623, sass/style.scss */
.five-sixths {
  width: 82.90598290598291%;
}

/* line 627, sass/style.scss */
.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
/* line 639, sass/style.scss */
.avatar {
  float: left;
}

/* line 643, sass/style.scss */
.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

/* line 648, sass/style.scss */
.alignright .avatar {
  margin-left: 24px;
}

/* line 652, sass/style.scss */
.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
/* line 659, sass/style.scss */
.breadcrumb {
  margin-bottom: 20px;
}

/* line 663, sass/style.scss */
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px;
}

/* line 671, sass/style.scss */
.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}

/* line 676, sass/style.scss */
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
/* line 684, sass/style.scss */
.search-form {
  overflow: hidden;
}

/* line 688, sass/style.scss */
.site-header .search-form {
  float: right;
  margin-top: 12px;
}

/* line 693, sass/style.scss */
.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

/* line 698, sass/style.scss */
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
/* line 712, sass/style.scss */
.archive-title {
  font-size: 20px;
}

/* line 716, sass/style.scss */
.entry-title {
  font-size: 1.875em;
}

/* line 720, sass/style.scss */
.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

/* line 725, sass/style.scss */
.entry-title a:hover {
  color: #e5554e;
}

/* line 729, sass/style.scss */
.widget-title {
  margin-bottom: 10px;
  background-color: #00873b;
  color: #fff;
  padding: 6px 10px 5px;
  font-size: 1.375em;
}

/* line 737, sass/style.scss */
.footer-widgets .widget-title {
  color: #fff;
}

/* line 740, sass/style.scss */
.textwidget {
  padding: 10px;
}

/* ## WordPress
--------------------------------------------- */
/* line 747, sass/style.scss */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

/* line 752, sass/style.scss */
a.alignnone {
  display: inline-block;
}

/* line 756, sass/style.scss */
.alignleft {
  float: left;
  text-align: left;
}

/* line 761, sass/style.scss */
.alignright {
  float: right;
  text-align: right;
}

/* line 766, sass/style.scss */
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

/* line 772, sass/style.scss */
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

/* line 778, sass/style.scss */
img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

/* line 783, sass/style.scss */
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

/* line 789, sass/style.scss */
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

/* line 795, sass/style.scss */
.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

/* line 801, sass/style.scss */
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
/* line 812, sass/style.scss */
.widget {
  word-wrap: break-word;
}

/* line 816, sass/style.scss */
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

/* line 823, sass/style.scss */
.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

/* line 829, sass/style.scss */
.widget_calendar table {
  width: 100%;
}

/* line 833, sass/style.scss */
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
/* line 841, sass/style.scss */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

/* line 847, sass/style.scss */
.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}

/* line 851, sass/style.scss */
.featured-content .entry-title {
  font-size: 20px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
/* line 862, sass/style.scss */
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}

/* line 867, sass/style.scss */
.sidebar .widget.enews-widget {
  background-color: #333;
}

/* line 871, sass/style.scss */
.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}

/* line 876, sass/style.scss */
.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}

/* line 881, sass/style.scss */
.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%;
}

/* line 888, sass/style.scss */
.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

/* line 893, sass/style.scss */
.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
/* line 900, sass/style.scss */
#wpstats {
  display: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
/* line 908, sass/style.scss */
.site-header {
  background-color: #fff;
}

/* line 912, sass/style.scss */
.site-header .wrap {
  padding: 20px 0;
  position: relative;
}

/* line 916, sass/style.scss */
#banner-contact {
  position: absolute;
  right: 10px;
  top: 40px;
}

/* ## Title Area
--------------------------------------------- */
/* line 925, sass/style.scss */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px;
}

/* line 931, sass/style.scss */
.header-full-width .title-area {
  width: 100%;
}

/* line 935, sass/style.scss */
.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

/* line 941, sass/style.scss */
.site-title a,
.site-title a:hover {
  color: #333;
}

/* line 946, sass/style.scss */
.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%;
}

/* line 953, sass/style.scss */
.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

/* line 959, sass/style.scss */
.site-description,
.site-title {
  margin-bottom: 0;
}

/* line 964, sass/style.scss */
.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
/* line 973, sass/style.scss */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* line 983, sass/style.scss */
.genesis-nav-menu {
  clear: both;
  font-size: 0.9375em;
  line-height: 1;
  width: 100%;
  padding: 20px 24px;
}

/* line 991, sass/style.scss */
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  border-right: 1px solid #fff;
  padding-right: 20px;
  padding-left: 20px;
}

/* line 998, sass/style.scss */
.genesis-nav-menu .menu-item:last-child {
  border-right: 0;
}

/* line 1004, sass/style.scss */
.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 0;
}

/* line 1011, sass/style.scss */
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e;
}

/* line 1017, sass/style.scss */
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

/* line 1030, sass/style.scss */
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 240px;
}

/* line 1040, sass/style.scss */
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

/* line 1044, sass/style.scss */
.genesis-nav-menu .menu-item:hover {
  position: static;
}

/* line 1048, sass/style.scss */
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

/* line 1053, sass/style.scss */
.genesis-nav-menu > .first > a {
  padding-left: 0;
}

/* line 1057, sass/style.scss */
.genesis-nav-menu > .last > a {
  padding-right: 0;
}

/* line 1061, sass/style.scss */
.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

/* line 1068, sass/style.scss */
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

/* line 1073, sass/style.scss */
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

/* line 1077, sass/style.scss */
.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */
/* line 1084, sass/style.scss */
.site-header .sub-menu {
  border-top: 1px solid #eee;
}

/* line 1088, sass/style.scss */
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

/* line 1092, sass/style.scss */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
/* line 1099, sass/style.scss */
.nav-primary {
  background-color: #000;
  text-transform: uppercase;
}

/* line 1104, sass/style.scss */
.nav-primary .genesis-nav-menu a {
  color: #fff;
}

/* line 1108, sass/style.scss */
.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}

/* line 1112, sass/style.scss */
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #d2ffe5;
}

/* ## Secondary Navigation
--------------------------------------------- */
/* line 1121, sass/style.scss */
.nav-secondary {
  background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
/* line 1132, sass/style.scss */
.entry {
  margin-bottom: 40px;
  padding: 0px 0px;
}

/* line 1137, sass/style.scss */
.content .entry {
  background-color: #fff;
}

/* line 1141, sass/style.scss */
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

/* line 1147, sass/style.scss */
.entry-content ol > li {
  list-style-type: decimal;
}

/* line 1151, sass/style.scss */
.entry-content ul > li {
  list-style-type: disc;
}

/* line 1155, sass/style.scss */
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

/* line 1160, sass/style.scss */
.entry-content code {
  background-color: #333;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */
/* line 1168, sass/style.scss */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

/* line 1173, sass/style.scss */
.entry-header .entry-meta {
  margin-bottom: 24px;
}

/* line 1177, sass/style.scss */
.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

/* line 1182, sass/style.scss */
.entry-categories,
.entry-tags {
  display: block;
}

/* line 1187, sass/style.scss */
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
/* line 1195, sass/style.scss */
.pagination {
  clear: both;
  margin: 40px 0;
}

/* line 1200, sass/style.scss */
.adjacent-entry-pagination {
  margin-bottom: 0;
}

/* line 1204, sass/style.scss */
.archive-pagination li {
  display: inline;
}

/* line 1208, sass/style.scss */
.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
}

/* line 1217, sass/style.scss */
.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */
/* line 1225, sass/style.scss */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

/* line 1232, sass/style.scss */
.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

/* line 1237, sass/style.scss */
.entry-comments {
  padding: 40px;
}

/* line 1241, sass/style.scss */
.comment-header {
  font-size: 16px;
}

/* line 1245, sass/style.scss */
li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

/* line 1251, sass/style.scss */
.comment-content {
  clear: both;
}

/* line 1255, sass/style.scss */
.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

/* line 1260, sass/style.scss */
.comment-list li li {
  margin-right: -32px;
}

/* line 1264, sass/style.scss */
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

/* line 1270, sass/style.scss */
.comment-respond label {
  display: block;
  margin-right: 12px;
}

/* line 1275, sass/style.scss */
.entry-comments .comment-author {
  margin-bottom: 0;
}

/* line 1279, sass/style.scss */
.entry-pings .reply {
  display: none;
}

/* line 1286, sass/style.scss */
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
/* line 1296, sass/style.scss */
.sidebar {
  font-size: 0.9375em;
}

/* line 1300, sass/style.scss */
.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 1306, sass/style.scss */
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

/* line 1311, sass/style.scss */
.sidebar .widget {
  background-color: #f0f8f3;
  margin-bottom: 40px;
  padding: 0;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
/* line 1321, sass/style.scss */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px;
}

/* line 1327, sass/style.scss */
.footer-widgets,
.footer-widgets a {
  color: #999;
}

/* line 1332, sass/style.scss */
.footer-widgets input {
  border: 1px solid #333;
}

/* line 1336, sass/style.scss */
.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff;
}

/* line 1341, sass/style.scss */
.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 1347, sass/style.scss */
.footer-widgets .widget {
  margin-bottom: 40px;
}

/* line 1351, sass/style.scss */
.footer-widgets p:last-child {
  margin-bottom: 0;
}

/* line 1355, sass/style.scss */
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px;
}

/* line 1361, sass/style.scss */
.footer-widgets-1 {
  margin-right: 60px;
}

/* line 1365, sass/style.scss */
.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

/* line 1370, sass/style.scss */
.footer-widgets-3 {
  float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
/* line 1378, sass/style.scss */
.site-footer {
  background-color: #00873b;
  font-size: 15px;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}

/* line 1386, sass/style.scss */
.site-footer p {
  margin-bottom: 0;
  color: #fff;
}

/* # Slideshow
---------------------------------------------------------------------------------------------------- */
/* line 1395, sass/style.scss */
.home #genesis-responsive-slider {
  border: 0;
  padding: 0;
  width: 960px;
}

/* line 1400, sass/style.scss */
.genesis_responsive_slider {
  background: -webkit-linear-gradient(#b2dbc4, #55a176);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#b2dbc4, #55a176);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#b2dbc4, #55a176);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#b2dbc4, #55a176);
  /* Standard syntax */
  border-bottom: 8px solid #00873b;
}

/* line 1409, sass/style.scss */
.home .slide-excerpt {
  background-color: #000;
  filter: alpha(opacity=100);
  opacity: 1.0;
  background: url(images/black50.png) repeat left;
}

/* line 1418, sass/style.scss */
.home .slide-excerpt-border {
  border: 0;
}

/* line 1421, sass/style.scss */
.home .slide-excerpt-border p {
  font-size: 2.4em;
  color: #fff;
  font-family: Georgia, Lato, sans-serif;
}

/* line 1430, sass/style.scss */
h2.productgrid {
  color: #fff;
  background: #000;
  padding: 5px 10px;
}

/* line 1435, sass/style.scss */
#productgrid h3 {
  color: #00873b;
  text-align: center;
  margin-bottom: 0;
}

/* line 1441, sass/style.scss */
.product {
  width: 180px;
  float: left;
  margin-right: 20px;
  margin-bottom: 1em;
}

/* line 1447, sass/style.scss */
.product p {
  padding: 0;
  margin: 0;
  font-size: 0.9375em;
  line-height: 1.25;
  color: #666;
}

/* line 1454, sass/style.scss */
.product a {
  color: #00873b;
  font-size: 0.9em;
  text-decoration: underline;
}

/* line 1460, sass/style.scss */
.mr0 {
  margin-right: 0;
}

/* line 1463, sass/style.scss */
.sidebar .widget-wrap img {
  float: left;
  margin-right: 10px;
}

/* line 1467, sass/style.scss */
.sidebar .widget-wrap a {
  text-decoration: underline;
}

/* line 1470, sass/style.scss */
.sidebar .widget_nav_menu a {
  text-decoration: none;
}

/* line 1473, sass/style.scss */
.sidebar .widget_nav_menu li {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1477, sass/style.scss */
#gform_wrapper_1 {
  padding: 10px;
}

/* line 1478, sass/style.scss */
#gform_wrapper_1 li {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 1480, sass/style.scss */
.content a {
  text-decoration: underline;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  /* line 1488, sass/style.scss */
  .site-inner,
  .wrap {
    max-width: 960px;
  }

  /* line 1493, sass/style.scss */
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  /* line 1499, sass/style.scss */
  .content,
  .site-header .widget-area {
    width: 620px;
  }

  /* line 1504, sass/style.scss */
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  /* line 1510, sass/style.scss */
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px;
  }

  /* line 1518, sass/style.scss */
  .footer-widgets-1 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 1526, sass/style.scss */
  .site-inner,
  .wrap {
    max-width: 800px;
  }

  /* line 1531, sass/style.scss */
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  /* line 1548, sass/style.scss */
  .site-header .wrap {
    padding: 20px 5%;
  }

  /* line 1552, sass/style.scss */
  .header-image .title-area {
    background-position: center top;
  }

  /* line 1556, sass/style.scss */
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  /* line 1562, sass/style.scss */
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  /* line 1570, sass/style.scss */
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

  /* line 1576, sass/style.scss */
  .site-header .search-form {
    margin: 16px auto;
  }

  /* line 1580, sass/style.scss */
  .genesis-nav-menu li.right {
    display: none;
  }

  /* line 1584, sass/style.scss */
  .footer-widgets-1 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1592, sass/style.scss */
  body {
    background-color: #fff;
    font-size: 16px;
  }

  /* line 1597, sass/style.scss */
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 1603, sass/style.scss */
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  /* line 1614, sass/style.scss */
  .archive-pagination li a {
    margin-bottom: 4px;
  }

  /* line 1618, sass/style.scss */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  /* line 1633, sass/style.scss */
  .sidebar .widget.enews-widget {
    padding: 40px;
  }
}
