/* @override http://tll.greatervancouverseo.com/wp-content/themes/child/style.css */

/* @override http://tll.greatervancouverseo.com/wp-content/themes/child/style.css */

/*
    Theme Name: Sample Child Theme
	Theme URI: http://www.studiopress.com/themes/sample
	Description: Sample is a two or three column child theme created for the Genesis Framework.
    Author: Your Business Name
    Author URI: http://www.yourbusiness.com/
 
    Version: 1.8
 
    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,700,400italic);

/* @group Grids */

@media screen and (max-width: 319px) {
	.unit {
	float: none !important; 
	width: auto !important;}
}

.line:after,
.lastUnit:after {
	clear:both;
	display:block;
	visibility:hidden;
	overflow:hidden;
	height:0 !important;
	line-height:0;
	font-size:xx-large;
	content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
	}
	
.line		{*zoom:1;}
.unit		{float:left;}
.size1of1	{float:none;}
.size1of2	{width:50%;}
.size1of3	{width:33.33333%;}
.size2of3	{width:66.66666%;}
.size1of4	{width:25%;}
.size3of4	{width:75%;}
.size1of5	{width:20%;}
.size2of5	{width:40%;}
.size3of5	{width:60%;}
.size4of5	{width:80%;}
.lastUnit {
	display:table-cell;
	float:none;
	width:auto;
	*display:block;
	*zoom:1;
	_position:relative;
	_left:-3px;
	_margin-right:-3px;
	}

/* @end */

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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

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

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #00704a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #d5d5d5 url(images/wood-panel-bg.jpg);
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	background-color: #fff;
	box-shadow: 0 0 5px #999;
	margin: 15px auto;
	width: 960px;
	padding: 0;
}


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

#header {
	position:  relative;
	margin: 0 auto;
	min-height: 224px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 5px 0 0 10px;
	width: 290px;
}

#title {
	font-family: 'Oswald', arial, serif;
	font-size: 36px;
	line-height: 1.25;
	width: 290px;
	height: 209px;
	margin: 0 auto;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	background: url(images/tim-louis-company-law-logo.png) no-repeat;
	display: block;
	width: 290px;
	height: 209px;
	color: #333;
	padding: 0;
	text-decoration: none;
	text-indent: -9999px;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 610px;
	text-align: center;
}

#header .widget-area .textwidget { 
	padding: 0 0 10px 0; 
	}

#header .widget-area #text-2 { 
	float: left;
	width: 300px;
	margin-top: 42px auto;
	padding-top: 40px;
	font-family: 'Cardo', Georgia, serif;
	font-size: 36px;
	line-height: 1.2em;
	text-align: center;
	font-style: italic;
	}

#cta .img{
	display: block;
	position:  absolute;
	right:  0;
	bottom:  0;
	width:  270px;
	height:  190px;
}	
	

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 290px;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	background: #00704a;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhOGY3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDcwNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3MDRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #1a8f74 0%, #00704a 100%, #00704a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a8f74), color-stop(100%,#00704a), color-stop(100%,#00704a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8f74', endColorstr='#00704a',GradientType=0 ); /* IE6-8 */
	clear: both;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	border: 1px solid #004221;
	box-sizing: border-box;
}

.menu-primary {
	border-bottom: 1px solid #004221;
	border-top: 1px solid #004221;
}

.menu-secondary {
	border-bottom: 1px solid #004221;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	border-right: 1px solid #004221;
	color: #FFFFFF;
	font-weight:bold;
	display: block;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #1a8f74;
	color: #FFFFFF;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #014724;
	border: 1px solid #000;
	border-top: none;
	color: #FFFFFF;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #1a8f74;
	color: #ffffff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 1px 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 15px;
	width: 16px;
}

.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	height: 16px;
	position: absolute;
	right: -3px;
	text-indent: -9999px;
	top: 35%;
	width: 16px;
}


#wpadminbar li:hover ul ul {
	left: 0;
}


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

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: 0px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 920px;
}

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

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


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

#content {
	float: left;
	padding: 0;
	width: 600px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 600px;
}

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

.full-width-content #content {
	width: 880px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #333;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

.reviewIcons {
	border-collapse: collapse; 
	width: 100%;
	margin-bottom: 30px; 
	}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 32px;
}

h1 { 
	padding:  0 0 5px;
	font-family: 'Cardo', Georgia, serif;
	border-bottom:  1px solid #ececec; 
	}

.home h1 {
	font-size:  26px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 22px;
	font-weight:  bold;
}

h2 a,
h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 18px;
	font-weight:  bold;
}

h4 {
	font-size: 20px;
	font-weight:  bold;
}

.taxonomy-description h1,
.widget-area h4 {
	background: #1a8f74; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhOGY3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDcwNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3MDRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #1a8f74 0%, #00704a 100%, #00704a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a8f74), color-stop(100%,#00704a), color-stop(100%,#00704a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8f74', endColorstr='#00704a',GradientType=0 ); /* IE6-8 */
	border-bottom: 1px solid #ddd;
	color: #FFFFFF;
	font-size: 14px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


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

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

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

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 280px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

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

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #DDD;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar #text-7,
.sidebar #text-8 {
	border: none;
	}

