/*
Theme Name: JordanPak
Theme URI: http://JordanPak.com/
Description: Custom Genesis Framework theme for Jordan Pakrosnis
Version: 1.0
Author: Jordan Pakrosnis
Author URI: http://JordanPak.com/
Template: genesis
Template Version: 2.1.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- 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
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- 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
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #333; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

.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
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body > div {
  font-size: 1.8rem; }

body {
  background-color: #f5f5f5;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0; }

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; }

a {
  color: #8dc63f;
  text-decoration: none; }

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

p {
  margin: 0 0 28px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

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

h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2 {
  font-size: 30px;
  font-size: 3rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

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

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px; }

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999; }

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

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #8dc63f;
  color: #fff; }

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #8dc63f;
  color: #fff; }

.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,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
  background-color: #fff;
  color: #333; }

.button {
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

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

tbody {
  border-bottom: 1px solid #ddd; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px; }

.site-inner {
  clear: both;
  padding-top: 40px; }

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

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* ### Content */
.content {
  float: right;
  width: 800px; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left; }

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px; }

.full-width-content .content {
  width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.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%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form,
.site-header .search-form {
  width: 50%; }

.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
--------------------------------------------- */
.archive-title {
  font-size: 20px;
  font-size: 2rem; }

.entry-title {
  font-size: 36px;
  font-size: 3.6rem; }

.entry-title a,
.sidebar .widget-title a {
  color: #333; }

.entry-title a:hover,
.entry-title a:focus {
  color: #8dc63f; }

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px; }

.footer-widgets .widget-title {
  color: #fff; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

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

.footer-widgets .entry {
  border-bottom: 1px dotted #666; }

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff; }

.sidebar .widget.enews-widget {
  background-color: #333; }

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  background-color: #8dc63f;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
  background-color: #fff;
  color: #333; }

.enews form + p {
  margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 160px; }

.site-header .wrap {
  padding: 40px 0; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px; }

.header-full-width .title-area {
  width: 100%; }

.site-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2; }

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #333; }

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

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5; }

.site-description,
.site-title {
  margin-bottom: 0; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px; }

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left; }

.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 30px 24px; }

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #8dc63f; }

.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; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0; }

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px; }

.genesis-nav-menu > .search {
  padding: 10px 0 0; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee; }

.site-header .sub-menu .sub-menu {
  margin-top: -56px; }

.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333; }

.nav-primary .genesis-nav-menu a {
  color: #ccc;
  text-decoration: none; }

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #fff;
  text-decoration: none; }

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333; }

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #8dc63f;
  text-decoration: none; }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  padding: 50px 60px; }

.content .entry {
  background-color: #fff; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #8dc63f;
  text-decoration: underline; }

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

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px; }

.entry-comments {
  padding: 40px; }

.comment-header {
  font-size: 16px;
  font-size: 1.6rem; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: 0; }

.comment-content {
  clear: both;
  word-wrap: break-word; }

.comment-list li {
  margin-top: 24px;
  padding: 32px; }

.comment-list li li {
  margin-right: -32px; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem; }

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px; }

.footer-widgets,
.footer-widgets a {
  color: #aaa; }

.footer-widgets input {
  border: 1px solid #333; }

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #fff; }

.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.footer-widgets .widget {
  margin-bottom: 40px; }

.footer-widgets p:last-child {
  margin-bottom: 0; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px; }

.footer-widgets-1 {
  margin-right: 60px; }

.footer-widgets-1,
.footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 40px 0;
  text-align: center; }

.site-footer p {
  margin-bottom: 0; }

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

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }

  .content,
  .site-header .widget-area {
    width: 620px; }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px; }

  .sidebar-primary,
  .title-area {
    width: 300px; }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px; }

  .footer-widgets-1 {
    margin-right: 30px; } }
@media only screen and (max-width: 960px) {
  .site-inner,
  .wrap {
    max-width: 800px; }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%; }

  .site-header .wrap {
    padding: 20px 5%; }

  .header-image .site-title > a {
    background-position: center top; }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center; }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px; }

  .site-header .search-form {
    margin: 16px auto; }

  .genesis-nav-menu li.right {
    display: none; }

  .footer-widgets-1 {
    margin-right: 0; } }
@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }

  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%; }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0; }

  .archive-pagination li a {
    margin-bottom: 4px; }

  .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%; }

  .sidebar .widget.enews-widget {
    padding: 40px; } }
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: ""; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .content,
  .content-sidebar {
    width: 100%; }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }

  .title-area {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }

  .author-box {
    margin-bottom: 0; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  blockquote,
  pre,
  table {
    page-break-inside: avoid; }

  dl,
  ol,
  ul {
    page-break-before: avoid; } }
body {
  background: #f7f7f7; }

#mini-hero {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  background: url("images/hero-bg-3.jpg") no-repeat top center #8dc63f;
  background-size: cover; }
  #mini-hero:before, #mini-hero:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%; }
  #mini-hero:before {
    top: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(141, 198, 63, 0.7), transparent); }
  #mini-hero:after {
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(141, 198, 63, 0.8)); }

.site-inner {
  position: relative; }

.site-inner, .wrap {
  padding: 0; }
  @media (max-width: 1500px) {
    .site-inner, .wrap {
      max-width: 1200px; } }
  @media (max-width: 1260px) {
    .site-inner, .wrap {
      max-width: 1024px; } }
  @media (max-width: 1080px) {
    .site-inner, .wrap {
      max-width: 960px; } }
  @media (max-width: 1024px) {
    .site-inner, .wrap {
      max-width: 800px; } }
  @media (max-width: 860px) {
    .site-inner, .wrap {
      width: 90%; } }
  @media (max-width: 600px) {
    .site-inner, .wrap {
      width: 90%; } }
  @media (max-width: 460px) {
    .site-inner, .wrap {
      width: 95%; } }

.site-inner {
  margin-top: -80px; }
  @media (max-width: 860px) {
    .site-inner {
      margin-top: -160px; } }
  @media (max-width: 600px) {
    .site-inner {
      margin-top: -170px; } }

.page-template-page_home .site-inner, .no-mini-hero .site-inner {
  margin-top: 0; }
.page-template-page_home #mini-hero, .no-mini-hero #mini-hero {
  display: none; }

@media (max-width: 1260px) {
  .content {
    width: 660px; } }
@media (max-width: 1080px) {
  .content {
    width: 600px; } }
@media (max-width: 1024px) {
  .content {
    width: 100%; } }

