/*
	Theme Name: Hanley Energy Genesis Child
	Description: Child theme built on the Genesis Framework and Genesis Child Sample.
	Author: The Magic Tractor
	Author URI: http://www.themagictractor.co.uk/
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- 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
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- 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
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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}h1{font-size:2em;margin:.67em 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;
}

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


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

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

body {
	background-color: #f5f5f5;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

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

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

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

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;
	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: #333;
	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: #f15123;
}

.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;
	max-width: 1140px;
}

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

/* 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: 920px;
}

.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: 740px;
}

.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: 520px;
}

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

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

.sticky {
}

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;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

/* Genesis
--------------------------------------------- */

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

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

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 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: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

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

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

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

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


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

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

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


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

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

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

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

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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
}

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

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
}

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

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

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

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

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

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

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


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.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: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

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

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

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

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

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

.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: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

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

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

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

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

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

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

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 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;
	padding: 40px;
	padding: 4rem;
}

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


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

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

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

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

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

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

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

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

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

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

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

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

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


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

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

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

}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

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

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

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

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

	.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;
		padding: 2rem 1.6rem;
	}

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

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

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 767px) {

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

}

/*
Custom
---------------------------------------------------------------------------------------------------- */

/* General
--------------------------------------------- */
body {
max-width:none;
background-color:#fff;
}
.site-inner {
padding:0px 0.5% 40px;
background-color:#fff;
}
.wrap {	
}
.content-sidebar .content, 
.content-sidebar-sidebar .content, 
.sidebar-content-sidebar .content {
z-index:100;
width:75%;
padding-right:5%;
margin:0;
}
aside.sidebar.sidebar-primary {
z-index:100;
width:25%;
margin:0;
}
main.content {
z-index:100;
font-size:0.9em;
margin:0;
background-color:#fff;
max-width:1060px;
}
.entry-content {
padding:6% 8% 30px;
margin:0;
background-color:#fff;
border-left:1px solid #eee;
border-right:1px solid #eee;
border-bottom:1px solid #eee;
}
div.entry-content a {
color:#000;
}

.entry {
border-radius:0px;
padding:0;
margin:0;
}
.entry-content a {
text-decoration:none;
border:0;
}


a img:hover{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, 
.entry-content .button,
.sidebar .button {
background-color: #fff;
border-radius:0px;
border:1px solid #999;
color:#333;
padding:4px 8px;
font-size:1.1em;
text-transform:none;
font-family: Lato, sans-serif;
font-weight: 300;
line-height: 1.2;
}
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
.button:hover, 
.entry-content .button:hover{
background-color: #666;
border:1px solid #666;
color:#fff;
}

.clear-line:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clear-line {
display: inline-block;
width: 100%;
}

.anchor-tag{
padding-top:166px; 
margin-top:-166px;
}

img.atttachment-thumbnail {
border:0;
}
.wp-caption-text {
display:none;
}
select {
border-radius:0;
box-shadow:none;
padding:8px 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#1d5632;
	font-family: Lato, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 1rem;
}

h4,
h5,
h6 {
	color:#1d5632;
	font-family: Lato, sans-serif;
	font-weight: 300;
	line-height: 1.3;
}

.widget-title {
	text-transform:none;
}

@media only screen and (max-width: 870px) {
	.anchor-tag{
	padding-top:30px; 
	margin-top:-30px;
	}
	.scroll-back-to-top-wrapper.show  {
	display:none!important;
	background:#333;
 	}
}

	
@media only screen and (max-width: 767px) {
	
	.content-sidebar .content, 
	.content-sidebar-sidebar .content, 
	.sidebar-content-sidebar .content {
	width:100%;
	padding:0;
	}
	aside.sidebar.sidebar-primary {
	border-top:10px solid #eee;
	width:100%;
	float:left;
	}
}



/* Super Header
--------------------------------------------- */

.super-header{
position:fixed;
z-index: 6000;
width:100%;
margin:0px auto;
background:#eee;
text-align: right;
padding:0;
height:30px;
}
.super-header .wrap{
}
.super-header ul.super-header{
padding:2px 0 0;
position:fixed;
height:30px;
max-width: 1140px;
}
.super-header ul.super-header li{
display: inline-block;
margin-left:20px;
font-family: Open Sans, Arial, sans-serif;
font-size: 14px;
color:#666;
font-weight:400;
}
.super-header ul.super-header li a{
color:#666;
}
.super-header ul.super-header li i{
font-size:15px;
margin-right:4px;
}
.super-header ul.super-header li a:hover{
color:#77bd43;
}

@media only screen and (max-width: 1139px) {

	.super-header ul.super-header {
		max-width: 960px;
	}

}

@media only screen and (max-width: 875px) {
	
	.super-header,
	.super-header ul.super-header{
  position:static;
	}
	.super-header ul.super-header{
  padding:0 2%;
	}
	
}	


/* Header
--------------------------------------------- */

header.site-header{
position: fixed;
top:30px;
width:100%;
padding:10px 0;
z-index: 5000;
border-bottom:1px solid #eee;
margin:0 auto;
background-color: #fff;
height:120px;
}
.header-image .site-header .wrap {
background-position: left top;
background-size: 200px;
height:120px;
}
.header-image .site-title a{
}
.header-image .site-header .wrap .textwidget{
}
.title-area {
width:30%;
height:120px;
}
.header-image .site-title a {
min-height:120px;
color:#fff;
text-indent: -9999px;
}
.header-image .site-description{
display:none;
}
.header-image .site-header .widget-area {
width:70%;
padding:0;
}
.header-image .site-header .widget-area .textwidget a {
color:#333;
}
.header-image .site-header .widget-area .textwidget a:hover {
color:#77bd43;
}

section#nav_menu-5,
section#text-15{
display:inline-block;
margin:0;
padding:0;
}
section#text-15{
height:1.9rem;
}
section#nav_menu-5{
padding-right:1em;
}
header nav.nav-header #menu-top-nav li a {
font-size: 1.2rem;
padding:1em;
}
ul.top-contact {
list-style-type: none;
}
ul.top-contact li {
display:inline;
padding:0 0.56rem;
}
ul.top-contact li#tel a{
font-weight: 700;
}

@media only screen and (max-width: 620px) {

  section#text-15{
	margin:14px 0 20px;
  }
	ul.top-contact li {
	margin:0 5px;
  }
}

/* Header Nav
--------------------------------------------- */

header nav.nav-header .button {
padding:0;
background-color: #77bd43;
border:0;
}
header nav.nav-header .button a {
padding:0.8em 0.9em;
color:#fff;
font-weight: 700;
}
header nav.nav-header .button:hover {
background-color: #333;
	-webkit-transition: .3s ease-in-out;
	-moz-transition:    .3s ease-in-out;
	-ms-transition:     .3s ease-in-out;
	-o-transition:      .3s ease-in-out;
	transition:         .3s ease-in-out;
}
header nav.nav-header .button a:hover {
color:#fff;
}