.sidebar #text-8 { 
	padding: 0;
	text-align: center; 
	}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div,
.vcard {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}

/* Slider
------------------------------------------------------------ */

.slider-wrapper { 
	margin-bottom: 25px; 
	}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


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

#footer {
	background: #00704a;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhOGY3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDcwNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3MDRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #1a8f74 0%, #00704a 100%, #00704a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a8f74), color-stop(100%,#00704a), color-stop(100%,#00704a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a8f74 0%,#00704a 100%,#00704a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8f74', endColorstr='#00704a',GradientType=0 ); /* IE6-8 */
	clear: both;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	color:  #FFFFFF;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #FFFF00;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

.faq li {
	margin-bottom:  30px !important;
	padding:  0px !important;
	border:  none !important;
}

.faq li li {
	margin-bottom:  5px!important;
}

.faq .alt {
	background:  none!important;
}

/* Contact Widget Form 7
------------------------------------------------------------ */

.sidebar #custom_cf7-2 .wpcf7-form { 
	padding-bottom: 0; 
	}

.sidebar #cf7_form_box .wpcf7-form { 
	padding: 0 15px; 
	}
	
.sidebar  #cf7_form_box .wpcf7-form input { 
	width: 98% 
	}
	
.sidebar #cf7_form_box .wpcf7-form textarea { 
	width: 99% !important;
	height: 100px; 
	}
	
.sidebar #cf7_form_box .wpcf7-form .wpcf7-form-required { 
	font-size: 11px; 
	}
	
.sidebar #cf7_form_box .wpcf7-form .line {
	margin-bottom: 3px; 
	line-height: 1.1em; 
	}
	
.sidebar#cf7_form_box .wpcf7-form label { 
	font-size: 12px; 
	}
	
.sidebar #cf7_form_box .wpcf7-form .captcha-label { 
	display:block; 
	}
	
.sidebar #cf7_form_box .wpcf7-form .captcha-input { 
	width: 100px;
	float: left;
	}
	
	
/* @group Contact Page Form */
/*=================================================*/

.entry-content #contact-info {
	float: left;
	width: 280px;
	margin-bottom: 30px;
	font-size: 14px; 
	line-height: 1.5em; 
	}	

.entry-content .wpcf7-form p { 
	clear: both;
	margin:  0 0 7px;
	line-height:  33px; 
	}

.entry-content .wpcf7-form label,
.entry-content .wpcf7-quiz-label { 
	float: left;
	width: 150px; 
	margin-right:  5px; 
	text-align: right; 
	}

.entry-content .wpcf7-form em { 
	color: #CC0000; 
	font-style: normal;
	}

.entry-content .wpcf7-form input.wpcf7-text,
.entry-content .wpcf7-form input.captcha-input,
.entry-content .wpcf7-form input.wpcf7-quiz { 
	float: left; 
	background: #ffffff url(images/input-bg.png) repeat-x;
	padding:  5px; 
	font-size:  12px; 
	border: 2px solid #cccccc;
	width: auto;
	min-width: 260px;
	}
	
.entry-content .wpcf7-form .wpcf7-list-item { 
	margin-right: 10px; 
	}	
	
.entry-content .wpcf7-form .wpcf7-quiz {
	float: right; 
	width: 100px;
	margin-left: 0px; 
	}
	
.entry-content .wpcf7-form #captcha-image {
	background: #FFFFFF;
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #999999; 
	}
	
.entry-content .wpcf7-form input.wpcf7-text:focus,
.entry-content .wpcf7-form input.captcha-input:focus,
.entry-content .wpcf7-form textarea:focus { 
	background-image:  none; 
	border:  2px solid #cccccc;
	}

.entry-content .wpcf7-form textarea  { 
	float:  left; 
	background: #ffffff url(images/input-bg.png) repeat-x; 
	width: auto;
	min-width: 260px;
	height: 200px;
	margin-left:  0px;
	margin-bottom: 10px;
	padding:  3px; 
	font-size:  12px; 
	border: 2px solid #cccccc;
	}
	
.entry-content .wpcf7-form .captcha-input { 
	width:  80px; 
	margin:  0 10px 0 2px;
	}

.entry-content .wpcf7-form #submit-send { 
	margin: 10px 0 0 156px; 
	cursor:pointer;
	}
	
.entry-content .wpcf7-form .captcha-image { 
	padding: 0; 
	}
	
.entry-content .wpcf7-form-required { 
	margin-left: 156px;
	font-size: 10px; 
	}
	
.entry-content #anti-spam { 
	margin: 14px 0 5px;
	padding-left: 155px;
	line-height: 15px;
	}
	
.entry-content .wpcf7-form .wpcf7-select { 
	margin-top: 6px; 
	}
	
.entry-content .wpcf7-form .wpcf7-radio { 
	line-height: 2em; 
	}
	