@media (max-width: 1260px) {
  .sidebar-primary {
    width: 320px; } }
@media (max-width: 1024px) {
  .sidebar-primary {
    width: 100%; } }

.entry, .sidebar .widget {
  border-top: 5px solid #edeeee;
  border-bottom: 2px solid #edeeee; }
  .entry:first-child, .sidebar .widget:first-child {
    border-top-color: #67a227; }
  @media (max-width: 860px) {
    .entry, .sidebar .widget {
      padding: 40px;
      margin-bottom: 30px; } }
  @media (max-width: 600px) {
    .entry, .sidebar .widget {
      padding: 30px;
      padding-top: 40px; } }
  @media (max-width: 460px) {
    .entry, .sidebar .widget {
      padding: 20px;
      padding-top: 40px; } }

@media (max-width: 1024px) {
  .sidebar .widget:first-child {
    border-top-color: #edeeee; } }

@media (max-width: 1024px) {
  .one-fourth {
    width: 48.717948717948715%; } }
@media (max-width: 600px) {
  .one-fourth {
    width: 100%; } }
::-moz-selection {
  background: #201c1d;
  color: #FFFFFF;
  text-shadow: none; }

::selection {
  background: #201c1d;
  color: #FFFFFF;
  text-shadow: none; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333; }

body > div {
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 45px;
  font-family: "bebas-neue", "Roboto Condensed", sans-serif; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 52px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }

.entry-title, .archive-title {
  font-size: 72px;
  margin-bottom: 0; }
  @media (max-width: 860px) {
    .entry-title, .archive-title {
      font-size: 60px; } }
  @media (max-width: 460px) {
    .entry-title, .archive-title {
      font-size: 46px; } }

.entry-header {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #edeeee;
  margin-bottom: 45px;
  padding-bottom: 50px; }
  @media (max-width: 860px) {
    .entry-header {
      margin-bottom: 40px;
      padding-bottom: 40px; } }

a:active, a:hover, a:focus {
  outline: none; }

.content .entry a {
  color: inherit;
  border-bottom: 2px solid #8dc63f; }
  .content .entry a:hover {
    border-color: #333333; }
  .content .entry a.share {
    color: #FFFFFF;
    border: none; }
.content .entry .entry-title a {
  border-bottom: 2px solid transparent; }
  .content .entry .entry-title a:hover {
    border-bottom: 2px solid #8dc63f; }

.entry-header .entry-meta {
  margin-bottom: 0; }

p.entry-meta {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #797a7d; }

.content .entry .entry-categories {
  display: inline; }
  .content .entry .entry-categories a {
    border: 0;
    color: #8dc63f; }
    .content .entry .entry-categories a:hover {
      color: #67a227; }

.post-info-separator {
  margin: 0 12px;
  letter-spacing: -0.1em; }

ul.big {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 18px; }
  ul.big li {
    margin-bottom: 16px; }

ul.checkmark {
  margin-left: 20px; }
  ul.checkmark li {
    list-style-type: none;
    padding-left: 32px;
    background-image: url("images/bullet-checkmark.png");
    background-repeat: no-repeat;
    background-position: 0 5px; }
  @media (max-width: 600px) {
    ul.checkmark {
      margin-left: 0; } }

ul.features {
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 2px solid #edeeee;
  border-bottom: 3px solid #edeeee;
  font-size: 16px;
  font-weight: 500; }
  ul.features li {
    padding: 14px 20px 14px 50px;
    list-style-type: none;
    background-image: url("images/bullet-checkmark.png");
    background-repeat: no-repeat;
    background-position: 12px 17px;
    border-bottom: 1px solid #edeeee;
    cursor: default;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms; }
    ul.features li:last-child {
      border-bottom: 0; }
    ul.features li:hover {
      background-color: #f7f7f7; }

hr {
  margin: 60px 0; }

.share-after {
  margin-top: 60px; }

.widgettitle {
  font-size: 32px; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .content .entry .button {
  display: inline-block;
  padding: 11px 24px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .030em;
  border: 0;
  -moz-box-shadow: inset 0 -3px #67a227;
  box-shadow: inset 0 -3px #67a227;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #8dc63f;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }
  button .fa, input[type="button"] .fa, input[type="reset"] .fa, input[type="submit"] .fa, .button .fa, .content .entry .button .fa {
    margin-right: 10px; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .content .entry .button:hover {
    color: #FFFFFF;
    background: #67a227;
    -moz-box-shadow: inset 0 2px #548420;
    box-shadow: inset 0 2px #548420; }
  button.button-dark, input[type="button"].button-dark, input[type="reset"].button-dark, input[type="submit"].button-dark, .button.button-dark, .content .entry .button.button-dark {
    display: inline-block;
    padding: 11px 24px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .030em;
    border: 0;
    -moz-box-shadow: inset 0 -3px #67a227;
    box-shadow: inset 0 -3px #67a227;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #8dc63f;
    color: #FFFFFF;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    background: #201c1d;
    color: #FFFFFF;
    -moz-box-shadow: inset 0 -3px #000000;
    box-shadow: inset 0 -3px #000000; }
    button.button-dark .fa, input[type="button"].button-dark .fa, input[type="reset"].button-dark .fa, input[type="submit"].button-dark .fa, .button.button-dark .fa, .content .entry .button.button-dark .fa {
      margin-right: 10px; }
    button.button-dark:hover, input[type="button"].button-dark:hover, input[type="reset"].button-dark:hover, input[type="submit"].button-dark:hover, .button.button-dark:hover, .content .entry .button.button-dark:hover {
      color: #FFFFFF;
      background: #67a227;
      -moz-box-shadow: inset 0 2px #548420;
      box-shadow: inset 0 2px #548420; }
    button.button-dark:hover, input[type="button"].button-dark:hover, input[type="reset"].button-dark:hover, input[type="submit"].button-dark:hover, .button.button-dark:hover, .content .entry .button.button-dark:hover {
      background: #171616;
      -moz-box-shadow: inset 0 2px #000000;
      box-shadow: inset 0 2px #000000; }
  button.button-light, input[type="button"].button-light, input[type="reset"].button-light, input[type="submit"].button-light, .button.button-light, .content .entry .button.button-light {
    display: inline-block;
    padding: 11px 24px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .030em;
    border: 0;
    -moz-box-shadow: inset 0 -3px #67a227;
    box-shadow: inset 0 -3px #67a227;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #8dc63f;
    color: #FFFFFF;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    background: #edeeee;
    color: #201c1d;
    -moz-box-shadow: inset 0 -3px rgba(121, 122, 125, 0.2);
    box-shadow: inset 0 -3px rgba(121, 122, 125, 0.2); }
    button.button-light .fa, input[type="button"].button-light .fa, input[type="reset"].button-light .fa, input[type="submit"].button-light .fa, .button.button-light .fa, .content .entry .button.button-light .fa {
      margin-right: 10px; }
    button.button-light:hover, input[type="button"].button-light:hover, input[type="reset"].button-light:hover, input[type="submit"].button-light:hover, .button.button-light:hover, .content .entry .button.button-light:hover {
      color: #FFFFFF;
      background: #67a227;
      -moz-box-shadow: inset 0 2px #548420;
      box-shadow: inset 0 2px #548420; }
    button.button-light:hover, input[type="button"].button-light:hover, input[type="reset"].button-light:hover, input[type="submit"].button-light:hover, .button.button-light:hover, .content .entry .button.button-light:hover {
      background: rgba(121, 122, 125, 0.25);
      color: #201c1d;
      -moz-box-shadow: inset 0 2px rgba(121, 122, 125, 0.3);
      box-shadow: inset 0 2px rgba(121, 122, 125, 0.3); }
  button.button-xsm, input[type="button"].button-xsm, input[type="reset"].button-xsm, input[type="submit"].button-xsm, .button.button-xsm, .content .entry .button.button-xsm {
    padding: 4px 12px 4px 12px;
    font-size: 12px; }
    button.button-xsm .fa, input[type="button"].button-xsm .fa, input[type="reset"].button-xsm .fa, input[type="submit"].button-xsm .fa, .button.button-xsm .fa, .content .entry .button.button-xsm .fa {
      margin-right: 3px; }
  button.button-sm, input[type="button"].button-sm, input[type="reset"].button-sm, input[type="submit"].button-sm, .button.button-sm, .content .entry .button.button-sm {
    padding: 6px 14px 6px 14px; }
  button.button-lg, input[type="button"].button-lg, input[type="reset"].button-lg, input[type="submit"].button-lg, .button.button-lg, .content .entry .button.button-lg {
    padding: 13px 30px 15px 30px;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0;
    word-spacing: 0.1em; }
    button.button-lg .fa, input[type="button"].button-lg .fa, input[type="reset"].button-lg .fa, input[type="submit"].button-lg .fa, .button.button-lg .fa, .content .entry .button.button-lg .fa {
      margin-right: 13px; }
  button.button-outline, input[type="button"].button-outline, input[type="reset"].button-outline, input[type="submit"].button-outline, .button.button-outline, .content .entry .button.button-outline {
    background: none;
    color: #8dc63f;
    border: 2px solid #8dc63f;
    -moz-box-shadow: none;
    box-shadow: none; }
    button.button-outline:hover, input[type="button"].button-outline:hover, input[type="reset"].button-outline:hover, input[type="submit"].button-outline:hover, .button.button-outline:hover, .content .entry .button.button-outline:hover {
      border-width: 2px;
      border-style: solid;
      background: #8dc63f;
      color: #FFFFFF; }
    button.button-outline.button-dark, input[type="button"].button-outline.button-dark, input[type="reset"].button-outline.button-dark, input[type="submit"].button-outline.button-dark, .button.button-outline.button-dark, .content .entry .button.button-outline.button-dark {
      background: none;
      color: #8dc63f;
      border: 2px solid #8dc63f;
      -moz-box-shadow: none;
      box-shadow: none;
      border-color: #201c1d;
      color: #201c1d; }
      button.button-outline.button-dark:hover, input[type="button"].button-outline.button-dark:hover, input[type="reset"].button-outline.button-dark:hover, input[type="submit"].button-outline.button-dark:hover, .button.button-outline.button-dark:hover, .content .entry .button.button-outline.button-dark:hover {
        border-width: 2px;
        border-style: solid;
        background: #8dc63f;
        color: #FFFFFF; }
      button.button-outline.button-dark:hover, input[type="button"].button-outline.button-dark:hover, input[type="reset"].button-outline.button-dark:hover, input[type="submit"].button-outline.button-dark:hover, .button.button-outline.button-dark:hover, .content .entry .button.button-outline.button-dark:hover {
        background: #201c1d;
        color: #FFFFFF; }
    button.button-outline.button-white, input[type="button"].button-outline.button-white, input[type="reset"].button-outline.button-white, input[type="submit"].button-outline.button-white, .button.button-outline.button-white, .content .entry .button.button-outline.button-white {
      background: none;
      color: #8dc63f;
      border: 2px solid #8dc63f;
      -moz-box-shadow: none;
      box-shadow: none;
      border-color: #FFFFFF;
      color: #FFFFFF; }
      button.button-outline.button-white:hover, input[type="button"].button-outline.button-white:hover, input[type="reset"].button-outline.button-white:hover, input[type="submit"].button-outline.button-white:hover, .button.button-outline.button-white:hover, .content .entry .button.button-outline.button-white:hover {
        border-width: 2px;
        border-style: solid;
        background: #8dc63f;
        color: #FFFFFF; }
      button.button-outline.button-white:hover, input[type="button"].button-outline.button-white:hover, input[type="reset"].button-outline.button-white:hover, input[type="submit"].button-outline.button-white:hover, .button.button-outline.button-white:hover, .content .entry .button.button-outline.button-white:hover {
        background: #FFFFFF;
        color: #201c1d; }

a.alignleft, a.align-left,
img.alignleft, img.align-left,
.wp-caption.alignleft, .wp-caption.align-left {
  margin: 0 40px 40px 0; }

a.alignright, a.align-right,
img.alignright, img.align-right,
.wp-caption.alignright, .wp-caption.align-right {
  margin: 0 0 40px 40px; }

.wp-caption-text {
  color: #797a7d;
  font-style: italic;
  font-weight: 400; }

.site-header {
  position: relative;
  z-index: 2;
  height: 102px;
  min-height: 0;
  background: #201c1d;
  color: #FFFFFF; }
  .site-header .wrap {
    position: relative;
    height: 102px;
    padding: 0; }
  @media (max-width: 1260px) {
    .site-header {
      height: 80px; }
      .site-header .wrap {
        height: 80px; } }
  @media (max-width: 860px) {
    .site-header {
      height: auto; }
      .site-header .wrap {
        height: auto; } }

.title-area, .header-full-width .title-area {
  position: absolute;
  margin-top: 30px;
  padding: 0;
  width: 460px; }
  @media (max-width: 1260px) {
    .title-area, .header-full-width .title-area {
      margin-top: 20px;
      width: 360px; } }
  @media (max-width: 860px) {
    .title-area, .header-full-width .title-area {
      position: static;
      width: 100%;
      text-align: center; } }

.header-image .site-title > a {
  float: none;
  display: block;
  height: 130px;
  background-size: contain;
  background-position: top left; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
    .header-image .site-title > a {
      background-image: url("images/logo-huge.png"); } }
  @media (max-width: 860px) {
    .header-image .site-title > a {
      height: 130px;
      background-image: url("images/logo-huge.png");
      background-position: top center; } }
  @media (max-width: 460px) {
    .header-image .site-title > a {
      height: 116px; } }

.nav-primary {
  position: absolute;
  bottom: 0;
  right: 0;
  background: none; }
  .nav-primary .wrap {
    height: auto; }
  .nav-primary .genesis-nav-menu li > a {
    margin: 0 5px;
    padding: 10px 13px 20px 13px;
    color: #edeeee;
    font-family: "bebas-neue", "Roboto Condensed", sans-serif;
    font-size: 22px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms; }
    .nav-primary .genesis-nav-menu li > a:hover {
      color: #FFFFFF;
      text-decoration: none;
      -moz-box-shadow: inset 0 -4px #FFFFFF;
      box-shadow: inset 0 -4px #FFFFFF; }
    @media (max-width: 1080px) {
      .nav-primary .genesis-nav-menu li > a {
        margin: 0 3px;
        padding: 10px 8px 20px 8px;
        font-size: 20px; } }
    @media (max-width: 860px) {
      .nav-primary .genesis-nav-menu li > a {
        margin: 0 5px;
        padding: 10px 13px 20px 13px;
        font-size: 22px; } }
    @media (max-width: 600px) {
      .nav-primary .genesis-nav-menu li > a {
        margin: 0 6px;
        padding: 10px 12px 18px 12px; }
        .nav-primary .genesis-nav-menu li > a:hover {
          color: #8dc63f;
          -moz-box-shadow: none;
          box-shadow: none; } }
  .nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #FFFFFF;
    text-decoration: none;
    -moz-box-shadow: inset 0 -4px #FFFFFF;
    box-shadow: inset 0 -4px #FFFFFF; }
    @media (max-width: 600px) {
      .nav-primary .genesis-nav-menu .current-menu-item > a {
        color: #8dc63f;
        -moz-box-shadow: none;
        box-shadow: none; } }
  .nav-primary .genesis-nav-menu .sub-menu a {
    margin: 0;
    padding: 17px 18px;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #797a7d;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    border-left: 4px solid #edeeee;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms; }
    .nav-primary .genesis-nav-menu .sub-menu a:hover {
      -moz-boz-shadow: none;
      box-shadow: none;
      background: #f7f7f7;
      color: #000000; }
  @media (max-width: 860px) {
    .nav-primary {
      position: static; } }

@media (max-width: 860px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 100%; } }

input, select, textarea {
  font-size: 16px;
  font-weight: 400; }

input:focus, textarea:focus {
  border-color: #8dc63f; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  display: inline-block;
  padding: 11px 24px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .030em;
  border: 0;
  -moz-box-shadow: inset 0 -3px #67a227;
  box-shadow: inset 0 -3px #67a227;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #8dc63f;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }
  button .fa, input[type="button"] .fa, input[type="reset"] .fa, input[type="submit"] .fa, .button .fa {
    margin-right: 10px; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
    color: #FFFFFF;
    background: #67a227;
    -moz-box-shadow: inset 0 2px #548420;
    box-shadow: inset 0 2px #548420; }

.ninja-forms-required-items {
  margin-bottom: 20px; }

.field-wrap {
  margin-bottom: 30px !important; }

.site-footer {
  background: #201c1d;
  color: #FFFFFF; }
  .site-footer p {
    font-weight: 300;
    color: #edeeee; }
  .site-footer a {
    color: #FFFFFF;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms; }
    .site-footer a:hover {
      border-bottom: 1px solid #8dc63f; }
  .site-footer span {
    margin: 0 10px;
    font-size: 18px;
    letter-spacing: -1px;
    color: #8dc63f; }

.page-template-page_blog .entry-header, .archive.category .entry-header {
  margin: 0;
  padding-bottom: 30px;
  text-align: left;
  border: 0; }
.page-template-page_blog .entry-title, .archive.category .entry-title {
  font-size: 54px; }
.page-template-page_blog .entry-content .alignleft, .page-template-page_blog .entry-content .align-left, .page-template-page_blog .entry-content .alignright, .page-template-page_blog .entry-content .align-right, .archive.category .entry-content .alignleft, .archive.category .entry-content .align-left, .archive.category .entry-content .alignright, .archive.category .entry-content .align-right {
  max-width: 33%; }
  @media (max-width: 860px) {
    .page-template-page_blog .entry-content .alignleft, .page-template-page_blog .entry-content .align-left, .page-template-page_blog .entry-content .alignright, .page-template-page_blog .entry-content .align-right, .archive.category .entry-content .alignleft, .archive.category .entry-content .align-left, .archive.category .entry-content .alignright, .archive.category .entry-content .align-right {
      max-width: 50%; } }
.page-template-page_blog .entry-content p:last-child, .archive.category .entry-content p:last-child {
  margin-bottom: 0; }

.archive-description {
  border-top: 5px solid #67a227;
  border-bottom: 2px solid #edeeee;
  text-align: center;
  font-weight: 300;
  font-size: 22px; }

.archive-title {
  margin-bottom: 20px; }

.full-width-content .type-post .entry-content {
  padding: 0 130px; }
  @media (max-width: 1260px) {
    .full-width-content .type-post .entry-content {
      padding: 0 60px; } }
  @media (max-width: 1024px) {
    .full-width-content .type-post .entry-content {
      padding: 0; } }
  .full-width-content .type-post .entry-content p:first-child {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 300;
    color: #797a7d;
    text-align: center; }
    .full-width-content .type-post .entry-content p:first-child::after {
      content: '';
      display: inline-block;
      width: 150px;
      border-top: 1px solid #edeeee;
      margin-top: 40px; }
  .full-width-content .type-post .entry-content a.alignleft, .full-width-content .type-post .entry-content a.align-left,
  .full-width-content .type-post .entry-content img.alignleft, .full-width-content .type-post .entry-content img.align-left,
  .full-width-content .type-post .entry-content .wp-caption.alignleft, .full-width-content .type-post .entry-content .wp-caption.align-left {
    margin-left: -80px; }
    @media (max-width: 1260px) {
      .full-width-content .type-post .entry-content a.alignleft, .full-width-content .type-post .entry-content a.align-left,
      .full-width-content .type-post .entry-content img.alignleft, .full-width-content .type-post .entry-content img.align-left,
      .full-width-content .type-post .entry-content .wp-caption.alignleft, .full-width-content .type-post .entry-content .wp-caption.align-left {
        margin-left: 0; } }
    @media (max-width: 860px) {
      .full-width-content .type-post .entry-content a.alignleft, .full-width-content .type-post .entry-content a.align-left,
      .full-width-content .type-post .entry-content img.alignleft, .full-width-content .type-post .entry-content img.align-left,
      .full-width-content .type-post .entry-content .wp-caption.alignleft, .full-width-content .type-post .entry-content .wp-caption.align-left {
        max-width: 50%; } }
    @media (max-width: 600px) {
      .full-width-content .type-post .entry-content a.alignleft, .full-width-content .type-post .entry-content a.align-left,
      .full-width-content .type-post .entry-content img.alignleft, .full-width-content .type-post .entry-content img.align-left,
      .full-width-content .type-post .entry-content .wp-caption.alignleft, .full-width-content .type-post .entry-content .wp-caption.align-left {
        display: block;
        float: none;
        margin: 0 0 40px 0;
        max-width: 100%; } }
  .full-width-content .type-post .entry-content a.alignright, .full-width-content .type-post .entry-content a.align-right,
  .full-width-content .type-post .entry-content img.alignright, .full-width-content .type-post .entry-content img.align-right,
  .full-width-content .type-post .entry-content .wp-caption.alignright, .full-width-content .type-post .entry-content .wp-caption.align-right {
    margin-right: -80px; }
    @media (max-width: 1260px) {
      .full-width-content .type-post .entry-content a.alignright, .full-width-content .type-post .entry-content a.align-right,
      .full-width-content .type-post .entry-content img.alignright, .full-width-content .type-post .entry-content img.align-right,
      .full-width-content .type-post .entry-content .wp-caption.alignright, .full-width-content .type-post .entry-content .wp-caption.align-right {
        margin-right: 0; } }
    @media (max-width: 860px) {
      .full-width-content .type-post .entry-content a.alignright, .full-width-content .type-post .entry-content a.align-right,
      .full-width-content .type-post .entry-content img.alignright, .full-width-content .type-post .entry-content img.align-right,
      .full-width-content .type-post .entry-content .wp-caption.alignright, .full-width-content .type-post .entry-content .wp-caption.align-right {
        max-width: 50%; } }
    @media (max-width: 600px) {
      .full-width-content .type-post .entry-content a.alignright, .full-width-content .type-post .entry-content a.align-right,
      .full-width-content .type-post .entry-content img.alignright, .full-width-content .type-post .entry-content img.align-right,
      .full-width-content .type-post .entry-content .wp-caption.alignright, .full-width-content .type-post .entry-content .wp-caption.align-right {
        display: block;
        float: none;
        margin: 0 0 40px 0;
        max-width: 100%; } }

.comment-respond, .entry-comments, .entry-pings {
  margin-bottom: 0; }

.entry-comments {
  display: block;
  padding: 60px;
  padding-top: 20px;
  background: none;
  border: 0; }
  @media (max-width: 860px) {
    .entry-comments {
      padding: 30px;
      padding-top: 20px; } }
  @media (max-width: 600px) {
    .entry-comments {
      padding: 0;
      padding-top: 20px; } }
  .entry-comments h3 {
    text-align: center; }

.full-width-content .entry-comments, .full-width-content .comment-respond, .full-width-content .entry-pings {
  margin: 0 auto;
  max-width: 960px; }

.comment-list {
  display: block;
  padding: 0;
  margin: 0; }
  .comment-list li li {
    margin-right: -30px; }
  .comment-list li {
    padding: 30px; }
  .comment-list > .comment {
    padding: 0; }
  .comment-list .comment {
    background: none;
    border: none; }
    .comment-list .comment article {
      padding: 50px;
      background: #FFFFFF;
      border-bottom: 2px solid #edeeee;
      font-size: 16px; }
  .comment-list .children li {
    margin-top: 0;
    padding-bottom: 0; }
  .comment-list .children article {
    border-left: 6px solid #edeeee; }
  .comment-list .children:last-child {
    margin-bottom: 60px; }
  @media (max-width: 600px) {
    .comment-list .comment article {
      padding: 30px; }
    .comment-list .comment .avatar {
      position: static;
      margin-right: 20px; } }

.comment-header {
  position: relative; }

.comment-author {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0; }
  .comment-author a {
    color: #000000;
    border-bottom: 2px solid transparent; }
    .comment-author a:hover {
      border-bottom: 2px solid #8dc63f; }
  .comment-author .says {
    font-weight: normal;
    color: #797a7d; }

.comment .avatar {
  position: absolute;
  left: -74px;
  margin: 0;
  border-bottom: 4px solid #edeeee; }

p.comment-meta {
  margin-bottom: 30px; }
  p.comment-meta a {
    color: #797a7d;
    font-size: 14px;
    font-style: italic; }

.comment-edit-link {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 11px 24px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .030em;
  border: 0;
  -moz-box-shadow: inset 0 -3px #67a227;
  box-shadow: inset 0 -3px #67a227;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #8dc63f;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  background: #edeeee;
  color: #201c1d;
  -moz-box-shadow: inset 0 -3px rgba(121, 122, 125, 0.2);
  box-shadow: inset 0 -3px rgba(121, 122, 125, 0.2);
  padding: 4px 12px 4px 12px;
  font-size: 12px; }
  .comment-edit-link .fa {
    margin-right: 10px; }
  .comment-edit-link:hover {
    color: #FFFFFF;
    background: #67a227;
    -moz-box-shadow: inset 0 2px #548420;
    box-shadow: inset 0 2px #548420; }
  .comment-edit-link:hover {
    background: rgba(121, 122, 125, 0.25);
    color: #201c1d;
    -moz-box-shadow: inset 0 2px rgba(121, 122, 125, 0.3);
    box-shadow: inset 0 2px rgba(121, 122, 125, 0.3); }
  .comment-edit-link .fa {
    margin-right: 3px; }
  @media (max-width: 600px) {
    .comment-edit-link {
      position: static;
      margin-bottom: 20px; } }

.comment-reply-link {
  margin-top: 10px;
  display: inline-block;
  padding: 11px 24px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .030em;
  border: 0;
  -moz-box-shadow: inset 0 -3px #67a227;
  box-shadow: inset 0 -3px #67a227;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #8dc63f;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  padding: 6px 14px 6px 14px; }
  .comment-reply-link .fa {
    margin-right: 10px; }
  .comment-reply-link:hover {
    color: #FFFFFF;
    background: #67a227;
    -moz-box-shadow: inset 0 2px #548420;
    box-shadow: inset 0 2px #548420; }

.comment-respond label {
  font-weight: bold; }
  .comment-respond label .required {
    color: #ff0000; }

.comment-reply-title {
  margin-bottom: 20px;
  text-align: center; }

#cancel-comment-reply-link {
  display: inline-block;
  padding: 11px 24px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .030em;
  border: 0;
  -moz-box-shadow: inset 0 -3px #67a227;
  box-shadow: inset 0 -3px #67a227;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #8dc63f;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  background: #edeeee;
  color: #201c1d;
  -moz-box-shadow: inset 0 -3px rgba(121, 122, 125, 0.2);
  box-shadow: inset 0 -3px rgba(121, 122, 125, 0.2);
  padding: 4px 12px 4px 12px;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
  top: -4px;
  font-family: "Roboto", sans-serif; }
  #cancel-comment-reply-link .fa {
    margin-right: 10px; }
  #cancel-comment-reply-link:hover {
    color: #FFFFFF;
    background: #67a227;
    -moz-box-shadow: inset 0 2px #548420;
    box-shadow: inset 0 2px #548420; }
  #cancel-comment-reply-link:hover {
    background: rgba(121, 122, 125, 0.25);
    color: #201c1d;
    -moz-box-shadow: inset 0 2px rgba(121, 122, 125, 0.3);
    box-shadow: inset 0 2px rgba(121, 122, 125, 0.3); }
  #cancel-comment-reply-link .fa {
    margin-right: 3px; }

.comment-respond, .entry-pings {
  background: none;
  padding: 60px; }
  @media (max-width: 860px) {
    .comment-respond, .entry-pings {
      padding: 30px; } }
  @media (max-width: 600px) {
    .comment-respond, .entry-pings {
      padding: 40px 0 30px 0; } }
  .comment-respond form, .entry-pings form {
    padding: 40px;
    background: white;
    border-bottom: 2px solid #edeeee; }
    .comment-respond form .form-submit, .entry-pings form .form-submit {
      margin: 0; }

#home-hero {
  position: relative;
  padding: 180px 0 160px 0;
  background: url("images/hero-bg-3.jpg") no-repeat top center #8dc63f;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0 10px #67a227, 0 1px 3px #67a227;
  cursor: default; }
  #home-hero:before, #home-hero:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%; }
  #home-hero:before {
    top: 0;
    height: 90px;
    background: linear-gradient(to bottom, #8dc63f, transparent); }
  #home-hero:after {
    bottom: 0;
    height: 130px;
    background: linear-gradient(to bottom, transparent, #6cad14); }
  #home-hero > div {
    position: relative;
    z-index: 1; }
  #home-hero h2 {
    font-size: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: -0.022em;
    word-spacing: 0.07em; }
    #home-hero h2 b {
      font-family: "Roboto Condensed", sans-serif; }
  #home-hero p {
    margin: 14px 0 0 0;
    font-size: 28px;
    font-weight: 300; }
  #home-hero .button {
    margin-top: 60px;
    display: inline-block;
    padding: 11px 24px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .030em;
    border: 0;
    -moz-box-shadow: inset 0 -3px #67a227;
    box-shadow: inset 0 -3px #67a227;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #8dc63f;
    color: #FFFFFF;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    padding: 13px 30px 15px 30px;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0;
    word-spacing: 0.1em;
    background: #67a227;
    box-shadow: inset 0 -3px #548420;
    text-shadow: none; }
    #home-hero .button .fa {
      margin-right: 10px; }
    #home-hero .button:hover {
      color: #FFFFFF;
      background: #67a227;
      -moz-box-shadow: inset 0 2px #548420;
      box-shadow: inset 0 2px #548420; }
    #home-hero .button .fa {
      margin-right: 13px; }
    #home-hero .button:hover {
      background: #548420;
      box-shadow: inset 0 2px #3c6a0a; }
  @media (max-width: 1080px) {
    #home-hero {
      padding: 120px 0 110px 0; }
      #home-hero h2 {
        font-size: 48px; }
      #home-hero p {
        margin: 0;
        font-size: 24px; } }
  @media (max-width: 1024px) {
    #home-hero {
      padding: 120px 0 100px 0; }
      #home-hero h2 {
        font-size: 44px; }
      #home-hero p {
        font-size: 22px; } }
  @media (max-width: 860px) {
    #home-hero {
      padding: 80px 0; }
      #home-hero .wrap {
        padding: 0 20px; }
      #home-hero h2 {
        font-size: 42px;
        margin-bottom: 20px; }
      #home-hero p {
        font-size: 22px; } }
  @media (max-width: 600px) {
    #home-hero {
      padding: 70px 0; }
      #home-hero h2 {
        font-size: 38px; }
      #home-hero p {
        font-size: 20px; } }

#featured-stuff {
  margin: 0 0 60px 0;
  background: #101905;
  color: #FFFFFF;
  text-align: center; }
  @media (max-width: 1024px) {
    #featured-stuff {
      margin-bottom: 40px; } }
  @media (max-width: 860px) {
    #featured-stuff {
      padding: 30px 0; } }
  #featured-stuff .widget {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%;
    padding: 50px 0; }
    #featured-stuff .widget:first-child {
      float: left;
      margin-left: 2.564102564102564%;
      width: 31.623931623931625%;
      clear: both;
      margin-left: 0; }
    @media (max-width: 860px) {
      #featured-stuff .widget {
        float: left;
        margin-left: 2.564102564102564%;
        width: 100%;
        margin: 0;
        padding: 30px 0; }
        #featured-stuff .widget:first-child {
          float: left;
          margin-left: 2.564102564102564%;
          width: 100%;
          margin: 0; } }
    #featured-stuff .widget .widgettitle {
      margin-bottom: 10px;
      font-weight: 300;
      font-size: 28px;
      color: #FFFFFF; }
      #featured-stuff .widget .widgettitle .fa {
        margin-right: 14px; }
    #featured-stuff .widget p {
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 300; }
    #featured-stuff .widget img {
      margin-top: 10px; }
    #featured-stuff .widget .button-lg {
      margin-top: 40px; }
      @media (max-width: 860px) {
        #featured-stuff .widget .button-lg {
          margin-top: 20px; } }
  #featured-stuff .wordpress-stuff {
    cursor: default; }
    #featured-stuff .wordpress-stuff h3 {
      display: inline-block;
      margin-bottom: 2px;
      padding-bottom: 2px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 36px;
      border-bottom: 1px solid #8dc63f; }
    #featured-stuff .wordpress-stuff p {
      margin-bottom: 0;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 22px; }

section.featuredpost {
  margin-bottom: 40px; }
  section.featuredpost:before {
    content: " ";
    display: table; }
  section.featuredpost:after {
    clear: both;
    content: " ";
    display: table; }
  section.featuredpost .widgettitle {
    margin-bottom: 25px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 34px;
    letter-spacing: -0.038em; }
    section.featuredpost .widgettitle a {
      color: #797a7d; }
  section.featuredpost .entry {
    padding: 40px;
    background: #FFFFFF;
    border-top: 5px solid #edeeee;
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%; }
    section.featuredpost .entry:nth-child(2) {
      float: left;
      margin-left: 2.564102564102564%;
      width: 48.717948717948715%;
      clear: both;
      margin-left: 0; }
    @media (max-width: 860px) {
      section.featuredpost .entry {
        float: left;
        margin-left: 2.564102564102564%;
        width: 100%;
        margin: 0; }
        section.featuredpost .entry:nth-child(2) {
          float: left;
          margin-left: 2.564102564102564%;
          width: 100%;
          margin: 0;
          margin-bottom: 40px; } }
    @media (max-width: 600px) {
      section.featuredpost .entry:nth-child(2) {
        margin-bottom: 30px; } }
  section.featuredpost p {
    margin: 0; }
  section.featuredpost .entry-title {
    padding: 0;
    font-size: 36px;
    border: 0; }
  section.featuredpost .post-info {
    margin: 2px 0 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #797a7d; }
  section.featuredpost .more-link {
    display: inline-block;
    padding: 11px 24px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .030em;
    border: 0;
    -moz-box-shadow: inset 0 -3px #67a227;
    box-shadow: inset 0 -3px #67a227;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #8dc63f;
    color: #FFFFFF;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    padding: 4px 12px 4px 12px;
    font-size: 12px;
    display: block;
    margin-top: 30px;
    width: 150px;
    text-align: center; }
    section.featuredpost .more-link .fa {
      margin-right: 10px; }
    section.featuredpost .more-link:hover {
      color: #FFFFFF;
      background: #67a227;
      -moz-box-shadow: inset 0 2px #548420;
      box-shadow: inset 0 2px #548420; }
    section.featuredpost .more-link .fa {
      margin-right: 3px; }
    @media (max-width: 860px) {
      section.featuredpost .more-link {
        padding: 6px 14px 6px 14px; } }

@media (max-width: 1024px) {
  .post-type-archive-jpak_project .site-inner {
    width: 600px; } }
@media (max-width: 860px) {
  .post-type-archive-jpak_project .site-inner {
    width: 550px; } }
@media (max-width: 600px) {
  .post-type-archive-jpak_project .site-inner {
    width: 90%; } }

.project-grid-entry {
  padding: 10px; }
  .project-grid-entry:nth-child(2) {
    border-top-color: #67a227; }
    @media (max-width: 1024px) {
      .project-grid-entry:nth-child(2) {
        border-top-color: #edeeee; } }
  @media (max-width: 1024px) {
    .project-grid-entry {
      width: 100%;
      margin-left: 0; } }
  .project-grid-entry.entry a {
    display: block;
    position: relative;
    border: 0; }
    .project-grid-entry.entry a:hover .entry-title {
      color: #FFFFFF;
      bottom: 60px; }
      @media (max-width: 460px) {
        .project-grid-entry.entry a:hover .entry-title {
          bottom: 30px; } }
    .project-grid-entry.entry a:hover .entry-subtitle {
      opacity: 1; }
    .project-grid-entry.entry a:hover .fade {
      opacity: 1; }
  .project-grid-entry img {
    display: block;
    margin: 0;
    padding: 0; }
  .project-grid-entry .fade {
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(transparent 30%, rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(transparent 30%, rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(transparent 30%, rgba(0, 0, 0, 0.9));
    background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.9));
    -webkit-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms; }
  .project-grid-entry .entry-title, .project-grid-entry .entry-subtitle {
    display: block;
    position: absolute;
    padding: 0 40px;
    width: 100%;
    left: 0;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 2px 3px #000000;
    -webkit-transition: all ease-in-out 275ms;
    transition: all ease-in-out 275ms; }
    @media (max-width: 860px) {
      .project-grid-entry .entry-title, .project-grid-entry .entry-subtitle {
        padding: 0 30px; } }
    @media (max-width: 460px) {
      .project-grid-entry .entry-title, .project-grid-entry .entry-subtitle {
        padding: 0 20px; } }
  .project-grid-entry .entry-title {
    margin: 0;
    bottom: 35px;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #f7f7f7; }
    @media (max-width: 1260px) {
      .project-grid-entry .entry-title {
        font-size: 28px; } }
    @media (max-width: 600px) {
      .project-grid-entry .entry-title {
        font-size: 24px; } }
    @media (max-width: 460px) {
      .project-grid-entry .entry-title {
        bottom: 25px; } }
  .project-grid-entry .entry-subtitle {
    opacity: 0;
    bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #8dc63f; }
    @media (max-width: 600px) {
      .project-grid-entry .entry-subtitle {
        font-size: 16px; } }
    @media (max-width: 460px) {
      .project-grid-entry .entry-subtitle {
        display: none; } }

.project-full-image {
  border: 10px solid #FFFFFF;
  -moz-box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.3); }
  @media (max-width: 860px) {
    .project-full-image {
      border-width: 5px; } }

.project-background-previews {
  padding: 120px 0 150px 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzYzLjIgNDQ0LjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2My4yIDQ0NC41IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM2N0EyMjciIGQ9Ik0xNzUuMywwaDYwLjNMNjAuMyw0NDQuNUgwTDE3NS4zLDB6Ii8+DQoJPHBhdGggZmlsbD0iIzY3QTIyNyIgZD0iTTMwMi45LDBoNjAuM0wxODgsNDQ0LjVoLTYwLjNMMzAyLjksMHoiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  background-size: contain;
  background-color: #8dc63f; }
  .project-background-previews:before {
    content: " ";
    display: table; }
  .project-background-previews:after {
    clear: both;
    content: " ";
    display: table; }
  @media (max-width: 860px) {
    .project-background-previews {
      padding: 55px 0 130px 0; } }
  @media (max-width: 600px) {
    .project-background-previews {
      padding: 40px 0 115px 0; } }
  .project-background-previews .wrap {
    max-width: 1400px; }
    @media (max-width: 1500px) {
      .project-background-previews .wrap {
        max-width: 1200px; } }
    @media (max-width: 1260px) {
      .project-background-previews .wrap {
        width: 1024px;
        text-align: center; } }
    @media (max-width: 1080px) {
      .project-background-previews .wrap {
        width: 960px; } }
    @media (max-width: 1024px) {
      .project-background-previews .wrap {
        width: 800px; } }
    @media (max-width: 860px) {
      .project-background-previews .wrap {
        width: 90%; } }
    @media (max-width: 600px) {
      .project-background-previews .wrap {
        width: 90%; } }
    @media (max-width: 460px) {
      .project-background-previews .wrap {
        width: 90%; } }

/*
 *    Browser mockup code
 *
 *    @author Adrien Jarthon
 */
.browser-mockup {
  display: inline-block;
  border-top: 1.75em solid #edeeee;
  -moz-box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 3px 3px 0 0; }
  .browser-mockup:before {
    display: block;
    position: absolute;
    content: '';
    top: -1.04em;
    left: .75em;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background-color: #B5B5B5;
    box-shadow: 0 0 0 2px #B5B5B5, 1.1em 0 0 2px #B5B5B5, 2.2em 0 0 2px #B5B5B5; }
  .browser-mockup.with-tab:after {
    display: block;
    position: absolute;
    content: '';
    top: -1.75em;
    left: 4.5em;
    width: 14%;
    height: 0em;
    border-bottom: 1.75em solid white;
    border-left: .66em solid transparent;
    border-right: .66em solid transparent; }
  .browser-mockup.with-url:after {
    display: block;
    position: absolute;
    content: '';
    top: -1.6em;
    left: 5.5em;
    width: calc(100% - 6em);
    height: 1.2em;
    border-radius: 2px;
    background-color: white; }
  .browser-mockup > * {
    display: block; }
  .browser-mockup.position-left {
    float: left; }
  .browser-mockup.position-right {
    float: right;
    margin-top: -600px; }
    @media (max-width: 1260px) {
      .browser-mockup.position-right {
        float: none;
        margin: 60px auto 0 auto; } }
  .browser-mockup.size-desktop img {
    max-width: 100%; }
  .browser-mockup.size-mobile img {
    max-width: 500px; }
    @media (max-width: 860px) {
      .browser-mockup.size-mobile img {
        max-width: 100%; } }

.single-jpak_project .site-inner {
  margin-top: -80px; }

.project-header-label {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #67a227;
  text-transform: uppercase; }

.single-jpak_project .entry-header {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 0;
  border: 0;
  text-align: left; }
  @media (max-width: 1024px) {
    .single-jpak_project .entry-header {
      position: static;
      padding-bottom: 40px;
      border-bottom: 2px solid #edeeee;
      text-align: center; } }

.single-jpak_project .entry-title {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left; }
  @media (max-width: 1024px) {
    .single-jpak_project .entry-title {
      text-align: center; } }

.project-visit-website {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 1024px) {
    .project-visit-website {
      position: static;
      margin-top: 20px; } }
  @media (max-width: 600px) {
    .project-visit-website {
      padding: 4px 12px 4px 12px !important;
      margin-top: 30px; } }

.project-description {
  float: left;
  width: 60%; }
  @media (max-width: 1024px) {
    .project-description {
      float: none;
      margin-bottom: 40px;
      width: 100%; } }

.project-features {
  float: right;
  padding: 0;
  width: 33%; }
  @media (max-width: 1024px) {
    .project-features {
      float: none;
      width: 100%;
      margin-bottom: 40px; } }

.project-buttons {
  margin-top: 40px;
  text-align: center; }
  .project-buttons span {
    margin: 0 20px;
    font-style: italic;
    border-bottom: 2px solid #8dc63f; }
  @media (max-width: 860px) {
    .project-buttons span {
      display: none; }
    .project-buttons .button:first-child {
      margin-right: 20px; } }
  @media (max-width: 600px) {
    .project-buttons {
      margin-top: 20px; }
      .project-buttons .button {
        display: block;
        margin-bottom: 15px;
        width: 100%;
        padding: 16px 24px !important;
        font-size: 16px !important; } }

.project-testimonial {
  margin-top: 100px; }
  @media (max-width: 860px) {
    .project-testimonial {
      margin-top: 140px; } }
  @media (max-width: 600px) {
    .project-testimonial {
      margin-top: 100px; } }
  .project-testimonial blockquote {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 160px;
    text-align: center;
    font-size: 22px; }
    .project-testimonial blockquote::before {
      display: block;
      position: absolute;
      top: -60px;
      left: 64px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 120px;
      color: #8dc63f; }
    @media (max-width: 1260px) {
      .project-testimonial blockquote {
        padding: 0 80px; }
        .project-testimonial blockquote::before {
          left: 0px; } }
    @media (max-width: 1024px) {
      .project-testimonial blockquote {
        padding: 0 40px; }
        .project-testimonial blockquote::before {
          left: -20px; } }
    @media (max-width: 860px) {
      .project-testimonial blockquote {
        padding: 0; }
        .project-testimonial blockquote::before {
          width: 100%;
          top: -110px; } }
    @media (max-width: 460px) {
      .project-testimonial blockquote {
        font-size: 20px; } }
  .project-testimonial cite {
    display: block;
    margin-top: 30px;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif; }
    .project-testimonial cite::before {
      display: block;
      content: ' ';
      margin: 0 auto;
      padding-top: 20px;
      width: 50px;
      border-top: 2px solid #edeeee; }
  .project-testimonial span {
    display: block;
    font-size: 14px;
    color: #67a227;
    text-transform: uppercase;
    line-height: 18px; }

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