.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
header nav.nav-header  li a{
color:#333;
font-size: 1.5rem;
padding: 1.6rem 3.55rem 1.6rem 1rem;
}
.genesis-nav-menu .sub-menu {
	width: 154px;
	z-index:5000;
}
.genesis-nav-menu .sub-menu a {
color:#333;
	border:0;
	font-size: 1.4rem;
	padding: 1rem 1rem;
	width: 154px;
}
.genesis-nav-menu .sub-menu li:first-child > a:after {
 content: '';
 position: absolute;
 left: 1rem;
 top: -8px;
 width: 0;
 height: 0;
 border-left: 8px solid transparent;
 border-right: 8px solid transparent;
 border-bottom: 8px solid #77bd43;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin-left:154px;
}
.site-header .sub-menu .sub-menu {
	margin-top: -42px;

}

header nav.nav-header ul > li a:hover{
color:#77bd43;
}
header nav.nav-header .current_page_item a,
header nav.nav-header .current-menu-parent a,
header nav.nav-header .current-menu-ancestor a {
color:#77bd43;
}

header nav.nav-header .sub-menu li a{	
color:#fff;
text-transform:capitalize;
background-color: #77bd43;
}
header nav.nav-header .sub-menu li a:hover{	
color:#77bd43;
background-color: #eee;
}
header nav.nav-header .sub-menu li:hover > a{	
background-color: #eee;
color:#333;
}
.genesis-nav-menu .sub-menu .sub-menu li a{
color:#333;
background-color: #eee;
}
.genesis-nav-menu .sub-menu .sub-menu li a:hover{
color:#77bd43;
}
.genesis-nav-menu .sub-menu .sub-menu li:first-child > a:after {
border-bottom: 0;
}


@media only screen and (max-width: 1023px) {
	
	.widget-area.header-widget-area,
	.header-image .site-header .wrap .textwidget{
	}
	.genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
    text-align: right;
	}
	.header-image .site-title a {
	text-align:left;
	}
	
}

@media only screen and (max-width: 875px) {

	header.site-header{
	position:static;
	height:234px;
	}
	.header-image .site-header .wrap {
	background-position: center;
	}
	.title-area {
	width:100%;
	}
	.header-image .site-header .widget-area {
	width:100%;
	text-align: center;
	}
	.genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
   text-align: center;
	}
	.genesis-nav-menu{
	background-color:#fff;
	padding-bottom:10px;
	}
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 620px) {

	header.site-header{
	height:180px;
	}
	.header-image .site-header .wrap {
	background-size: 150px;
	height:80px;
	}
	.title-area {
	width:30%;
	height:90px;
	}

	.header-image .site-title a {
	min-height:80px;
	}
	section#nav_menu-5{
	display:none;
	}
	section#nav_menu-5{
	display:none;
	}
	header nav.nav-header  li a{
	font-size:0.9em;
	padding: 1rem;
	}
}





/* Primary Navigation
--------------------------------------------- */

nav.nav-primary .wrap,
nav.nav-secondary .wrap {
z-index: 800;
display:none;
}


/* Page head
--------------------------------------------- */

.page-head {
width:100%;
height:500px;
position:relative;
color:#fff;
text-shadow:0 0 10px #000;
overflow: hidden;
z-index:100;
}
.page-head.box {
background-color: #eee;
z-index:400;
}
.page-head.image{
z-index:100;
opacity:0.9;
position:absolute;
}
.page-head .gradient{
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 20%);
z-index:500;
position:absolute;
}
.page-head .title{
z-index:600;
font-family: Lato, sans-serif;
font-size:3em;
line-height:1.1;
padding:0px;
display:block;
position: absolute;
top:410px;
width:90%;
height:100%;
margin:0 0.5%;
padding:0 64px;
text-shadow: 0 0 9px #000;
}

@media only screen and (max-width: 1023px) {
	.page-head .title{
	padding:0 4%;
	}
}
@media only screen and (max-width: 870px) {
	.page-head {
	height:300px;
	position:static;
	}
	.page-head .title{
	position:relative;
	top:220px;
	width:100%;
	padding:0 6%;
	}
	.page-head.image{
	background-attachment: scroll!important;
		-webkit-background-size: 100%!important;
		-moz-background-size:    100%!important;
		background-size:         100%!important;
	}
	.page-head .gradient{
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 40%);
	}

}
@media only screen and (max-width: 767px) {

	.page-head {
	height:220px;
	}
	.page-head .title{
	padding:0 8%;
	font-size:2.4em;
	top:140px;
	}
	.page-head .gradient{
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
	}
}
@media only screen and (max-width: 602px) {

	.page-head#slider {
	height:120px;
	display:none;
	}
	.page-head#slider .title{
	padding-top:20px;
	font-size:2.4em;
	top:0;
	display:none;
	}
	#soliloquy-container-302{
	display:none;
	}
}


/* Primary Sidebar
--------------------------------------------- */

.sidebar-primary, 
.sidebar-content .sidebar-primary, 
.sidebar-sidebar-content .sidebar-primary,
.sidebar.sidebar-primary.widget-area {
padding:0px;
margin:10px 0 0 0;
/*background: linear-gradient(to right,rgba(29,86,50,1) 0%, rgba(119,189,67,0) 100%);
*/
}
.sidebar a {
border-bottom:0px;
}
.sidebar section.widget {
padding:0 0 20px 0;
border-radius:0px;
margin-bottom:10px;
}
.sidebar section.widget:first-child {
margin-top:0px;
}
.sidebar div.widget-wrap  h4.widget-title {
font-size:1em;
padding:10px;
margin:0;
text-transform: uppercase;
font-weight: 300;
}
.sidebar div.widget-wrap {
padding:0;
}

.sidebar div.widget-wrap .entry {
margin:0 0 5px;
background-color: #fff;
border-bottom:0;
padding:0;
}
.sidebar div.widget-wrap .entry-title{
padding:5px 10px;
border:1px solid #eee;
margin:0;
line-height:1.3;
font-size: 1.6rem;
color:#333;
}
.sidebar div.widget-wrap .entry a:hover{
color:#77bd43;
}
.sidebar div.widget-wrap .entry p {
color:#1d5632;
padding:0 10px;
text-align:right;
font-size: 1.3rem;
}
.sidebar div.widget-wrap p.more-from-category{
color:#1d5632;
padding:0 10px;
font-size:0.8em;
}

.sidebar ul.contact-sidebar {
padding:5px 10px;
font-family:Lato;
font-size:0.9em;
}
.sidebar ul.contact-sidebar li a:hover > .fa{
color:#77bd43;
}
.sidebar ul.contact-sidebar li .fa{
margin-right:0.6rem;
}

form p{
color:#666;
margin:0;
padding:10px 0 0px 0;
}
form input,
form textarea {
margin:0;
padding:5px 8px;
border:1px solid #eee;
border-radius:0px;
box-shadow:0px 0px 0px 0px #fff;
}
input#mce-EMAIL,
input#mce-FNAME,
input#mce-LNAME{
margin-bottom:10px;
}
input#mc-embedded-subscribe {
text-transform:uppercase;
font-size:1em;
}

.tagcloud {
padding:0 0px;
}
.tagcloud a {
padding:4px 8px;
border:1px solid #eee;
font-size:11pt!important;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}



input.wpcf7-form-control.wpcf7-submit {
background-color: #ddd;
padding:10px 20px;
margin:5px 0 10px 0;
border:0;
border-radius:0px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
background-color:#77bd43;
}