.entry-content .wpcf7-form .payment .wpcf7-radio .wpcf7-list-item { 
	display: block;
	margin-left: 162px;
	}
		
/* @end */


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Simple Ratings
------------------------------------------------------------ */

.simpleRatings { 
	margin-bottom: 15px; 
	}

.post-30 .simpleRatings {
	display: none;
}

/*.simpleRatings {
	float:right;
	margin-left: 400px;
	}

.simpleRatings .starsmediumorange { 
	text-align: right;
	float: right; 
	}*/
	
/* vCard
------------------------------------------------------------ */

.vcard .org { 
	font-size: 16px;
	font-weight: bold; 
	}
	
#mr-social-sharing-toolkit-widget-2 { 
	min-height: 110px; 
	}
	
/* Social Sharing Widget
------------------------------------------------------------ */
	
.mr_social_sharing_wrapper { 
	float: left;
	padding: 0 15px!important; 
	}
	
.mr_social_sharing { 
	float: left; 
	}

/* Testimonials
------------------------------------------------------------ */

.widget_testimonials blockquote { 
	margin-bottom: 0; 
	}

.widget_testimonials cite {
	display: block;
	margin-top: 10px !important;
	font-style: normal; 
	}

/* Responsive Design
------------------------------------------------------------ */

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

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

}

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

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}
	
	#content {
		width:  100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description,
	.entry-title {
		margin: 0 20px 20px;
	}
	
	.entry-content {
		margin:  0 20px;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

}

/* Responsive Videos
------------------------------------------------------------ */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* FAQ Plugin
------------------------------------------------------------ */
h2.faq-catname {
	display: none;
}

/* Gravity Forms Styling
------------------------------------------------------------ */
.gfield_label {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal !important;
	text-align: right !important;
}

.gfield_required {
	color: #CC0000 !important;
}

.gfield_captcha_input_container {
	display: inline;
	margin-left: 0 !important;
	line-height: normal;
	float: left;
}

.gfield_captcha {
	float: right;
}

.required-text {
	margin-left: 171px;
	color: #CC0000;
	font-size: 10px;
}

#sidebar #gform_fields_1 {
	padding: 15px 15px 15px 15px !important;
}

#sidebar .gfield_label {
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: normal !important;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: 0 0 0 0 !important;
}

#sidebar .gfield_captcha {
	width: 80px !important;
	height: 21px !important;
}

#sidebar .ginput_container {
	padding: none;
	height: auto !important;
}

#sidebar .ginput_container input, #sidebar .gfield_captcha_input_container input {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 300 !important;
	height: 21px  !important;
	letter-spacing: normal !important;
	line-height: normal !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 1px !important;
	padding-left: 1px !important;
	padding-right: 1px !important;
	padding-top: 1px !important;
	text-align: start !important;
	text-indent: 0px !important;
	text-shadow: none !important;
	text-transform: none !important;
	word-spacing: 0px !important;
	writing-mode: lr-tb !important;
	color: rgb(51, 51, 51) !important;
	cursor: auto !important;
	display: inline-block !important;
}

#sidebar .ginput_container .textarea {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 300 !important;
	xxxheight: 17px  !important;
	letter-spacing: normal !important;
	line-height: normal !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 1px !important;
	padding-left: 1px !important;
	padding-right: 1px !important;
	padding-top: 1px !important;
	text-align: start !important;
	text-indent: 0px !important;
	text-shadow: none !important;
	text-transform: none !important;
	word-spacing: 0px !important;
	writing-mode: lr-tb !important;
	color: rgb(51, 51, 51) !important;
	cursor: auto !important;
	display: inline-block !important;	
}

 .gfield :focus {
	outline-color: rgb(91, 157, 217) !important;
	outline-offset: -2px !important;
	outline-style: auto !important;
	outline-width: 5px !important;
}

#sidebar .gfield {
	border-bottom-width: 0px !important;
	margin: 0 0 0 0 !important;
	padding-bottom: 0px !important;
}

#sidebar .ginput_container {
	border-bottom-width: 0px !important;
	margin: 0 0 0 0 !important;
}

#sidebar .gform_button {
	margin-left: 15px !important;
	xwidth: 100%;
	width: 242px;
}

#sidebar div.gform_body::before {
	content:'*All fields are required';
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 300 !important;
	margin-left: 15px !important;
}

#sidebar .validation_error {
	font-weight: 300 !important;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
	margin-left: 15px !important;
}

#sidebar .validation_error {
	font-weight: 300 !important;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

.validation_message, .validation_error {
	font-weight: 300 !important;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

#sidebar .gfield_error {
	border-top: none !important;
}

#gform_submit_button_2 {
	margin-top: -16px;
}

#sidebar .gform_confirmation_wrapper {
	padding: 10px 15px 10px 15px !important;
}


.page-id-867 .breadcrumb {
	display: none;
}


.page-id-867 .rslides li {
	margin-left: 0 !important
}

.page-id-867 h1.entry-title {
	display: none;
}

#text-11 {
    border: 0;
    padding-bottom: 0px;
}