/*!
	Theme Name: Genesis Mobile Responsive (aesolutions.com)
	Theme URI: XXX
	Template: genesis
	Description: This is a "Mobile First" child theme based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>.
	Author: Shirkwork
	Author URI: http://www.shirkworx.com/
	Version: 1.0
*/
/* Bourbon Imports */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
	Removed: h1{font-size:2em;margin:.67em 0} (after a:active,a:hover)
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

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

/*
*,
input[type="search"] {
	@include box-sizing(border-box);
}
*/
/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for micro clearfix
 * @include microclearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/*
font-family:'HelveticaNeueW01-Thin';
font-family:'HelveticaNeueW01-45Ligh';
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-65Medi';
font-family:'HelveticaNeueW01-75Bold';
*/
/* #f5f6f7 */
/* Font Awesome
--------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/wp-content/fonts/fontawesome-webfont.eot");
  src: url("/wp-content/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/fonts/fontawesome-webfont.woff") format("woff"), url("/wp-content/fonts/fontawesome-webfont.ttf") format("truetype"), url("/wp-content/fonts/fontawesome-webfont.svg#MonoSocialIconsFont") format("svg");
  src: url("/wp-content/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-twitter:before {
  content: "\f099"; }

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

.fa-search:before {
  content: "\f002"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-check:before {
  content: "\f00c"; }

.fa-cog:before {
  content: "\f013"; }

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

/*
	Theme Name: Genesis Mobile Responsive
	Template: genesis
	Description: This is a "Mobile First" child theme based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>.
	Author: Mike Shirk
	Author URI: http://www.shirkworx.com/
	Version: 1.0
*/
/* Table of Contents

	- Defaults
		- Temporary Production Styles
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- min-width: 980px

*/
/*
 **************************************************************************************************************
 * Defaults
 **************************************************************************************************************
 */
/* Temporary Production Styles
--------------------------------------------- */
/*
.site-header .wrap,
.site-inner,
.site-footer {
	outlineXXX: 1px solid #edeef0;
	background-colorXXX: #edeef0;
}

div {outlineXXX: 1px solid #ccc;}
#wpadminbar {display: none;}
*/
/* Miscellaneous
--------------------------------------------- */
.hide-mobile {
  display: none !important; }

.hide-desktop {
  display: block !important; }

/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