section#categories-3.widget.widget_categories .widget-title{
display:none;
}

section#text-16.widget.widget_text,
section#text-24.widget.widget_text {
padding:30px 0px;
background:none;
}
section#text-16.widget.widget_text a,
section#text-24.widget.widget_text a {
font-size: 1.6rem;
font-family: Lato;
padding:0 10px;
}
section#text-16.widget.widget_text a:hover,
section#text-16.widget.widget_text .current-menu-item a:hover,
section#text-24.widget.widget_text a:hover {
color:#77bd43;
background:none;
}
section#text-16.widget.widget_text .current-menu-item a,
section#text-16.widget.widget_text .menu-item a,
section#text-24.widget.widget_text .current-menu-item a,
section#text-24.widget.widget_text .menu-item a {
display:inline-block;
padding-bottom:10px;
}
section#text-16.widget.widget_text .menu-item ul{
display:none;
}
section#text-16.widget.widget_text .current-menu-item ul {
display:block;
}
section#text-16.widget.widget_text li{
line-height:1.4;
border-bottom:1px solid #eee;
}
section#text-24.widget.widget_text li{
padding:2px 0 9px;
border-bottom:1px solid #eee;
}
section#text-24.widget.widget_text li:first-child{
padding:9px 0 9px;
border-top:1px solid #eee;
}
section#text-16.widget.widget_text ul:first-child{
padding:6px 0 0;
border-top:1px solid #eee;
}
section#text-16.widget.widget_text .current-menu-item a{ 
color:#77bd43;
}
section#text-16.widget.widget_text .current-menu-item ul li a{ 
color: #666;
}
section#text-16.widget.widget_text ul li {
font-size:2rem;
}
section#text-16.widget.widget_text ul li a{
text-transform: capitalize;
}
section#text-16.widget.widget_text ul li ul li {
font-size:1rem;
padding:0;
border-bottom:0;
}
section#text-16.widget.widget_text ul li ul li:first-child{
font-size:1rem;
padding:10px 0 0 0;
}
section#text-16.widget.widget_text ul li ul li:last-child{
border-bottom:0;
padding:0 0 10px;
}
section#text-16.widget.widget_text ul li ul li a{
text-transform: capitalize;
font-size:1.4rem;
padding-left:20px;
}




/* Footer
--------------------------------------------- */

footer.site-footer {
background-color: #333;
border-top:1px solid #000;
padding:0px;
color: #fff;
text-transform: uppercase;
font-family:Lato;
padding:20px 0;
}
footer.site-footer .wrap {
padding:0 1%;
}
footer.site-footer a{
color: #fff;
border:0;
}
footer.site-footer a:hover{
color: #999;
}

footer.site-footer .above-sub-footer {
width:100%;
display:block;
border-bottom:1px solid #666;
}
footer.site-footer #trusted {
width:100%;
overflow:hidden;
height:1.5em;
margin-bottom:10px;
}
footer.site-footer .above-sub-footer:hover {
border-bottom:1px solid #77bd43;
}
footer.site-footer #tagline {
color:#77bd43;
width:15em;
text-align: left;
}
footer.site-footer #awards{
display:inline-block;
width:100%;
color:#77bd43;
text-align:left;
margin-left:15em;
}

footer.site-footer #menu-links{
text-align:left;
width:50%;
margin:0;
padding-top:20px;
display:inline-block;
float:left;
}
footer.site-footer #menu-links ul li {
display:inline;
margin:0 20px 0 0;
}
footer.site-footer #contact{
text-align:right;
width:50%;
text-transform: uppercase;
display:inline-block;
padding-top:20px;
}
footer.site-footer #copyright {
text-align:right;
float:left;
width:100%;
color:#999;
padding:6px 0;
font-size:0.8em;
display:inline-block;
text-transform: capitalize;
}
footer.site-footer #copyright a {
color:#999;
}
footer img:hover {
opacity:1;
background: none;
}


@media only screen and (max-width: 1023px) {


}

@media only screen and (max-width: 767px) {
	footer.site-footer {
	font-size:0.8em;
	}
	footer.site-footer #menu-links{
	text-align:center;
	width:100%;
	display:block;
	margin-bottom:20px;
	}
	footer.site-footer #contact{
	text-align:center;
	width:100%;
	display:block;
	padding-top:50px;
font-size:1.4em;
	}
	footer.site-footer #copyright {
	text-align:center;
	width:100%;
	display:block;
	padding:10px 0 0;
	}

	footer.site-footer .above-sub-footer img{
	display:none;
	}
	footer.site-footer #trusted {
	height:1.5em;
	margin-bottom:0px;
	margin-bottom:-30px;
	}
	footer.site-footer #tagline {
	width:100%;
	float:left;
	text-align:center;
	display:none;
	}
	footer.site-footer #awards{
	width:100%;
	text-align:center;
	margin-left:0;
	}
	footer.site-footer .above-sub-footer {
	padding-bottom:34px;
	text-align:center;
	}

}
@media only screen and (max-width: 609px) {

}

/* Page
--------------------------------------------- */

div.entry-content h3 {
color:#77bd43;
}

div.entry-content hr {
border:0;
border-bottom:1px solid #eee;
padding:0;
margin:40px 10%;
}

div.entry-content ul.list-box  {
border:0;
padding:0;
margin:0px 0 20px;
}
div.entry-content ul.list-box li  {
list-style-type: none;
padding:6px 0
}
div.entry-content ul.list-box li i {
font-size:1.5em;
margin-right:10px;
width:1em;
text-align: center;
color: #1d5632;
}
div.entry-content ul.list-box.inline li  {
display:inline;
}

div.solutions-download,
div.page-end-contact   {
padding:2%;
border:1px solid #eee;
border-top:0;
font-weight:600;
}
div.solutions-download .text,
div.page-end-contact .text  {
display:inline-block;
width:80%;
}
div.solutions-download .icon,
div.page-end-contact  .icon  {
display:inline-block;
width:20%;
text-align:right;
}
div.solutions-download   {
background-color: #eee;
}
div.page-end-contact  {
background-color: #77bd43;
}
div.page-end-contact .text,
div.page-end-contact .icon {
color:#fff;
}
div.solutions-download:hover,
div.page-end-contact:hover {
background-color: #666;
color:#fff;
}


div#accordion h5,
div#accordion h3{
cursor:pointer;
padding:10px;
border:1px solid #eee;
}
div#accordion div{
background-color: #fff;
margin-bottom:10px;
padding:4px 10px;
}
.ui-icon {
float:right;
padding:4px 10px;
}
div#accordion h5.ui-state-default,
div#accordion h5.ui-state-active,
div#accordion h5.ui-state-default:hover{
color:#77bd43;
}
div#accordion h3.ui-state-default,
div#accordion h3.ui-state-active,
div#accordion h3.ui-state-default:hover{
color:#77bd43;
}
div#accordion .ui-accordion-header:hover > .ui-icon,
div#accordion .ui-state-active > .ui-icon {
color: #1d5632;
}

.intro {
color:#77bd43;	
font-family: Lato, sans-serif;
padding:0 0 40px 0;
margin:0;
}

.tabs-grid {
margin:0;
padding:0;
}
.tabs-grid ul {
display:block;
margin:20px 0;
padding:0;
}
.tabs-grid ul li {
display:inline-block;
list-style-type: none;
margin:0;
padding:0;
width:32.5%;
height:0;
}
.tabs-grid .tab-content-area{
display:block;
}
.tabs-grid a img {
padding:0;
border-radius: 100%;
}
.tabs-grid a img:hover {
opacity:1;
background:none;
}
.tabs-grid li.ui-state-default {
opacity:0.4;
}
.tabs-grid li.ui-state-active {
opacity:1;
}



/* Page Contact
--------------------------------------------- */


#map-tabs.tabs-grid {
margin:0 0 40px;
padding:0;
display:block;
clear:both;
}
#map-tabs.tabs-grid ul {
display:inline-block;
width:40%;
float:left;
}
#map-tabs.tabs-grid ul li {
display:block;
height:3rem;
margin:1rem 0;
width:100%;
}
#map-tabs.tabs-grid li.ui-state-default,
#map-tabs.tabs-grid li.ui-state-default a {
opacity:1;
color:#666;
}
#map-tabs.tabs-grid li.ui-state-active {
border-bottom:1px solid #eee;
}
#map-tabs.tabs-grid li.ui-state-active a {
color:#77bd43;
}
#map-tabs.tabs-grid .map-tab-area {
display:inline-block;
border:1px solid #eee;
width:60%;
padding:20px 20px;
}

.office-details {
margin:0px 0 30px;
}
.office-map {
}
.office-map iframe {
width:100%;
height:300px;
}

.team-image {
display:inline-block;
margin-right:2%;
width:28%;
}
.team-profile {
display:inline-block;
width:69%;
}

.enquiry-form {
border:1px solid #eee;
padding:0px 40px;
margin-bottom:40px;
}
.enquiry-form input[type="checkbox"] {
width:20px;
margin:10px 0;
}
.enquiry-form h5 {
padding:30px 0 10px;
}
.enquiry-details p {
padding:10px 10px;
margin:0px;
}
.enquiry-message p {
padding:0;
margin:10px 0;
}
.enquiry-message p label{
border-top:1px solid #eee;
padding:6px 10px;
display:block;
}
.enquiry-message p span.wpcf7-list-item {
margin:0px;
}
.enquiry-submit p {
padding:0;
margin:10px 0;
}
input.wpcf7-form-control.wpcf7-submit {
margin:0;
text-transform: uppercase;
	margin-bottom:20px;
}
input.wpcf7-form-control.wpcf7-captchar {
width:10rem;
margin-bottom:10px;
}

.contact-page .fa {
background-color:#1d5632;
padding:1rem;
color:#fff;
margin-right:1rem;
}
h4.contact-page a:hover > .fa {
background-color:#77bd43;
}

.map-tab-area .fa {
color:#1d5632;
padding:0.5rem;
margin-right:0.5rem;
}
.map-tab-area.office-details a:hover > .fa {
color:#77bd43;
}

.team-profile .fa {
color:#1d5632;
padding:0.5rem;
margin-right:0.5rem;
}
.team-profile a:hover > .fa {
color:#77bd43;
}

/* Single
--------------------------------------------- */

.entry-footer .entry-meta {
border:0;
}
.entry img {
padding:0;
}


/* Case Study Single
--------------------------------------------- */

.case-study-single {
}
.case-study-single .top{
text-transform: uppercase;
border-bottom:0;
padding:10px;
margin:10px 0 0;
display:block;
color:#1d5632;
}
.case-study-single .top a{
color:#1d5632;
}
.case-study-single .top-taxonomy {
color:#333;
width:50%;
float:left;
}
.case-study-single .top-taxonomy a:hover{
color:#77bd43;
}
.case-study-single .date{
width:50%;
float:left;
text-align: right;
}
.case-study-single .date a{
}
.case-study-single h1.entry-title{
padding:10px 8% 0;
margin:0;
border:1px solid #eee;
border-bottom:0;
clear:both;
}
.case-study-single h1.entry-title p{
padding:30px 0 0;
margin:0;
}
.case-study-single .logo img{
padding:10px 0 30px;
margin:0 auto;
display: block;
}
.case-study-single .client-testimonial {
padding:20px;
margin: 10px -0% 30px 30px;
background-color:#eee;
box-shadow: 0px 0px 2em -1em rgb(30,30,30);
width:26%;
min-width:300px;
display:inline-block;
float:right;
}
.case-study-single .client-testimonial p{
font-family: Lato, sans-serif;
font-weight: 300;
font-size: 1.1em;
}
.case-study-single .summary{
width:40%;
min-width:300px;
display:inline-block;
margin-bottom: 30px;
}
.case-study-single .summary p{
width:100%;
}

.case-study-single .pull {
color:#77bd43;	
font-family: Lato, sans-serif;
padding:14px 0 24px;
text-align:center;
width:80%;
margin:20px auto;
}
.case-study-single .intro {
color:#77bd43;	
font-family: Lato, sans-serif;
padding:40px 0;
margin:20px 0;
}

@media only screen and (max-width: 1023px) {
	.case-study-single .client-testimonial {
	padding:20px;
	margin:0px 0 60px;
	width:100%;
	}
.case-study-single .summary {
width:100%;
}

}

@media only screen and (max-width: 620px) {
	.case-study-single .client-testimonial {
	padding:20px;
	margin: 20px 0;
	width:100%;
	}
}

/* News Single
--------------------------------------------- */

.news-single {
}
.news-single .top{
border-bottom:0;
padding:10px;
margin:10px 0 0;
display:block;
color:#333;
}
.news-single .top-taxonomy {
color:#333;
width:50%;
float:left;
}
.news-single .top-taxonomy a:hover{
color:#77bd43;
}
.news-single .date{
width:50%;
float:left;
text-align: right;
}
#fsb-social-bar span.fsb-title {
color: #666;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.625;
padding:0 12px;
}
div#fsb-social-bar.fsb-social-bar.fsb-no-float{
border: 1px solid #eee;
border-top: 0px;
margin:0;
}

/* CPT Archive
--------------------------------------------- */

.entry.title-cs{
margin:0;
padding-bottom:6px;
}

.page-loop li.masonry-archive {
width:100%;
font-size:1em;
display:block;
margin:20px 0;
}
.page-loop li.masonry-archive a {
color:#1d5632;
}
.page-loop li.masonry-archive a:hover{
color:#77bd43;
}
.page-loop li.masonry-archive .main-area{
clear:both;
overflow:hidden;
border:1px solid #eee;
padding:0;
}
.page-loop li.masonry-archive .left-column {
width:40%;
padding-right:8%;
float:left;
}
.page-loop li.masonry-archive .left-column.photo,
.page-loop li.masonry-archive .left-column.icon {
margin:0;
line-height:0;
overflow:hidden;
}
.page-loop li.masonry-archive .left-column.photo {
height:16rem;
}
.page-loop li.masonry-archive .left-column.photo img{
width:100%;
overflow:hidden;
}
.page-loop li.masonry-archive .left-column.icon {
margin:2% 0;
line-height:0;
}
.page-loop li.masonry-archive .left-column.logo{
padding:0 10px;
}
.page-loop li.masonry-archive .right-column {
width:60%;
float:left;
padding:2% 8% 2% 0;
text-align: left;
}
.page-loop li.masonry-archive .right-column h3.title {
padding:0px;	
}	
.page-loop li.masonry-archive .case-info {
border-top:1px solid #eee;
padding:10px;
width:100%;
display:block;
clear:both;
text-align: center;
}
.page-loop li.masonry-archive .case-info .cat{
display:inline-block;
}

.page-loop li.masonry-archive h3.title {
font-size:2em;
padding:10px 0 0;
color:#1d5632;
}
.page-loop li.masonry-archive p {
margin:0;
}
.page-loop li.masonry-archive p a.read-more {
color:#333;
}
.page-loop li.masonry-archive .fa {
font-size:80px;
text-align:center;
margin:8px auto 0;
width:100%;
color:#333;
}

.page-loop .child li.masonry-archive {
margin-top:0;
padding:0;
display:block;
}
.page-loop .child li.masonry-archive .right-column {
margin-top:0;
padding:0;
}

li.masonry-archive h1 .fa {
font-size:2em;
}

.archive-description {
padding:6% 8% 30px;
margin:0;
background-color:#fff;
border-left:1px solid #eee;
border-right:1px solid #eee;
border-bottom:1px solid #eee;
}

@media only screen and (max-width: 767px) {

	.page-loop li.masonry-archive .right-column {
	width:100%;
	padding:2% 8%;
	}
	.page-loop li.masonry-archive .left-column{
	padding:0 8%;
	}
	.page-loop li.masonry-archive .left-column.logo{
	padding:0 8%;
	width:100%;
	}

	.page-loop li.masonry-archive .left-column.photo {
	height:auto;
	display:none;
	}
}



/* Case Studies Archive
--------------------------------------------- */

.intro.archive-description select {
width:200px;
}
.intro.archive-description .searchandfilter li input{
height:100%;
text-transform: uppercase;
font-size:0.8em;
padding:8px 10px;
}
span.filter-text {
display:inline;
float:left;
margin-right:10px;
padding:7px 0;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 300;
color:#666;
line-height: 1.625;
font-size: 0.8em;
}


/* Home strips
--------------------------------------------- */

.home-strip {
padding:24px 0 44px;
}
.home-strip ul{
padding:6px 0;
margin:0;
}
#about.home-strip li.masonry-archive {
border:1px solid #333;	
}
#about.home-strip {
background-color:#eee;
box-shadow:inset 0px 0px 8em -3em rgb(30,30,30);
padding:10px 0 10px;
}
#cs.home-strip .masonry-archive,
#news.home-strip,
#news.home-strip .masonry-archive {
background:none;	
}
#news.home-strip,
#cs.home-strip {
background-color:#77bd43;	
background: linear-gradient(to left,rgba(29,86,50,1) 0%, rgba(119,189,67,1) 60%);
box-shadow:inset 0px 0px 8em -2em rgb(29,86,50);
}
#home-1.home-strip,
#home-3.home-strip {
background-color:#fff;	
box-shadow:inset 0px 0px 8em -2em rgb(200,200,200);
}
#home-2.home-strip {
background-color:#e1e1e1;	
box-shadow:inset 0px 0px 8em -2em rgb(100,100,100);
}
#home-4.home-strip {
background-color:#333;	
box-shadow:inset 0px 0px 8em -2em rgb(29,86,50);
}

.home-strip li.masonry-archive,
.home-strip li.masonry-archive a {
background:none;
color:#333;
}
#cs.home-strip li.masonry-archive,
#cs.home-strip li.masonry-archive a,
#news.home-strip li.masonry-archive,
#news.home-strip li.masonry-archive a{
color:#fff;
}

#about.home-strip li.masonry-archive a:hover,
#about .section-title a.title:hover {
color:#77bd43;
}
.home-strip a:hover{
color:#333;
}


/* Home Masonry - News, Case studies
--------------------------------------------- */



.home-strip .carousel-control h1 {
font-size:3.4em;
color:#fff;
text-shadow: 0px 0px 9px #fff;
width:100%;
display:inline-block;
margin:0;
padding:0;
padding-bottom:10px;
}

.home-strip .carousel-control button {
font-size:1.2em;
text-transform: uppercase;
background: none;
border:1px solid #fff;
color:#fff;
padding:5px 10px;
display:inline-block;
}
#home-1.home-strip .carousel-control button {
border:1px solid #77bd43;
color:#77bd43;
}
.home-strip .carousel-control button:hover,
#home-1.home-strip .carousel-control button:hover {
background:none;
border:1px solid #333;
color:#333;
}

.home-strip button.slick-prev,
.home-strip button.slick-next {
font-size:1.2em;
margin:10px 1% 0;
color:#fff;
text-shadow: 0px 0px 9px #fff;
background: none;
border:1px solid #fff;
}
.home-strip button.slick-prev:hover,
.home-strip button.slick-next:hover {
color:#000;
border:1px solid #000;
text-shadow:none;
}
.home-strip button.slick-prev {
float:left;
}
.home-strip button.slick-next {
float:right;
}


.home-strip .wrap {
width:100%;
display:block;
margin:20px auto;
overflow:hidden;
}
.home-strip ul {
overflow: hidden;
display:block;
}
.home-strip li.masonry-archive {
margin:0 0.3%;
display:inline-block;
}


.home-strip .carousel-control {
display:block;
width:100%;
margin:0.6%;
float:left;
padding-right:20px;
}
.home-strip .carousel-section {
width:100%;
display:inline-block;
}
.home-strip .carousel-section .carousel-wrapper{
width:100%;
overflow: hidden;
display:inline-block;
}
.home-strip ul.carousel-items {
}
.home-strip ul.carousel-items li.masonry-archive{
display:inline-block;
float:left;
}

#cs.home-strip li.masonry-archive .main-area {
height:25rem;
}
#news.home-strip li.masonry-archive .main-area .bottom-column{
height:11rem;
}

#cs.home-strip li.masonry-archive .main-area .top-column{
border:1px solid #fff;
width:100%;
}
#news.home-strip li.masonry-archive .main-area .top-column{
width:100%;
overflow:hidden;
height:177px;
border:1px solid #fff;
}
#news.home-strip li.masonry-archive .main-area .top-column img{
width: 355px;
overflow:hidden;
}
#cs.home-strip li.masonry-archive .main-area .top-column:hover,
#news.home-strip li.masonry-archive .main-area .top-column:hover{
border:1px solid #333;
	-webkit-transition: .5s ease-in-out;
	-moz-transition:    .5s ease-in-out;
	-ms-transition:     .5s ease-in-out;
	-o-transition:      .5s ease-in-out;
	transition:         .5s ease-in-out;
}
#cs.home-strip li.masonry-archive .main-area .top-column:hover > img{
opacity:0.3;
	-webkit-transition: .5s ease-in-out;
	-moz-transition:    .5s ease-in-out;
	-ms-transition:     .5s ease-in-out;
	-o-transition:      .5s ease-in-out;
	transition:         .5s ease-in-out;
}
.home-strip li.masonry-archive .main-area .top-column .logo a img:hover{
background:none;
opacity:0;
}


.home-strip li.masonry-archive .main-area .bottom-column{
padding:10px 20px 10px 0;
}
.home-strip li.masonry-archive .main-area .bottom-column h3{
color:#fff;
font-size:1.1em;
}
.home-strip li.masonry-archive .main-area .bottom-column .ind a{
text-transform: uppercase;
color:#fff;
}
.home-strip li.masonry-archive .main-area .bottom-column .title{
text-transform: uppercase;
margin-bottom:0.3rem;
}
.home-strip li.masonry-archive .main-area .bottom-column a:hover{
color:#333;
}




.home-strip li.masonry-archive .main-area h3{
font-size:1.2em;
text-align:left;
}
.home-strip li.masonry-archive .main-area p{
font-size:0.9em;
margin-bottom:6px;
}



.home-strip li.masonry-archive .main-area .top-column.logo{
text-align:center;
margin:0 auto;
width:50%;
padding:10px 0 0;
}



.home-strip .three-box{
display:inline-block;
width:30.33%;
float:left;
text-align:center;
margin:0 1%;
color:#333;
font-family:Lato;
}
.home-strip .three-box h1{
font-size: 3.4em;
margin:0;
}
.home-strip .three-box .description{
padding:10px;
margin:0;
font-size: 1.2em;
}
#home-4.home-strip .three-box{
color:#77bd43;
}
#home-4.home-strip .three-box h1{
color:#fff;
text-shadow: 0px 0px 9px #fff;
}

@media only screen and (max-width: 1023px) {
	#cs.home-strip li.masonry-archive .main-area {
	height:28rem;
	}
	#news.home-strip li.masonry-archive .main-area .bottom-column{
	height:14rem;
	}

}
@media only screen and (max-width: 767px) {
	.home-strip button.slick-prev,
	.home-strip button.slick-next {
	visibility:hidden;
	}	
	.home-strip .three-box{
	width:100%;
	}
	.home-strip .three-box h1{
	font-size: 2em;
	}
	.home-strip .three-box .description{
	font-size: 1em;
	}
}

/* Home - Solutions
--------------------------------------------- */


.home-strip .home-control h1 {
font-size:3.4em;
color:#fff;
text-shadow: 0px 0px 9px #fff;
}
#home-1.home-strip .home-control h1 {
font-size:3.4em;
color:#77bd43;
text-shadow: 0px;
}
#home-1.home-strip .home-control h4 {
color:#77bd43;
text-shadow: 0px;
}
#home-2.home-strip .home-control h4 {
color:#fff;
}

.home-strip .home-control button {
font-size:1.2em;
text-transform: uppercase;
background: none;
border:1px solid #fff;
color:#fff;
padding:5px 10px;
margin:6px 0;
}
#home-1.home-strip .home-control button {
border:1px solid #77bd43;
color:#77bd43;
}
.home-strip .home-control button:hover,
#home-1.home-strip .home-control button:hover {
background:none;
border:1px solid #333;
color:#333;
}



.home-strip .home-control {
display:inline-block;
width:32%;
margin:0.6%;
float:left;
padding-right:20px;
}
.home-strip .right-section {
width:66%;
margin:0 0 0 0.5%;
display:inline-block;
}
.home-strip .right-section .carousel-wrapper{
width:100%;
overflow: hidden;
display:inline-block;
}
.home-strip ul.home-items {
width:100%;
}
.home-strip ul.home-items li.masonry-archive{
width:49%;
margin:0 1% 0 0;
display:inline-block;
float:left;
}



#home-1.home-strip #services.masonry-archive .main-area {
background:url("http://www.hanleyenergy.com/wp-content/uploads/2014/11/banner-image_3_7.jpg") no-repeat left top;
background-size:cover;
height:240px;
width:100%;
}
#home-1.home-strip #crit-power.masonry-archive .main-area {
background:url("http://www.hanleyenergy.com/wp-content/uploads/2014/11/banner-image_3_5.jpg") no-repeat right center;
background-size:cover;
height:240px;
width:100%;
}
#home-1.home-strip li.masonry-archive .main-area .overlay {
background-color: #000;
background: linear-gradient(to bottom,rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
opacity:0.7;
height:240px;
}
#home-1.home-strip li.masonry-archive .main-area .overlay:hover > .fa,
#home-1.home-strip li.masonry-archive .main-area h3:hover > .fa,
#home-1.home-strip li.masonry-archive .main-area .description:hover > .fa {
opacity:0.9;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition:    opacity .5s ease-in-out;
	-ms-transition:     opacity .5s ease-in-out;
	-o-transition:      opacity .5s ease-in-out;
	transition:         opacity .5s ease-in-out;
}
#home-1.home-strip li.masonry-archive .main-area .fa {
text-align: center;
color:#77bd43;
font-size:13em;
padding:10px;
width:100%;
opacity:0.4;
}
#home-1.home-strip li.masonry-archive .main-area h3,
#home-1.home-strip li.masonry-archive .main-area .description {
text-align:left;
color:#fff;
text-transform: capitalize;
font-family:Lato;
font-size:1.3em;
line-height: 1.4;
text-shadow: 0 0 5px #fff;
}
#home-1.home-strip li.masonry-archive .main-area h3{
color:#fff;
font-size:2em;
}
#home-1.home-strip li.masonry-archive .main-area .top-column{

}
#home-1.home-strip li.masonry-archive .main-area .bottom-column{
position:relative;
bottom:240px;
padding:12px 20px;
}

@media only screen and (max-width: 1023px) {
.home-strip .home-control {
display:inline-block;
width:100%;
margin:0.6%;
float:left;
padding-right:20px;
}
.home-strip .right-section {
width:100%;
margin:0;
display:inline-block;
}
.home-strip ul.home-items {
width: 100%;
margin:0 auto;
}
.home-strip ul.home-items li.masonry-archive{
width:48%;
margin:2% 0.6%;
display:inline-block;
float:left;
}
.home-strip #video{
width:100%;
margin:2% 0.6%;
}
}

@media only screen and (max-width: 767px) {
.home-strip .right-section {
width:100%;
margin:0;
display:inline-block;
}
.home-strip ul.home-items li.masonry-archive{
width:99%;
margin:2% 0.6%;
display:inline-block;
float:left;
}
.home-strip #video{
width:99%;
margin:2% 0.6%;
}
}

@media only screen and (max-width: 580px) {

.home-strip ul.home-items {
width: 100%;
}
}

/* Home Extras
--------------------------------------------- */

#video.right-wrapper img:hover {
opacity:0.7;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition:    opacity .5s ease-in-out;
	-ms-transition:     opacity .5s ease-in-out;
	-o-transition:      opacity .5s ease-in-out;
	transition:         opacity .5s ease-in-out;
}

div#testimonial-tabs.test-ticker {
width:100%;
}
#testimonial-tabs .test-tab{
display:inline-block;
width:100%;
margin:auto 0;
}
#testimonial-tabs div img {
padding:0 3%;
display:inline-block;
width:33%;
}
#testimonial-tabs div h3{
display:inline-block;
list-style-type: none;
margin:0;
vertical-align:top;
padding-top:3%;
width:60%;
color:#fff;
}


@media only screen and (max-width: 767px) {

	#testimonial-tabs div img {
	display:none;
	}
	#testimonial-tabs div h3{
	width:100%;
	font-size:1em;
	text-align:center;
	padding-top:0;
	}
}

/* Related Case Studies
--------------------------------------------- */

.section-title.page{
padding-top:30px;
color:#333;
font-size:1.6em;
}


/* Solutions Archive
--------------------------------------------- */
.section-title.page-child{
padding-top:30px;
color:#333;
}
.masonry-archive.page-loop{
margin-top:20px;
}

div.child .masonry-archive.page-loop{
background-color: #eee;
margin-top:5px;
width:62%;
position:relative;
right:-38%;
padding:0 2%;
display:none;
}
div.child .masonry-archive.page-loop .right-column{
width:100%;
}
div.child .masonry-archive.page-loop h3.title{
font-size:1.8em;
width:100%;
}

/* Footer Loops
--------------------------------------------- */

#footer-loop.title {
color:#fff;
text-shadow: 0 0 6px #fff;
}

#about.home-strip li.masonry-archive {
border:0;
width:58%;
}
#about.home-strip li.masonry-archive#about-us,
#about.home-strip li.masonry-archive#contact {
border:0;
width:20%;
}
#about.home-strip li.masonry-archive .main-area {
width:100%;
margin:0 auto;
text-align: center;
padding:0;
font-family: Lato;
font-size: 1.8em;
border:0;
}
#about.home-strip li.masonry-archive .main-area .top-column {
margin:0 auto;
padding-top:8px;
}
#about.home-strip li.masonry-archive#tech .main-area .top-column {
margin:0 auto;
padding-top:0;
}
#about.home-strip li.masonry-archive#tech .main-area .top-column img{
margin-bottom:-24px;
width:90%;
}
#about.home-strip li.masonry-archive .main-area .top-column h1{
display:inline;
font-size:1em;
padding:0 1.3rem;
color:#333;
}
#about.home-strip li.masonry-archive .main-area .top-column h1:first-child,
#about.home-strip li.masonry-archive .main-area .top-column h1:last-child{
font-size:0.8em;
}
#about.home-strip li.masonry-archive .main-area .bottom-column{
padding: 0 10px;
}
#about.home-strip li.masonry-archive .main-area .bottom-column h3{
color:#333;
text-align:center;
font-size: 0.9em;
padding-top:10px;
}
#about.home-strip li.masonry-archive .main-area .bottom-column h3:hover{
color:#77bd43;
}
#about.home-strip li.masonry-archive .main-area .top-column:hover > #about.home-strip li.masonry-archive .main-area .bottom-column h3{
color:#77bd43;
}

@media only screen and (max-width: 1023px) {
	#about.home-strip li.masonry-archive .main-area {
	font-size: 1.6em;
	}
	#about.home-strip li.masonry-archive#tech .main-area .top-column img{
	margin-bottom:-14px;
	}
	#about.home-strip li.masonry-archive#tech .main-area .top-column {
	padding-top:10px;
	}
}

@media only screen and (max-width: 767px) {
	
	#about.home-strip .wrap {
	margin:0;
	}
	#about.home-strip li.masonry-archive .main-area {
	font-size: 1.4em;
	}
	#about.home-strip li.masonry-archive .main-area .top-column {
	padding-top:0px;
	}
	#about.home-strip li.masonry-archive .main-area .top-column h1{
	padding:0 0.8rem;
	font-size:0.8em;
	}
}

/* Contact
--------------------------------------------- */

#contact-details #social a{
font-size:2em;
color:#999;
border:0;
padding:0 5px 0 0;
}

/* Services Flow
--------------------------------------------- */

.service-flow {
border:0;
margin:10px 0 0;
}
.service-flow .title-triangle {
width: 0;
height: 0;
border-left: 24px solid transparent;
border-right: 24px solid transparent;
border-bottom: 24px solid #77bd43;
margin:0 auto;
}	

.service-flow .title {
border:0;
margin:0;
background-color:#77bd43;
color:#fff;
}
.service-flow .title h4{
padding:20px 60px;
color:#fff;
text-align:center;
margin:0;
}
.service-flow .box {
border:1px solid #eee;
border-top:0;
text-align:center;
padding:20px 60px;
margin:0;
}


.five-step-bg {
background-color:#77bd43;
box-shadow: inset 0px 0px 50em -6em rgb(0,0,0);
margin:30px 0 0;
}
.service-single.five-step-bg {
background-color:#eee;
}
.five-step-image {
width:100%;
margin:0;
padding:0;
padding-bottom:126px;
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-background1.png") repeat-x bottom;
}
.five-step-bg .wrap {
max-width: 1140px;
z-index:500;
}
.five-step {
width:100%;
padding:10px;
margin:40px 0 80px;
}
.five-step h1,
.five-step h2{
padding:10px 0 30px;
text-align: center;
color:#fff;
text-shadow: 0px 0px 6px #FFF;
}
.five-step ul{
text-align: center;
margin:10px 0 30px;
}
.five-step ul li{
display:inline-block;
width:12%;
}
.five-step ul li h3{
text-transform: uppercase;
color:rgba(255,255,255,0.6);
}
.five-step ul li.ui-state-active h3 {
color:rgba(255,255,255,1);
}
.five-step i.fa {
color:rgba(255,255,255,0.6);
font-size:2em;
}
.service-single .five-step ul li h3{
color:#bbb;
}
.service-single .five-step ul li.ui-state-active h3 {
color:#1D5632;
}
.service-single .five-step i.fa {
color:#bbb;
}

.five-step .five-tab-box {
background:rgba(255,255,255,0.6);	
box-shadow: 0px 0px 2em -1em rgb(0,0,0);
padding:40px;
width:70%;
margin:0 auto;	
}
.five-step .prev_button,
.five-step .next_button,
.five-step .prev_button a,
.five-step .next_button a  {
width:auto;
display:inline-block;
position:absolute;
}
.next_button {
right:10%;
}
.prev_button {
left:10%;
}

.ui-state-default .tab-icon{
background-size:200% 100%;
height:130px;
}
.ui-state-default .assess-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-1.png") center right;
background-size:200% 100%;
}
.ui-state-default .report-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-2.png") center right;
background-size:200% 100%;
}
.ui-state-default .design-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-3.png") center right;
background-size:200% 100%;
}
.ui-state-default .install-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-4.png") center right;
background-size:200% 100%;
}
.ui-state-default .evaluate-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-5.png") center right;
background-size:200% 100%;
}
.service-single .ui-state-default .assess-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-1_2.png") center right;
background-size:200% 100%;
}
.service-single .ui-state-default .report-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-2_2.png") center right;
background-size:200% 100%;
}
.service-single .ui-state-default .design-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-3_2.png") center right;
background-size:200% 100%;
}
.service-single .ui-state-default .install-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-4_2.png") center right;
background-size:200% 100%;
}
.service-single .ui-state-default .evaluate-icon{
background:url("http://www.hanleyenergy.com/wp-content/uploads/2015/04/5-step-icons-5_2.png") center right;
background-size:200% 100%;
}

.ui-state-active .tab-icon,
.ui-state-default .tab-icon:hover,
.five-step ul li:hover .tab-icon{
background-position: center left;
}
.service-single .ui-state-active .tab-icon,
.service-single .ui-state-default .tab-icon:hover,
.service-single .five-step ul li:hover .tab-icon{
background-position: center left;
}



@media only screen and (max-width: 1023px) {
	.ui-state-default .tab-icon{
	height:106px;
	}
	.five-step ul li h3{
	font-size: 1.3em;
	}
	.five-step i.fa {
	font-size:1.3em;
	}
}

@media only screen and (max-width: 767px) {
	.ui-state-default .tab-icon{
	height:76px;
	}
	.five-step ul li h3{
	font-size: 1em;
	}
	.five-step i.fa {
	font-size:1em;
	}
}
@media only screen and (max-width: 620px) {
	.ui-state-default .tab-icon{
	height:46px;
	}
	.five-step ul li h3{
	font-size: 0.8em;
	}
}


/**** PPC PAGE */

.energy-calculator {
  padding: 6% 8% 30px;
  background: rgb(119, 189, 67);
  color: #fff;
}

.calculator input[type="submit"] {
  margin: 20px 0;
  padding: 10px;
  text-transform: uppercase;
  background: rgb(221, 221, 221);
}

div#contactsection {
  padding: 50px 0;
  background-color: #77BD43;
  box-shadow: inset 0px 0 5em -1em #000;
text-align:center;
}
.footercontact {
  text-align: left;
}

#calculationResult {
  display: inline-block;
  margin-left: 50px;
  font-size: 2em;
}

.savings h3, .savings {
  display: inline-block;
}

.sevenways {
    padding: 10px;
    border: 1px solid #DCDCDC;
}
.sevenways p {
    margin-bottom: 5px;
}

.sevenways input.wpcf7-form-control.wpcf7-submit {
    background-color: #77BD43;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

.sevenways span
{
	color:#77bd43;
}

.asterisk
{
color: #77BD43;
font-size: 0.8em;
}


/* ------ SWEDISH PAGE ------*/

.page-template-swedish-powerhive aside.sidebar {
    padding: 35px 0 !important;
}

.page-template-swedish-powerhive .site-title
{
	display:none;
}

footer.site-footer #contact2 {
    text-align: right;
    text-transform: uppercase;
    padding-top: 20px;
}

.swe-header {
    font-size: 20px;
}


/* ------ Climate change blog post ------*/

#wpcf7-f1908-p1904-o1 .wpcf7-form-control-wrap input{
margin:0px 0 20px;
width:60%;
}
#wpcf7-f1908-p1904-o1 input[type="checkbox"] {
width:5rem;
margin:10px 0;
}
#wpcf7-f1908-p1904-o1  span.wpcf7-list-item {
margin-left:0;
display:block;
}


/* ------ Powerhive 5 steps landing page ------*/

#wpcf7-f2071-p2053-o1,
#wpcf7-f2071-p2053-o2,
#wpcf7-f2293-p2279-o1,
#wpcf7-f2293-p2279-o2{
border:1px solid #1d5632;
padding:30px;
margin-top:30px;
}
#wpcf7-f2071-p2053-o1 p,
#wpcf7-f2071-p2053-o2 p,
#wpcf7-f2293-p2279-o1 p,
#wpcf7-f2293-p2279-o2 p{
margin:0px;
}
#wpcf7-f2071-p2053-o1 .wpcf7-form-control-wrap input,
#wpcf7-f2071-p2053-o2 .wpcf7-form-control-wrap input,
#wpcf7-f2293-p2279-o1 .wpcf7-form-control-wrap input,
#wpcf7-f2293-p2279-o2 .wpcf7-form-control-wrap input{
margin:0px 0 10px;
}
#wpcf7-f2071-p2053-o1 input[type="submit"],
#wpcf7-f2071-p2053-o2 input[type="submit"],
#wpcf7-f2293-p2279-o1 input[type="submit"],
#wpcf7-f2293-p2279-o2 input[type="submit"]{
background-color: #77bd43;
color:#fff;
font-family: Lato, sans-serif;
font-weight:700;
padding:10px 20px;
margin: 14px 0 0px;
width:100%;
}
#wpcf7-f2071-p2053-o1 input[type="submit"]:hover,
#wpcf7-f2071-p2053-o2 input[type="submit"]:hover,
#wpcf7-f2293-p2279-o1 input[type="submit"]:hover,
#wpcf7-f2293-p2279-o2 input[type="submit"]:hover{
background-color: #333;
}

/* Cookie Noification
--------------------------------------------- */

#eu-cookie {
	background:rgba(51,51,51,0.9)!important;
}
#eu-cookie .popup-wrapper p {
	color:#fff!important;
	font-size:14px!important;
}
#eu-cookie .popup-wrapper a {
	color:#77bd43!important;
}
#eu-cookie .popup-wrapper a:hover {
	color:#eee!important;
}
#eu-cookie .popup-wrapper a.close-icon .fa:hover {
	color:#77bd43!important;
}


/* ------ PPC 2 landing page ------*/

.site-header #PPC-header.widget-area {
	font-size: 1em;
  padding: 20px 0.5%;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.site-header #PPC-header.widget-area li{
  list-style-type: none;
	padding: 4px 0 4px 20px;
	display:inline-block;
}
.site-header #PPC-header.widget-area li a button{
    padding: 10px 20px;
    margin: 5px 0 10px 0;
    border: 0;
    border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
  background-color: #77bd43;
	color:#fff;
	font-size: 1.6rem;
}
.site-header #PPC-header.widget-area li a button:hover{
  background-color: #333;
}
.page-template-ppc-landing-2 .entry-content {
  padding: 6%;
  margin: 0;
}
.page-template-ppc-landing-2 main.content {
  margin: 0 auto;
  max-width: none;
}

#callback .wrap {
  padding: 0px 0.5% 40px;
  background-color: #fff;
}
#callback .wrap h4 {
  text-align:center;
	font-size: 24px;
  padding: 10px;
  text-transform: uppercase;
}
#callback .wrap .footercontact .enquiry-form {
	padding:0;
  margin: 0;
	padding: 14px 6% 20px;
  margin-bottom: 40px;
	border: 1px solid #333;
}
#callback .wrap .footercontact .enquiry-form,
#callback .wrap .footercontact .enquiry-form p {
    text-align: center;
}
#callback .wrap .footercontact .enquiry-form .enquiry-details p {
    padding: 10px 0px;
    margin: 0px;
}
#callback .wrap .footercontact .enquiry-form .enquiry-details input.wpcf7-text {
    width:50%;
}
#callback .wrap .footercontact .enquiry-form .enquiry-details .wpcf7-checkbox .wpcf7-list-item {
   display:block;
}


/* ------ USA landing pages ------*/

body.page-template-usa-landing .usa-header {
	margin: 15px 0 0 0;
	font-size: 20px;
}
body.page-template-usa-landing .sidebar-primary.widget-area {
	padding: 0px;
	margin: 50px 0 0 0;
}