body {
  background-color: #fff;
  color: #666;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -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; }

textarea {
  resize: none; }

::-moz-selection {
  background-color: #333;
  color: #fff; }

::selection {
  background-color: #333;
  color: #fff; }

a {
  color: #666;
  text-decoration: none; }

/*
a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}
*/
a:hover {
  color: #333; }

p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0; }

strong {
  font-weight: 700; }

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

blockquote,
blockquote::before {
  color: #999; }

blockquote {
  margin: 40px 40px 24px;
  margin: 4rem 4rem 2.4rem; }

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

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

cite {
  font-style: normal; }

small {
  font-size: 85%; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  /* Overide normalize.css */
  margin: 0 0 16px;
  margin: 0 0 1.6rem; }

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

h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #7eb341; }

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

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;
  width: auto;
  /* IE8 */ }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee inset;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px;
  padding: 1.6rem;
  width: 100%; }

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

::-moz-placeholder {
  color: #999;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #999; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #161616;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
  text-transform: uppercase;
  width: auto; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #676766; }

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

.button {
  border-radius: 3px;
  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;
  margin-bottom: 4rem;
  width: 100%; }

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

th,
td {
  text-align: left; }

th {
  font-weight: bold;
  text-transform: uppercase; }

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

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

.site-inner {
  clear: both;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-top: 25px;
  padding-top: 2.5rem; }

.wrap,
.site-header .wrap,
.site-inner,
.site-footer > .wrap,
.footer-credits {
  max-width: 90%; }

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-wrap {
  width: 100%; }

/* Content */
.content {
  width: 100%; }

/* Primary Sidebar */
.sidebar-primary {
  width: 100%; }

/* Secondary Sidebar */
.sidebar-secondary {
  width: 100%; }

/* Column Classes
	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 {
  margin: 0;
  width: 100%; }

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

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

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

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

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

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

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

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

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

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

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem; }

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

.archive-description,
.author-box {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.author-box-title {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

.author-box a {
  border-bottom: 1px solid #ddd; }

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

.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

/* Titles
--------------------------------------------- */
.entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: lowercase; }

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

.entry-title a:hover {
  color: #666; }

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  color: #7eb341; }

.sidebar .widget-title a {
  border: none; }

.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

/*
 **************************************************************************************************************
 * Widgets 
 **************************************************************************************************************
 */
.home-page-hero {
  padding-bottom: 40px;
  padding-bottom: 4rem;
  background-color: #f1f2f2; }

.home-page-hero img {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.home-page-hero h2 {
  font-size: 28px;
  font-size: 2.8rem; }

.home-page-hero ul {
  list-style-type: none; }

.home-page-hero li {
  font-sizeXXX: 21px;
  font-sizeXXX: 2.1rem;
  text-indent: -14px;
  padding-left: 25px; }

.fa-check {
  padding-right: 5px;
  padding-right: .5rem; }

.blog .blog-page-intro .entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color: #333; }

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

.featured-content .entry-title {
  border: none;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2; }

.featured-content .entry-title a {
  border: none; }

/*
 **************************************************************************************************************
 * Plugins 
 **************************************************************************************************************
 */
/* Gravity Forms
--------------------------------------------- */
/* DEFAULTS */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: 0;
  padding: 16px 14px;
  padding: 1.6rem 1.4rem; }

div.gform_wrapper input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
  width: 100% !important; }

div.gform_wrapper input[type="text"] {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

div.gform_wrapper .gform_validation_container,
div.gform_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.entry-content div.gform_wrapper {
  margin-bottom: 10px;
  margin-bottom: 1em; }

.entry-content div.gform_wrapper ul,
.footer-widgets div.gform_wrapper ul {
  margin-left: 0;
  margin-bottom: 0; }

.entry-content div.gform_wrapper ul li,
.footer-widgets div.gform_wrapper ul li {
  list-style-type: none; }

/* FOOTER WIDGET LEFT */
.footer-widgets-1 div.gform_wrapper .top_label .gfield_label {
  display: none; }

/* CONTACT PAGE */
.page-contact div.gform_wrapper input[type="text"],
.page-contact div.gform_wrapper textarea {
  background-color: #f6f6f6;
  border: none;
  box-shadow: none;
  color: #999;
  margin-bottom: 10px;
  margin-bottom: 1rem; }

/*
 **************************************************************************************************************
 * Site Header 
 **************************************************************************************************************
 */
.site-header {
  background-color: #7eb341; }

.site-header .wrap {
  /* SEE Site Containers */
  padding: 0; }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  font-weightXXX: 700;
  padding: 25px 0;
  padding: 2.5rem 0;
  width: 100%; }

.header-image .title-area {
  float: left;
  padding: 0; }

.site-title {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  text-transform: lowercase; }

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

.site-description {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 0; }

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

/* Logo, hide text */
.header-image .site-header .wrap {
  background-position: center top;
  padding: 0; }

/* Widget Area
--------------------------------------------- */
/*
 **************************************************************************************************************
 * Site Navigation 
 **************************************************************************************************************
 */
.genesis-nav-menu {
  clear: both;
  color: #999;
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  width: 100%;
  margin: 10px 0;
  margin: 1rem 0; }

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

.genesis-nav-menu a {
  border: none;
  color: #999;
  display: block;
  padding: 0 2px;
  padding: 0 .2rem;
  position: relative; }

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.single-post .genesis-nav-menu .menu-item-48 > a {
  color: #333; }

.genesis-nav-menu > .menu-item > a:after {
  content: "/";
  padding-left: 10px;
  padding-left: 1rem;
  color: #999; }

.genesis-nav-menu > .menu-item:last-of-type > a:after {
  content: ""; }

/* Site Header Navigation
--------------------------------------------- */
/* Primary Navigation
--------------------------------------------- */
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #333; }

/* Secondary Navigation
--------------------------------------------- */
/*
 **************************************************************************************************************
 * Content Area
 **************************************************************************************************************
 */
/* Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.entry-content a {
  border-bottom: 1px solid #ddd;
  color: #414042; }

.entry-content a:hover {
  color: #333; }

.entry-content .attachment a,
.entry-content .gallery a {
  border: none; }

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.entry-content ul {
  margin-left: 20px;
  margin-left: 2rem; }

.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 .search-form {
  width: 50%; }

.entry-meta {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem; }

.entry-meta a {
  border-bottom: 1px solid #ddd; }

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

/*
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 12px;
	padding-top: 1.2rem;
}
*/
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem; }

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

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 40px 0;
  margin: 4rem 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem; }

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #f15123; }

.entry-pagination a {
  border-bottom: 1px solid #ddd; }

/* Comments
--------------------------------------------- */
/*
 **************************************************************************************************************
 * Sidebars 
 **************************************************************************************************************
 */
.sidebar {
  color: #999; }

.sidebar a {
  border-bottomXXX: 1px solid #ddd; }

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

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word; }

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

.sidebar .widget {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

/*
 **************************************************************************************************************
 * Footer Widgets
 **************************************************************************************************************
 */
.footer-widgets {
  background-color: #414042;
  color: #999;
  clear: both;
  padding: 20px 0 0;
  padding: 2rem 0 0; }

.footer-widgets-1,
.footer-widgets-2 {
  width: 100%; }

.footer-widgets a {
  color: #999; }

.footer-widgets a:hover {
  color: #ddd; }

.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

.footer-widgets-1 p {
  clear: both;
  margin: 0 0 35px;
  margin: 0 0 3.5rem;
  padding-top: 10px;
  padding-top: 1rem; }

.footer-widgets-1 input {
  border: none;
  box-shadow: none; }

.footer-widgets-2 li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  text-align: center;
  word-wrap: break-word; }

.footer-widgets-2 li a {
  display: inline-block;
  border-radius: 99px;
  border: 2px solid #999;
  width: 42px;
  height: 42px; }

.footer-widgets-2 .fa {
  line-height: 41px; }

/*
 **************************************************************************************************************
 * Site Footer
 **************************************************************************************************************
 */
.site-footer {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0;
  padding: 2rem 0; }

.site-footer a {
  border-bottom: 1px solid #ddd; }

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

/*
 **************************************************************************************************************
 * Client Specific
 **************************************************************************************************************
 */
.home .entry-title {
  display: none; }

.home .hero li {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3; }

.home .entry-content ul li {
  list-style-type: none; }

.home .buckets {
  display: none; }

.home .buckets .fa {
  display: inline-block;
  line-height: 34px;
  text-align: center;
  border-radius: 99px;
  color: #fff;
  background-color: #7eb341;
  width: 34px;
  height: 34px; }

.blog .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: 5px;
  padding-top: .5rem; }

.blog .entry-title,
.blog .entry-title a {
  color: #7eb341; }

.blog .entry {
  border-top: 2px solid #f5f5f5;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding-top: 12px;
  padding-top: 1.2rem; }

.blog .entry-content p {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.page-contact .address:last-of-type {
  margin-bottom: 26px;
  margin-bottom: 2.6rem; }

/*
 **************************************************************************************************************
 **************************************************************************************************************
 **************************************************************************************************************
 * Media Queries
 **************************************************************************************************************
 **************************************************************************************************************
 **************************************************************************************************************
 */
/*
 **************************************************************************************************************
 * Min-width 768px
 **************************************************************************************************************
 */
@media only screen and (min-width: 768px) {
  /*
  Defaults
  ---------------------------------------------------------------------------------------------------- */
  /* Miscellaneous
  --------------------------------------------- */
  .hide-desktop {
    display: none !important; }

  .hide-mobile {
    display: block !important; }

  /* Typographical Elements
  --------------------------------------------- */
  body {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.625; }

  /* Headings
  --------------------------------------------- */
  /*
  h1 {
  	margin: 0 0 35px;
  	margin: 0 0 3.5rem;
  }
  */
  /*
  Structure and Layout
  ---------------------------------------------------------------------------------------------------- */
  /* Site Containers
  --------------------------------------------- */
  .wrap,
  .site-header > .wrap,
  .site-inner,
  .site-footer > .wrap,
  .footer-credits {
    max-width: 95%; }

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

  /* Column Widths and Positions
  --------------------------------------------- */
  /* Content */
  .content-sidebar .content {
    float: left;
    width: 67%; }

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

  /* Primary Sidebar */
  .sidebar-primary {
    float: right;
    width: 33%;
    padding-left: 45px;
    padding-left: 4.5rem; }

  /* Column Classes
  --------------------------------------------- */
  .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
  ---------------------------------------------------------------------------------------------------- */
  /* WordPress
  --------------------------------------------- */
  /* Genesis
  --------------------------------------------- */
  .archive-description {
    padding: 40px 40px 24px;
    padding: 4rem 4rem 2.4rem; }

  .author-box {
    padding: 40px;
    padding: 4rem; }

  /*
  Widgets
  ---------------------------------------------------------------------------------------------------- */
  .home-page-hero {
    padding-bottom: 50px;
    padding-bottom: 5rem; }

  .home-page-hero img {
    margin-bottom: 30px;
    margin-bottom: 3rem; }

  .home-page-hero h2 {
    font-size: 32px;
    font-size: 3.2rem; }

  .home-page-hero li {
    font-size: 21px;
    font-size: 2.1rem; }

  .blog .blog-page-intro .entry-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    color: #333; }

  /*
  Plugins
  ---------------------------------------------------------------------------------------------------- */
  /* Gravity Forms
  --------------------------------------------- */
  /* DEFAULTS */
  .entry-content div.gform_wrapper ul {
    margin-left: 0;
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }

  .footer-widgets div.gform_wrapper ul {
    margin-left: 0;
    margin-bottom: 0; }

  /* FOOTER WIDGET LEFT */
  .footer-widgets-1 div.gform_wrapper .gform_body,
  .footer-widgets-1 div.gform_wrapper .gform_footer {
    float: left; }

  .footer-widgets-1 div.gform_wrapper .gform_body {
    width: 50%; }

  .footer-widgets div.gform_wrapper ul {
    padding-right: 10px;
    padding-right: 1rem; }

  /* CONTACT PAGE */
  .page-contact .entry-content div.gform_wrapper input[type="text"] {
    float: left;
    width: 49%; }

  .page-contact div.gform_wrapper #input_1_1_3 {
    float: left; }

  .page-contact div.gform_wrapper #input_1_1_6 {
    float: right; }

  .page-contact div.gform_wrapper input[type="submit"] {
    width: inherit !important; }

  /*
  Site Header
  ---------------------------------------------------------------------------------------------------- */
  /* Title Area
  --------------------------------------------- */
  .title-area {
    padding: 50px 0 35px;
    padding: 5rem 0 3.5rem; }

  .site-title {
    font-size: 60px;
    font-size: 6rem; }

  .site-description {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7; }

  /* Widget Area
  --------------------------------------------- */
  .site-header .widget-area {
    text-align: right; }

  .header-image .site-header .widget-area {
    padding: 40px 0;
    padding: 4rem 0; }

  .site-header .search-form {
    float: right;
    margin: 24px 0 0;
    margin: 2.4rem 0 0; }

  /*
  Site Navigation
  ---------------------------------------------------------------------------------------------------- */
  .genesis-nav-menu {
    text-align: left;
    margin: 0; }

  .genesis-nav-menu a {
    padding: 34px 0 24px 15px;
    padding: 3.4rem 0 2.4rem 1.5rem; }

  .genesis-nav-menu > .menu-item:first-of-type > a {
    padding: 34px 0 24px;
    padding: 3.4rem 0 2.4rem; }

  .genesis-nav-menu > .menu-item > a:after {
    padding-left: 22px;
    padding-left: 2.2rem; }

  /* Site Header Navigation
  --------------------------------------------- */
  /* Primary Navigation
  --------------------------------------------- */
  /* Secondary Navigation
  --------------------------------------------- */
  /*
  Content Area
  ---------------------------------------------------------------------------------------------------- */
  /* Entries
  --------------------------------------------- */
  .entry {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 0; }

  /*
  .entry-content ol,
  .entry-content ul {
  	margin-left: 20px;
  	margin-left: 2rem;
  }
  */
  .entry-content ol,
  .entry-content p,
  .entry-content ul,
  .quote-caption {
    margin-bottom: 26px;
    margin-bottom: 2.6rem; }

  /*
  .entry-footer .entry-meta {
  	margin: 0 -40px;
  	margin: 0 -4rem;
  	padding: 32px 40px 8px;
  	padding: 3.2rem 4rem 0.8rem;
  }
  */
  /* Pagination
  --------------------------------------------- */
  /* Comments
  --------------------------------------------- */
  .entry-comments {
    padding: 40px;
    padding: 4rem; }

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

  /*
  Sidebars
  ---------------------------------------------------------------------------------------------------- */
  .sidebar .widget {
    padding: 0; }

  /*
  Footer Widgets
  ---------------------------------------------------------------------------------------------------- */
  .footer-widgets {
    padding: 40px 0 16px;
    padding: 4rem 0 1.6rem; }

  .footer-widgets-1,
  .footer-widgets-2 {
    width: 67%; }

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

  .footer-widgets-1 p {
    padding-top: 0; }

  .footer-widgets-2 {
    float: right;
    width: 33%;
    padding-left: 40px;
    padding-left: 4.5rem; }

  .footer-widgets-2 p {
    padding-top: 8px;
    padding-top: .8rem; }

  /*
  Site Footer
  ---------------------------------------------------------------------------------------------------- */
  /*
  .site-footer {
  	padding: 40px 0;
  	padding: 4rem 0;
  }
  */
  .site-footer > .wrap {
    padding: 0; }

  /*
  Client Specific
  ---------------------------------------------------------------------------------------------------- */
  .home .site-inner {
    padding-top: 70px;
    padding-top: 7rem; }

  .home .buckets {
    display: block; }

  .home .buckets .icon,
  .home .buckets .bullets {
    float: left; }

  .home .entry-content .buckets ul {
    margin-left: 22px;
    margin-left: 2.2rem; }

  .home .buckets .fa {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 70px;
    width: 70px;
    height: 70px;
    padding-left: 3px;
    padding-left: .3rem; }

  .blog .entry {
    margin-bottom: 20px;
    margin-bottom: 2rem; }

  .page-contact .address:last-of-type {
    margin-bottom: 35px;
    margin-bottom: 3.5rem; } }
/*
 **************************************************************************************************************
 * Min-width 980px
 **************************************************************************************************************
 */
@media only screen and (min-width: 990px) {
  .wrap,
  .site-header > .wrap,
  .site-inner,
  .site-footer > .wrap,
  .footer-credits {
    max-width: 960px; } }
/* WIDGETS */
/* SEARCH */
/* COMMENTS */
/* FORMS */
/* Gravity Forms */
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }
