/* # Genesis Sample Child Theme  
Theme Name: REOS Partners Theme 
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is a custom child theme built on the Genesis Framework for reospartners.com.
Author: Terran Birrell 
Author URI: http://terran.birrell.us/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px

Orange: e42a04
Dark Grey: 594a42
Warm Grey: c2b59b
Black: 000000
*/

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

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

/* ## Float Clearing
--------------------------------------------- */

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

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

.entry-sidebar .entry:before,
.entry-sidebar .entry:after {
	content: none;
	display: initial;
}


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

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

body {
	color: #554445;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	border-top: 10px solid #ff4f00;
}

.tax-theme .content p,
.tax-theme .content li,
.single .content p,
.single .content li {
	font-size: 20px;
}

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

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

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

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

a:hover {
	color: #554445;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

.entry-content b, .entry-content strong {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #554445;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
}

h6 {
	font-size: 14px;
}

/* ## Objects
--------------------------------------------- */

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

img {
	height: auto;
}

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

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #8a8b8a;
	color: #554445;
	font-size: 16px;
	font-weight: 300;
	padding: 5px;
	width: 100%;
}

.search input, .search-form input {
	font-size: 12px;
	background: url(images/magnifying-glass.png) no-repeat 97% 50%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 1px solid #ff4f00;
	color: #ff4f00;
	cursor: pointer;
	font-size: 16px;
    padding: 7px 18px 6px;
	text-transform: uppercase;
	width: auto;
}

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

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

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

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

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

.wpcf7 p {
	display: inline-block;
	width: 100%;
}

.wpcf7 input[type="radio"] {
	margin-right: 10px;
}

.wpcf7 input[type="submit"] {
	float: right;
}	


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.site-container {
	margin: 0 auto;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.tax-theme .site-inner,
.single .site-inner {
	max-width: 1200px;
}

.site-inner {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

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

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

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

/* ### Content */

.content {
	float: right;
	width: 800px;
}

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

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.intro-text-section {
	float: left;
	margin-left: 2.564102564102564%;
}

.tax-theme .two-fifths,
.tax-theme .three-fifths {
	margin-left:1%;
}

.title-section {
	float: left;
}

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

.one-fifth{
	width: 17.948717949%;
}
.two-fifths, 
.title-section {
	width: 36.923076924%;
}
.three-fifths,
.intro-text-section {
	width: 60.5128205119%;
}
.four-fifths{
	width: 77.948717948%;
}

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


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

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

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

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	padding: 0 0 0 12px;
}

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

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

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

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

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

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

.widget-title {
	font-size: 16px;
	margin-bottom: 20px;
}

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

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sticky {
}


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	min-height: 100px;
}

.site-header .wrap {
	max-width: 1200px;
	padding: 10px 0;
}

.site-header nav .wrap {
	padding: 0;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 268px;
}

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

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

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

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

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

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

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

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

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


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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	padding: 25px 0 0;
}

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

.genesis-nav-menu a {
	color: #554445;
	display: block;
	padding: 7px 12px 6px;
}

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

.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;
	padding: 20px;
	position: relative;
	width: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-primary {
	background-color: transparent;
	padding-top: 7px;
	letter-spacing: 0.5px;
}

.nav-primary .genesis-nav-menu a {
	color: #554445;
	text-transform: uppercase;
}

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

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

.nav-primary .genesis-nav-menu .current-menu-item > a,
.tax-office .genesis-nav-menu .people.menu-item > a, 
.post-type-archive-person .genesis-nav-menu .people.menu-item > a, 
.single-person .genesis-nav-menu .people.menu-item > a, 
.single-tool .genesis-nav-menu .tools.menu-item > a, 
.post-type-archive-project .genesis-nav-menu .projects.menu-item > a, 
.tax-theme .genesis-nav-menu .projects.menu-item > a, 
.single-project .genesis-nav-menu .projects.menu-item > a, 
.single-publication .genesis-nav-menu .publications.menu-item > a,
.single-post .genesis-nav-menu .news.menu-item > a,
.project-query-var .genesis-nav-menu .projects.menu-item > a, 
.publication-query-var .genesis-nav-menu .publications.menu-item > a,
.post-query-var .genesis-nav-menu .news.menu-item > a,
.category .genesis-nav-menu .news.menu-item > a
{
	color: #FFF;
	background: #ff4f00;
}

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

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


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

/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 10px;
}

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

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

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

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

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

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

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

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

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

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

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

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

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

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

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

.comment-respond,
.entry-pings {
	padding: 10px 0 16px 30px
}

.entry-comments {
	padding: 40px;
}

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

.bypostauthor {
}

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


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

.sidebar {
	font-size: 16px;
}

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

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

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


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

.footer-widgets {
	clear: both;
	padding: 30px 40px 0 40px;
}


.footer-widgets-1{
	width: 66%;
	margin-right: 4%;
}

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

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

.footer-widgets li {
	font-size: 16px;
	line-height: 1;
	padding-bottom: 8px;
}

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

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

.home .entry{
	margin-bottom: 0;
}

.footer-widgets-2 {
	width: 30%;
	padding-left: 50px;
	border-left: 1px solid #c1b796;
}

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

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

.footer-widgets-1 .widget {
	width: 22%;
	float: left;
}

.footer-widgets-1 #nav_menu-2.widget {
	width: 25%;
}

.footer-widgets-1 #nav_menu-3.widget {
	width: 30%;
}


.footer-widgets .wrap {
	margin-bottom: 30px;
}

.widget.simple-social-icons ul li {
	  margin: 0 12px 12px 0 !important;
}

.widget.simple-social-icons ul li a, .widget .simple-social-icons ul li a:hover {
	padding: 2px !important;
}

.widget_search {
	display: none;
}
/* # newsletter form
---------------------------------------------------------------------------------------------------- */
.footer-widgets #subForm input {
	width: 75%;
	float: right;
	margin-bottom: 5px; 
}

.footer-widgets #subForm label {
	width: 25%;
	float: left;
	margin-bottom: 5px;
	line-height: 1;
	height: 28px;
	padding-top: 6px;
}

.footer-widgets #subForm button {
	float: right;
	margin-top: 15px;
	border: solid 1px #ff4f00;
	color: #ff4f00;
	background: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	padding: 7px 18px 3px;
	display: inline-block;
}

.footer-widgets #subForm button:hover {
	background-color: #ff4f00;
	color: #FFF;
}

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

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

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

/* # bounding boxes
---------------------------------------------------------------------------------------------------- */
.page-template-unbounded .site-inner {
	max-width: 100%;
}

.bounding-box{
	padding: 35px 40px;
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

.home .bounding-box {
	padding: 35px 30px 35px 70px;
}

.bounding-box.bright {
	background-color: #ff4f00;
}

.bounding-box.bright, 
.bounding-box.bright h2,
.bounding-box.bright h3 {
	color: #FFF;
}

.bounding-box h3 {
	line-height: 1.4;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 500;
	font-style: italic;
	font-size: 30px;
}

.bounding-box.muted {
	background-color: #c1b796;
}

.bounding-box.dark {
	background-color: #574546;
	color: #c1b796;
}

.bounding-box .three-fifths {
	padding-left: 20px;
	border-left: 1px solid #FFF;
}

.bounding-box.muted .three-fifths {
	border-left: 1px solid #554445;
}

.home .bounding-box p {
	line-height: 1.2;
}

.bounding-box p {
	margin-bottom: 16px;
}

.bounding-box p:last-child {
	margin: 0;
}

.bounding-box.what-we-do p {
	line-height: 1.4;
}

.bounding-box hr {
	color: #FFF;
	width: 108px;
	background: #FFF;
	height: 1px;
	border: none;
}


.bounding-box .one-fourth hr,
.bounding-box .one-half hr,
.bounding-box .two-fifths hr,
.page.email-list-landing-page .bounding-box hr {
	margin: 0 0 10px 0;
}

.bounding-box p.testimonial-text {
	text-align: center;
	color: #FFF;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 300;
	line-height: 1.8;
	padding: 25px 80px 0;
	font-size: 30px;
}

.bounding-box .three-fifths p.testimonial-text {
	font-size: 22px;
}

.bounding-box p.testimonial-info {
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
}

.bounding-box .three-fifths p.testimonial-info {
	font-size: 14px;
}



.bounding-box .testimonial-author {
	text-transform: uppercase;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 500;
	font-style: italic;

}

.single .testimonials {
	border-top: 1px solid #c1b796;
	padding-top: 20px;
	margin-top: 20px;
}

.single .testimonial {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 500;
	font-style: italic;

}

.single .testimonial p {
	margin-bottom: 10px;
}

.single .entry-content .testimonial-author {
	text-transform: uppercase;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 500;
	font-style: italic;
	margin: 0;
	font-size: 18px;
}

.single .entry-content .testimonial-info {
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	margin: 0 0 20px;
	font-size: 20px;
}

/* # single styling
---------------------------------------------------------------------------------------------------- */
.tax-theme .banner-image,
.page section.banner-image, 
.archive-upper section.banner-image {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.tax-theme .banner-image img.alignnone,
.page .banner-image img.alignnone,
.page .banner-image .alignnone,
.archive-upper .banner-image img.alignnone,
.archive-upper .banner-image .alignnone {
	margin-bottom: 0;
	float: left;
	width: 100%;
}

.tax-theme .upper-entry-header, 
.tax-office .upper-entry-header,
body.page .entry-header,
.single .entry-header, 
.archive-upper .entry-header {
	background: #ff4f00;
	color: #FFF;
}

.single.single-tool .entry-header {
	background: transparent;
	color: #ff4f00;
}

.tax-theme .upper-entry-header,
.tax-office .upper-entry-header,
body.page .entry-header,
.archive-upper .entry-header {
	display: block;
	padding: 35px 40px;
	float: left;
	margin-bottom: 5px;
	z-index: 10;
}

body.page .entry-header p,
.archive-upper .entry-header p {
	margin: 0;
}

.tax-office .upper-entry-header .three-fifths,
body.page .entry-header .three-fifths,
.entry-header .intro-text-section {
	padding-left: 20px;
  	border-left: 1px solid #FFF;
}  

.tax-theme .upper-entry-header,
.single .entry-header {
	width: 290px;
	position: absolute;
	padding: 30px 10px 30px 30px;
	margin: 30px;
}

.page .entry-header {
	width:100%;
}

.single-person .entry-header {
	width: 314px;
}

.single-tool .entry-header {
	width: 300px;
	padding: 0;
}

.home .banner-image {
	width: 100%;
	float: left;
}

.home .entry-header {
	width: 470px;
	position: absolute;
	padding: 30px 12px 30px 30px;
	margin: 54px 0 0 40px;
	display: block;
	line-height: 1.4;
}

.home.page .entry-title {
	font-family: Georgia,Times,"Times New Roman",serif;
  	font-weight: 300;
  	font-style: italic;
}

body.page .entry-header a,
.single .entry-header a {
	color: #FFF;
}

body.page .entry-header a:hover,
.single .entry-header a:hover {
	text-decoration: underline;
}

.tax-theme .image-header-wrap,
.single .image-header-wrap {
	width: 100%;
	float: left;
	background-color: #c1b796;
	min-height: 449px;
	position: relative;
}

.single-tool .image-header-wrap {
	min-height: 300px;
}

.tax-theme .image-header-wrap .image-wrap,
.single .image-header-wrap .image-wrap {
	background: #FFF;
	width: 100%;
	display: block;
}

.tax-theme .image-header-wrap .other-posts-header-sidebar,
.single .image-header-wrap .other-posts-header-sidebar {
	max-width: 390px;
	float: right;
	width: 32.5%;
	padding: 20px 10px 0px 20px;
}

.single .other-post {
	display: table-row;
	color: #FFF;
}

.tax-theme a.other-post,
.single a.other-post {
	color: #554445;
}

.single .other-post.view-more-posts {
	position: absolute;
	bottom: 10px;
	display: none;
}

.single.single-person .other-post.view-more-posts {
	display: block;
}

.single-person p.intro-excerpt {
	font-weight: bold;
}
.tax-theme a.other-post:hover,
.single a.other-post:hover {
	color: #ff4f00;
}

.tax-theme .other-post .post-title,
.single .other-post .post-title,
.single .other-post .post-secondary-info {
	display: table-cell;
	padding-bottom: 8px;
	line-height: 1;
}

.tax-theme .other-post .post-title,
.single .other-post .post-title,
.single .other-post.view-more-posts {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
}
.single .other-post .post-secondary-info {
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 17px;
}

.tax-theme .other-post .post-title,
.single .other-post .post-title {
	padding-right: 20px;
}
.single-person .other-post .post-title {
	width: 240px;
}

.tax-theme .image-header-wrap img.alignleft,
.single .image-header-wrap img.alignleft {
	margin: 0;
	width: 67.5%
}

.image-header-wrap h5 {
	color: #FFF;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
	margin: 8px 0 16px 0;
	letter-spacing: 1px;
	font-size: 16px;
	text-transform: uppercase;
}

.image-header-wrap h5:first-child {
	margin: 0 0 16px;
}


body.page .entry-title,
body.page .section-title,
.archive-upper .entry-title,
.archive-upper .section-title,
.single .entry-title,
.single .section-title,
.tax-theme .upper-entry-header .entry-title,
.tax-theme .upper-entry-header .section-title a,
.tax-office .upper-entry-header .entry-title,
.tax-office .upper-entry-header .section-title{
	color: #FFF;
}

.single-tool .entry-title,
.single-tool .section-title {
	color: #ff4f00;
}

.single .section-title,
.page .section-title,
.archive-upper .section-title,
.tax-theme .upper-entry-header h2.section-title,
.tax-office .upper-entry-header h2.section-title {
	text-transform: uppercase;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 16px;
}



.page .entry-title,
.archive-upper .entry-title {
	font-size: 30px; 
}

.tax-theme .upper-entry-header .entry-title,
.single .entry-title {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
}

.page .entry-title,
.archive-upper .entry-title,
.tax-office .upper-entry-header .entry-title {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 500;
	font-size: 35px;
}

.home .entry-header hr,
.tax-theme .upper-entry-header hr,
.single .entry-header hr {
	background-color: #FFF;
	width: 50px;
	margin: 0 0 10px 0;
	border: none;
	height: 1px;
	margin: 15px 0 15px;
}

.single-tool .entry-header hr {
	background-color: #554445;
}

.home .entry-header hr {
	width: 106px;
}

.single .entry-header p,
.single .entry-header p.office {
	margin: 0;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 18px;
	padding-bottom: 0;
}

.single-tool .entry-header p {
	color: #554445;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 500;
}

.tax-theme.archive .entry-content.main-block,
.single .entry-content {
	padding: 0 30px 20px 30px;
	margin-top: 30px;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 300;
  	float: left;
}

.tax-theme article .entry-content {
	margin-top: 0;
}

.tax-theme .entry-content h3,
.tax-theme .entry-content h4,
.single .entry-content h4,
.single .entry-sidebar h4 {
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.tax-theme .entry-content h3,
.tax-theme .entry-content h4,
.single .entry-content h4 {
	color: #ff4f00;
}

.single .entry-sidebar h4 {
	color:#000;
}


.tax-theme .main-block.entry-content,
.single.has-entry-sidebar .entry-content {
	width: 67.5%;
	float: left;
}


.single.has-entry-sidebar .entry-sidebar {
	max-width: 390px;
	float: right;
	width: 32.5%;
	padding: 0 10px 20px 20px;
	margin-top: 30px;
	border-left: 1px solid #c1b796;
}

.tax-theme .entry-sidebar article,
.tax-theme .entry-sidebar h6 {
	float: right;
	width: 32.5%;
}

.single .entry-sidebar {
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.25;
}

.single .entry-sidebar .post-list li {
	padding-bottom: 10px;
	line-height: 1;
	padding-left: 10px;
  	text-indent: -10px;
}

.single .entry-sidebar li,
.single.single-tool .entry-sidebar .post-list li {
	padding-bottom: 12px;
}

.single .entry-sidebar .post-list {
	padding-bottom: 20px;
}

.single.single-tool .entry-sidebar .post-list {
	padding-bottom: 0;
}

.archive .entry,
.search .entry,
.blog .entry,
body.page.global-leadership .leadership-team .entry {
	background-color: #c1b796;
	color: #1b1919;
}

.page.global-leadership .entry {
	margin-bottom: 0;
}

.archive .entry:hover,
.search .entry:hover,
.blog .entry:hover,
.page.global-leadership .leadership-team .entry:hover {
	background-color: #ff4f00;
	color: #1b1919;
}

.tax-theme .entry.no-results:hover {
	background-color: #c1b796 !important;
}

.entry .entry-title a {
	color: #1b1919;
}

.global-leadership .leadership-team .entry-title,
.archive .entry .entry-title,
.search .entry .entry-title,
.blog .entry .entry-title {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	padding-right: 5px;
	margin: 20px 0 10px;
}

.global-leadership .leadership-team .entry-title, 
.archive .leadership-team .entry-title {
	font-size: 24px;
}

.archive .entry .entry-header .post-info,
.search .entry .entry-header .post-info,
.blog .entry .entry-header .post-info,
.how-we-help-projects .entry header .post-info {
	margin: 20px 0 -20px;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.archive .entry a,
.search .entry a,
.blog .entry a {
	color: #1b1919;
}

.archive .entry:hover .entry-title a,
.search .entry:hover .entry-title a,
.blog .entry:hover .entry-title a,
.page.global-leadership .leadership-team .entry:hover .entry-title a {
	color: #1b1919;
}

.archive .entry:hover .entry-title a:hover,
.search .entry:hover .entry-title a:hover,
.blog .entry:hover .entry-title a:hover,
.page.global-leadership .leadership-team .entry:hover .entry-title a:hover,
.archive .entry a:hover,
.blog .entry a:hover {
	color: #fff;
}

.archive .entry p,
.search .entry p,
.blog .entry p,
.page.global-leadership .entry p {
	margin: 0;
}

.archive .entry p,
.search .entry p,
.blog .entry p {
	font-size: 16px;
}

.page-template-page-themes .entry p,
.archive.tax-office .entry p {
	font-size: 18px;
}

.archive .leadership-team .entry-title,
.archive .leadership-team p.office,
.blog .leadership-team .entry-title,
.blog .leadership-team p.office,
.page.global-leadership .leadership-team .entry-title,
.page.global-leadership .leadership-team p.office {
	display: inline-block;
}

.entry-header p.office {
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	padding-bottom: 5px;
	font-weight: bold;
}

.single .entry-header p.office {
	font-weight: normal;
}

.archive header, .archive .entry-content,
.search header, .search .entry-content,
.blog header, .blog .entry-content {
	padding-right: 20px;
	padding-left: 20px;
}

.archive .archive-upper .entry-content {
	padding-left: 0;
	padding-right: 0;
}

.archive .leadership-team .entry-header, 
.archive .leadership-team .entry-content,
.page.global-leadership .leadership-team .entry-header, 
.page.global-leadership .leadership-team .entry-content {
	padding-right: 40px;
	padding-left: 40px;
	background: transparent;
	color: #1b1919;
}

.archive .leadership-team .entry-header, 
.page.global-leadership .leadership-team .entry-header {
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
	margin-bottom: 0;
}

.archive article,
.search article,
.blog article,
.page.global-leadership .leadership-team article {
	width: 24.625%;
	margin: 0 0 8px 0.5%;
	float: left;
	height: 450px;
	position: relative;
}
.how-we-help-projects-themes.archive article { width:33%; }

.tax-theme article {
	margin:0 0 8px 0;
	padding-bottom:50px;
	height: initial;
	clear:right;
}

.archive.tax-office article {
	height: 360px;
}

.archive article:nth-of-type(4n+1),
.search article:nth-of-type(4n+1),
.blog article:nth-of-type(4n+1),
.archive .leadership-team article:nth-of-type(2n+1),
.page.global-leadership .leadership-team article:nth-of-type(2n+1) {
	margin-left: 0;
}
.how-we-help-projects-themes.archive article:nth-of-type(4n+1) { margin-left:0.5%; }
.how-we-help-projects-themes.archive article:nth-of-type(3n+1) { margin-left: 0 !important; }


.archive .leadership-team article,
.page.global-leadership .leadership-team article {
	width: 49.75%;
	min-height: 485px;
}

h6.section-heading,
.blog h6.section-heading,
.page.global-leadership h6.section-heading {
	background-color: #1b1919;
	color: #FFF;
	margin: 0;
	padding: 10px 40px 10px;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
	font-size: 16px;
}

h6.section-heading a {
	color: #FFF;
}

h6.section-heading a:hover {
	color: #ff4f00;
}

.image-wrap {
	position: relative;
	display: block;
}

.archive article img,
.search article img,
.blog article img,
.page.global-leadership article img {
	width: 100%;
	margin: 0;
	display: block;
}

.image-mask {
	position: absolute;
	width: 100%;
	background-color: transparent;
	height: 100%;
	top: 0;
	left: 0;
}

.archive .entry:hover .image-mask,
.search .entry:hover .image-mask,
.blog .entry:hover .image-mask,
.page.global-leadership .entry:hover .image-mask,
.home-project .image-wrap:hover .image-mask {
	opacity: 0.6;
	background-color: #ff4f00;
}

/* # office links/map section
---------------------------------------------------------------------------------------------------- */
.office-navigation {
	background: #c1b796;
	display: inline-block;
	width: 100%;
	padding: 35px 40px;
}

.office-navigation .go-back {
	width: 100%;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	margin: 0;
}

.office-links, 
.offices-map,
.global-leadership .title-section,
.global-leadership .intro-text-section,
.tax-office .title-section,
.tax-office .intro-text-section {
	float: left;
}

.office-links,
.global-leadership .title-section,
.tax-office .title-section {
	width: 46%;
}

.offices-map,
.global-leadership .intro-text-section,
.tax-office .intro-text-section {
	width: 50%;
	border-left: 1px solid #FFF;
	margin-left: 4%;
	padding-left: 40px;
}

.office-group {
	width: 33%;
	float: left;
	padding-bottom: 20px;
}

.archive .office-group {
	width: 50%;
}

.office-group p {
	font-size: 16px;
	margin: 0 0 20px;
}

.office-navigation a, .office-navigation h4 {
	color: #FFF;
}

.office-navigation a:hover {
	color: #ff4f00;
}

.global-leadership .office-navigation h4 {
	text-transform: none;
}

.office-navigation h4 {
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}

.office-navigation h5 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 500;
}

.office-navigation ul li {
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.office-navigation ul ul li {
	text-transform: none;
	font-size: 18px;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 100;
}

/* #links and buttons
---------------------------------------------------------------------------------------------------- */
p.tool-links-description {
	color: #FFF;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 500;
	margin-left: 6%;
	font-size: 16px;
}

a.tool-link-button {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	background: url(images/tool-link-button-bg.png) no-repeat;
	background-size: 100%;
	float: left;
	width: 26.5%;
	padding: 11% 0;
	color: #1b1919;
	text-align: center;
	word-spacing: 180px;
	line-height: 1.6;
	margin-top: 30px;
  	margin-bottom: 20px;
  	cursor: pointer;
  	position: relative;
}

a.tool-link-button span {
	top: 38%;
	position:absolute;
	left: 0;
}



a.tool-link-button:hover {
	color: #ff4f00;
}

a.tool-link-button:first-child, a.tool-link-button:nth-child(2),a.tool-link-button:nth-child(3) {
	margin-right: -3%;
}

a.tool-link-button:first-child {
	margin-left: 2%;
}

a.button-color-bg, a.button-white-bg {
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 12px 2px;
	margin-top: 15px;
	display: inline-block; 
}

a.button-color-bg,
.archive .entry a.button-color-bg,
.search .entry a.button-color-bg,
.blog .entry a.button-color-bg {
	border: solid 1px #FFF;
	color: #FFF;
}

a.button-white-bg {
	border: solid 1px #ff4f00;
	color: #ff4f00;
}

a.button-color-bg:hover,
.archive a.button-color-bg.current-term,
.page .entry-header a.button-color-bg:hover,
.archive .entry a.button-color-bg:hover,
.search .entry a.button-color-bg:hover,
.blog .entry a.button-color-bg:hover {
	background: #FFF;
	color: #ff4f00;
	text-decoration: none;
}

a.button-white-bg:hover {
	background:#ff4f00; 
	color: #FFF;	
}

.archive article .button-color-bg,
.search article .button-color-bg,
.blog article .button-color-bg {
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.tax-theme aside.entry-sidebar article .button-color-bg {
	position:relative;

}

/* # home page projects and flexslider
---------------------------------------------------------------------------------------------------- */

.home-project {
	float: left;
	position: relative;
	min-height: 200px;
	border-left: 1px solid #685e4f;
	width: 94%;
	padding-left: 6%;
}

.flexslider li:first-child .home-project,
.flexslider li:nth-child(3n+1) .home-project {
	border-left: none;
}

.home-project h4 {
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.home-project h3 a {
	color: #554445;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 500;
}

.home-project h3 a:hover {
	color: #ff4f00;
}

.home-project img.alignright {
	margin: 0;
}

.home-project .image-wrap {
	display: inline-block;
	float: right;
	position: absolute;
  	bottom: 0;
  	right: 0;
}

.home-project .button-white-bg {
	position: absolute;
	bottom: 0;
}

.flex-viewport {
	margin: 0 50px 0;
}

.flexslider {
	border: none;
	width: 100%;
	clear: both;
}

.flexslider ul.slides {
	margin: 0;
	padding: 30px 0 30px;
}

.flexslider.banner-image ul.slides {
	padding: 0;
}

.flexslider ul,
.flexslider ol {
	margin: 0;
}

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

.flex-direction-nav a {
	opacity: 1;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 5px;
}

.flexslider .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
  right: 5px;
}

.flex-control-paging li a {
	background: #554445;
}

.flex-control-paging li a:hover, 
.flex-control-paging li a.flex-active {
	background: #ff4f00;
}

.flex-direction-nav a {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	display: none;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
	background: url(images/carousel-arrows.png) no-repeat;
	height: 45px;
	width: 30px;
	background-size: 200%;
}

.flexslider .flex-direction-nav .flex-prev {
	background-position: left top;
	text-indent: -9999px;
}

.flexslider .flex-direction-nav .flex-next {
	background-position: right top;
	text-indent: 9999px;
}

.flexslider .flex-direction-nav .flex-prev:hover {
	background-position: left bottom;
}

.flexslider .flex-direction-nav .flex-next:hover {
	background-position: right bottom;
}

.flexslider.banner-image .slides > li:first-child {display: block; -webkit-backface-visibility: visible;} 

.flexslider.banner-image .slides > li {display: none; -webkit-backface-visibility: hidden;}

.banner-image .flex-viewport {
	margin: 0;
}


p.archived-content-notice {
	background: #ff4f00;
	color: #FFF;
	padding: 10px 20px;
	margin-bottom: 10px;
}


/* # mobile menu
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu .primary-nav-toggle.menu-item {
	display: none;
}

/* # Methods page
---------------------------------------------------------------------------------------------------- */

section.tools {
	padding: 40px 40px 0 40px;
}

section.tools h2 {
	line-height: 1.4;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
}

section.tools hr {
	color: #554445;
    width: 108px;
    background: #554445;
    height: 1px;
    border: none;
    margin: 0 0 20px 0;
}

section.tools .tool-info {
	width: 65%;
	float: left;
}

section.tools .tool {
	border-bottom: 1px solid #1b1919;
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

section.tools h5 {
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
}

section.tools p {
	margin: 0;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.75;
}

section.tools img {
	width: 30%;
	padding-left: 50px;
	margin-left: 5%;
	border-left: 1px solid #c1b796;
	margin-bottom: 25px;
	float: right;
    text-align: right;
}


.embedWrapper {
	width: 100%;
	position: relative;
}
.embedWrapper iframe {
	width: 100%;
}


div.wpcf7 {
	padding: 20px 70px 0 40px !important;
}

/* # posttype filtering section
---------------------------------------------------------------------------------------------------- */
div.filter-posts {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #c1b796;
}
.filter-posts li {
	float: left;
	padding-right: 10px;
}

.filter-posts .first {
	border-right: 1px solid #FFF;
}

.filter-posts h2 {
	text-transform: uppercase;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 16px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #FFF;
}

.filter-posts h4 {
	color: #FFF;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}

/* # methods graphic
---------------------------------------------------------------------------------------------------- */
.methods-graphic-description {
	width: 27.5%;
	float:left;
}

.five-ingredients-left {
	width:30%;
	float: left;
	min-width: 230px;
	max-width: 235px;
}
.five-ingredients-right {
	width:70%;
	float: right;

}

.methods-graphic-description hr {
	margin:0 0 10px 0
}

.methods-graphic {
	text-align: center;
	width:67%;
	margin-left: 3%;
	float: right;
}

.methods-graphic .graphic-middle-section {
	width: 100%;
	overflow: hidden;
}

.methods-graphic .item,
.methods-graphic ul > li {
	display: inline-block;
	color: #FFF;
	float: left;
}

.methods-graphic .item p {
	color: #554445;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

.methods-graphic h4 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.methods-graphic .first-item {
	width: 100%;
}

.methods-graphic .second-item {
	margin-top: 8%;
	min-width: 146px;
	width: 23%;
}

.methods-graphic .second-item .wrap {
	display: inline-block;
	float: left;
}

.methods-graphic .third-item {
	margin-top: 20px;
	width: 53%; /*homepage should become 630 wide x 230 tall for horizontal and 315 wide x 600 tall for vertical*/
	height:100%; /*methods page should 218 x 415 in vertical orientation*/
	overflow: hidden;
}

.methods-graphic .fourth-item {
	margin-top: 8%;
	float: right;
	min-width: 166px;
	width:24%;
}

.methods-graphic .fourth-item .wrap {
	display: inline-block;
	float: right;
}

.methods-graphic .fifth-item {
	width: 100%;
}

.methods-graphic ul.graphic {
	padding-top: 36.50793651%;/* 230/630 =36.50793651% http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios*/
	background: url(images/methods-graphic-horizontal.png) no-repeat;
	background-size: cover;
	margin: 0;
	text-indent: -9999px;
	background-position: center 0;
}
.methods-graphic ul.graphic.lang-pr {
	background: url(images/methods-graphic-horizontal-pr.png) no-repeat;
	background-size: cover;
}

/* # home page methods grapic
---------------------------------------------------------------------------------------------------- */
.bounding-box .three-fifths.home-methods-graphic {
	padding-left: 72px;
	min-height: 300px
}

.home-methods-graphic {
    text-align: center;
}

.home-methods-graphic h4 {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
}

.home-methods-graphic ul.graphic {
    padding-top: 36.50793651%;
    background: url(images/home-methods-graphic-horizontal.png) no-repeat;
    background-size: cover;
    margin: 0;
    text-indent: -9999px;
    background-position: center 0;
}
.home-methods-graphic ul.graphic.lang-pr {
    background: url(images/home-methods-graphic-horizontal-pr.png) no-repeat;
}
.home-methods-graphic ul > li {
    display: inline-block;
    color: #FFF;
    float: left;
}

/* # custom classes
---------------------------------------------------------------------------------------------------- */

.white {
	color:#FFF;
}

.bounding-box .border-right {
	border-right: 1px solid #FFF;
	padding-right: 2.564102564102564%;
}

.bounding-box .border-left {
	border-left: 1px solid #FFF;
	margin-left: 0;
	padding-left: 2.564102564102564%;
}

/* # email list signup page
---------------------------------------------------------------------------------------------------- */

.email-list-landing-page .title-section,
.email-list-landing-page .email-list-intro {
	width: 46%;
	float: left;
}

.page.email-list-landing-page .entry-title {
	font-size: 33px;
}

.email-list-landing-page .intro-text-section,
.email-list-landing-page .email-list-signup-form {
	width: 50%;
	border-left: 1px solid #FFF;
	margin-left: 4%;
	padding-left: 40px;
	float: left;
	padding-top: 30px;
}

.email-list-landing-page .email-list-signup-form button {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    float: right;
}

.email-list-landing-page .email-list-signup-form button:hover {
    background-color: #FFF;
    color:#ff4f00;
}

.email-list-landing-page .email-list-signup-form #subForm #fieldName,
.email-list-landing-page .email-list-signup-form #subForm #fieldEmail {
	width: 75%;
    float: right;
    margin-bottom: 5px;
}

.email-list-landing-page .email-list-signup-form label[for="fieldName"],
.email-list-landing-page .email-list-signup-form label[for="fieldEmail"] {
	width: 25%;
    float: left;
    margin-bottom: 5px;
    line-height: 1;
    height: 28px;
    padding-top: 6px;
}

.email-list-landing-page .email-list-signup-form label.heading {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}


.email-list-landing-page .footer-widgets-2 {
	display: none;
}

/* # Easy Social Share button styling
//use https://www.base64decode.org/ to decode the svg, change the fill color and re-encode
---------------------------------------------------------------------------------------------------- */
.essb_links.essb_template_grey-retina .essb_link_facebook:hover .essb_icon {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MnB4IiBoZWlnaHQ9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMzYjU5OTgiIGQ9Ik0xNi40MDUsMjIuNjg0VjM3aDYuOTY0VjIyLjc1Mmg0Ljc1NGwxLjE1LTUuOTRoLTUuODU0di00LjM1N2MwLTAuNjAyLDAuMzIxLTEuNDA2LDEuMjk2LTEuNDA2SDI4LjFWNWgtNi4zMmMtMi4xOCwwLTUuMzk3LDIuNjg1LTUuMzk3LDUuNTR2Ni4xMDNoLTMuNjU0djYuMDE2TDE2LjQwNSwyMi42ODR6Ii8+PC9zdmc+);
}

.essb_links.essb_template_grey-retina .essb_link_twitter:hover .essb_icon {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MnB4IiBoZWlnaHQ9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMwMGFjZWQiIGQ9Ik0zNywxMS4wNzZjLTEuMTc3LDAuNTIxLTIuNDQxLDAuODc1LTMuNzcxLDEuMDM0YzEuMzU2LTAuODEzLDIuMzk3LTIuMSwyLjg4OC0zLjYzM2MtMS4yNjksMC43NTItMi42NzUsMS4yOTktNC4xNjksMS41OTRjLTEuMTk3LTEuMjc2LTIuOTA0LTIuMDc0LTQuNzkzLTIuMDc0Yy0zLjYyNSwwLTYuNTY0LDIuOTM5LTYuNTY0LDYuNTY0YzAsMC41MTYsMC4wNTcsMS4wMTcsMC4xNywxLjQ5N2MtNS40NTctMC4yNzQtMTAuMjk0LTIuODg4LTEzLjUzMS02Ljg1OWMtMC41NjUsMC45Ny0wLjg5LDIuMDk4LTAuODksMy4zMDFjMCwyLjI3OCwxLjE1OSw0LjI4NywyLjkyLDUuNDY0Yy0xLjA3NS0wLjAzNC0yLjA4OC0wLjMyOS0yLjk3My0wLjgyMWMtMC4wMDEsMC4wMjctMC4wMDEsMC4wNTYtMC4wMDEsMC4wODJjMCwzLjE4MiwyLjI2Myw1LjgzNSw1LjI2Nyw2LjQzOGMtMC41NTEsMC4xNDktMS4xMzEsMC4yMjktMS43MjksMC4yMjljLTAuNDI0LDAtMC44MzQtMC4wNDEtMS4yMzUtMC4xMTZjMC44MzUsMi42MDcsMy4yNjEsNC41MDYsNi4xMzMsNC41NTljLTIuMjQ3LDEuNzYxLTUuMDc3LDIuODEtOC4xNTMsMi44MWMtMC41MywwLTEuMDUzLTAuMDMtMS41NjYtMC4wOTJjMi45MDQsMS44NjMsNi4zNTUsMi45NSwxMC4wNjMsMi45NWMxMi4wNzgsMCwxOC42ODEtMTAuMDA0LDE4LjY4MS0xOC42NzljMC0wLjI4NS0wLjAwNy0wLjU2OC0wLjAxOS0wLjg1MUMzNS4wMDcsMTMuNTQ5LDM2LjEyLDEyLjM5MiwzNywxMS4wNzYiLz48L3N2Zz4=);
}

.essb_links.essb_template_grey-retina .essb_link_google:hover .essb_icon {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyIDQyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I2RkNGIzOSA7fTwvc3R5bGU+PGc+PHBhdGggaWQ9IlhNTElEXzJfIiBjbGFzcz0ic3QwIiBkPSJNMSwyMC40QzEuMSwxMy45LDcsOC4zLDEzLjUsOC41YzMuMS0wLjEsNiwxLjIsOC40LDMuMWMtMSwxLjEtMi4xLDIuMy0zLjIsMy4zYy0yLjgtMi02LjktMi41LTkuNy0wLjNjLTQuMSwyLjgtNC4zLDkuNC0wLjMsMTIuNWMzLjgsMy41LDExLDEuNywxMi0zLjVjLTIuNCwwLTQuOCwwLTcuMi0wLjFjMC0xLjQsMC0yLjgsMC00LjNjNCwwLDgsMCwxMiwwYzAuMiwzLjMtMC4yLDYuOS0yLjMsOS43Yy0zLjEsNC40LTkuNCw1LjctMTQuMiwzLjhDNC4xLDMwLjgsMC42LDI1LjYsMSwyMC40eiIvPjxwYXRoIGlkPSJYTUxJRF8xXyIgY2xhc3M9InN0MCIgZD0iTTMyLjcsMTQuOGMxLjQsMCwyLjgsMCw0LjEsMGMwLDEuNCwwLDIuOCwwLDQuMmMxLjQsMCwyLjgsMCw0LjIsMGMwLDEuNCwwLDIuOCwwLDQuMWMtMS40LDAtMi44LDAtNC4yLDBjMCwxLjQsMCwyLjgsMCw0LjJjLTEuNCwwLTIuOCwwLTQuMSwwYzAtMS40LDAtMi44LDAtNC4xYy0xLjQsMC0yLjgsMC00LjIsMGMwLTEuNCwwLTIuOCwwLTQuMWMxLjQsMCwyLjgsMCw0LjIsMEMzMi43LDE3LjUsMzIuNywxNi4xLDMyLjcsMTQuOHoiLz48L2c+PC9zdmc+);	
}

.essb_links.essb_template_grey-retina .essb_link_linkedin:hover .essb_icon {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MnB4IiBoZWlnaHQ9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMwMDdiYjYgIiBkPSJNMTIuMjQ2LDguNjQ0YzAsMS44OS0xLjM5NiwzLjQyLTMuNjkxLDMuNDJjLTIuMTYsMC0zLjU1NS0xLjUzLTMuNTU1LTMuNDJjMC0xLjkzNSwxLjQ0Mi0zLjQyMSwzLjY0Ni0zLjQyMUMxMC44NSw1LjIyMywxMi4yMDEsNi43MDksMTIuMjQ2LDguNjQ0IE01LjE4MiwxNC43NjZoNi44NHYyMi4wMDloLTYuODRWMTQuNzY2eiBNMTYuMTE2LDIxLjc4N2MwLTIuNzQ2LTAuMDktNS4wNDEtMC4xODEtNy4wMjFoNS45NGwwLjMxNywzLjA2M2gwLjEzNWMwLjg5OC0xLjQ0MiwzLjEwNS0zLjU1Nyw2Ljc5Ni0zLjU1N2M0LjUsMCw3Ljg3NiwzLjAxNiw3Ljg3Niw5LjQ5N3YxMy4wMDloLTYuODQxVjI0LjU3OGMwLTIuODM0LTAuOTkyLTQuNzcxLTMuNDY3LTQuNzcxYy0xLjg5LDAtMy4wMTMsMS4zMDYtMy41MDksMi41NjVjLTAuMTgyLDAuNDQ5LTAuMjI3LDEuMDgtMC4yMjcsMS43MTF2MTIuNjkzaC02Ljg0MVYyMS43ODd6Ii8+PC9zdmc+);
}

/* Client Publications Custom Styles 
---------------------------------------------------------------------------------------------------- */

.clientPublications {
	background: #F7F7F0;
	margin-top: -5px;
}

.clientPublications_sidebar {
	float: left;
	width: 38%;
	padding: 20px 40px;
}

.clientPublications_sidebar a {
	float: right;
	font-size: 14px;
}

.clientPublications_sidebar h3 {
	color: #FF4F00;
	font-size: 36px;
	max-width: 150px;
}

.clientPublications_content {
	float: right;
	width: 62%;
	background:#e4e4d6;
	padding: 20px;
	font-family: Georgia,Times,"Times New Roman",serif;
}
a.reveal-children {
	float:right;
	display:block;
	width:47px;
	height:60px;
	background:url(images/view-hide.png) no-repeat center top;
	margin-top:-31px;
	padding-top:35px;
	display:block;
}
a.reveal-children:after {
	display:block;
	width:47px;
	content:"Hide";
	font-size:14px;
	color:#554445;
	text-transform: uppercase;
	text-align: center;
    font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-weight: bold;
}
a.reveal-children.closed:after {
	content:"View";
}


.clientPublications_content .subpublications {
	display:none; 
	margin:0.5em -20px; 
	padding:0.5em 0.5em 0.5em 3em; 
	background:#f0f0e2;
}

.clientPublications_content li {
	margin: 20px 0px;
}

.clientPublications_content hr {
	background: #F7F7F0;
	height: 1px;
	border: 0px;
	margin: 20px 0px;
}

.clientPublications_content h4, .clientPublications_content h5 {
	color: #FF4F00;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-weight: bold;
}

.clientPublications_content h5 {
	font-size: 16px;
	margin-bottom: 0px;
}

.clientPublications_content a {
	color: #4DCAE3;
	font-size: 16px;
}

.clientPublications_content .italic {
	font-style: italic;
}


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

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

	.site-inner,
	.wrap,
	.site-header .wrap {

	}

	.tax-theme .image-header-wrap,
	.single .image-header-wrap {
		min-height: 100px;
	}

	.title-area {
		width: 22%;
	}

	.header-image .site-title > a {
		width: 100%;
		background-size: contain;
	}


	.site-header .wrap {
		max-width: 1280px;
		margin:0 30px;
	}

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

	.site-header nav .wrap {
  		padding: 0 0 0 20px;
  		margin: 0;
	}

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

	.sidebar-primary {
		width: 300px;
	}

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

	.genesis-nav-menu a {
		padding: 7px 7px 6px;
	}

	.home .entry-header {
		margin: 20px 0 0 20px;
	}

	.tax-office .upper-entry-header, 
	body.page .entry-header,
	.office-navigation {
  		padding: 25px 30px;
  	}

  	.bounding-box {
  		padding: 25px 30px;
  	}

  	section.tools {
    	padding: 20px 30px 0 30px;
	}

  	.archive .leadership-team .entry-header, 
  	.archive .leadership-team .entry-content, 
  	.page.global-leadership .leadership-team .entry-header, 
  	.page.global-leadership .leadership-team .entry-content {
		padding-right: 30px;
		padding-left: 30px;
	}

	.home-projects,
	.home .footer-widgets, .single .footer-widgets {
  		padding: 30px;
  	}

  	.home-project .image-wrap {
  		width: 50%;
  	}

  	.home .bounding-box {
		padding: 35px 30px 35px 30px;
	}

	.archive.tax-office main article {
		height: 400px;
	}

	.archive.tax-office .entry p {
  		font-size: 16px;
	}

	.pagination {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1200px) {.single .other-post.line-count-27,.single .other-post.line-count-28,.single .other-post.line-count-29 {display: none;} 
	section.tools img {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 1120px) {
	.single .other-post.line-count-24, .single .other-post.line-count-25,.single .other-post.line-count-26 {display: none;} 

	.methods-graphic,
	.methods-graphic-description {
		width: 100%;
	}
	.methods-graphic-description {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 1050px) {
	.single .other-post .post-secondary-info { display: none;}
	.single .other-post.line-count-22, .single .other-post.line-count-23 {display: none;} 
}
@media only screen and (max-width: 1000px) {.single .other-post.line-count-19, .single .other-post.line-count-20,.single .other-post.line-count-21 {display: none;} }
@media only screen and (max-width: 900px) {.single .other-post.line-count-16 , .single .other-post.line-count-17, .single .other-post.line-count-18 {display: none;} }
@media only screen and (max-width: 840px) {.single .other-post.line-count-13, .single .other-post.line-count-14,.single .other-post.line-count-15{display: none;} }


@media only screen and (max-width: 1023px) {
	body {
		font-size: 16px;
	}

	.bounding-box h3 {
		font-size: 26px;
	}

	.flexslider li:nth-child(3n+1) .home-project {
		border-left: 1px solid #685e4f;
	}

	.flexslider li:nth-child(2n+1) .home-project {
		border-left: none;
	}

	.archive .leadership-team article,
	.archive.tax-office .leadership-team article, 
	.page.global-leadership .leadership-team article,
	.archive .leadership-team article:nth-of-type(2n+1), 
	.page.global-leadership .leadership-team article:nth-of-type(2n+1) {
		width: 100%;
		margin-left: 0;
		min-height: 0;
		height: 100%;
	}

	.archive .leadership-team article img,
	.page.global-leadership article img,
	.archive .leadership-team .entry-header, 
	.page.global-leadership .leadership-team .entry-header,
	.archive .leadership-team .entry-content, 
	.page.global-leadership .leadership-team .entry-content  {
		width: 50%;
		float: left;
	}

	.archive .leadership-team .entry-header, 
	.page.global-leadership .leadership-team .entry-header,
	.archive .leadership-team .entry-content, 
	.page.global-leadership .leadership-team .entry-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.archive article, .search article, .blog article {
		width: 49.75%;
	}

	.archive.tax-office main article {
  		height: 420px;
	}

	.archive article:nth-of-type(2n+1), .search article:nth-of-type(2n+1), .blog article:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.how-we-help-projects-themes.archive article:nth-of-type(2n+1) { margin-left: 0.5%; !important; }
	.how-we-help-projects-themes.archive article:nth-of-type(4n+1) { margin-left:0.5%; }

	.archive article, .search article, .blog article {
		height: 485px;
	}

	section.tools img {
		margin-bottom: 100px;
	}

	.bounding-box .three-fifths.home-methods-graphic {
		padding-left: 40px;
		padding-top: 30px;
	}

	.tax-theme aside.entry-sidebar article {
		height:auto;
		padding-bottom:15px;
	}
}

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

	body {
		font-size: 16px;
	}

	.site-inner,
	.wrap {
	}

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

	.header-image .title-area {
		background-position: center top;
	}

	.site-title {
		margin: 0 auto;
		max-width: 268px;
	}

	.genesis-nav-menu {
		padding: 0;
	}

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

	.header-image .title-area {
		background-position: center top;
	}

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

	.site-header nav .wrap {
		padding: 0;
	}

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

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

	ul.genesis-nav-menu.menu-primary li.search {
		display: none;
	}

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

	.footer-widgets-2 {
  		padding-left: 0;
  		border-left: none;
	}

	.archive article, .search article, .blog article {
		height: 490px;
	}


	.single.single-person .other-post .post-title, .single.single-person .other-post .post-secondary-info {
  		padding-bottom: 4px;
  	}

  	.single-person .image-header-wrap h5:first-child {
  		margin: 0 0 8px;
	}

	.page .entry-title, .tax-office .upper-entry-header .entry-title {
		font-size: 32px;
	}

	.widget_search {
		display: block;
	}

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

	section.tools img {
		padding-left: 0px;
		padding-right: 10px;
		margin-left: 0;
		margin-bottom: 0;
		border-left: none;
		float: left;
	    text-align: left;
	}

	.widget.simple-social-icons ul li {
    	margin: 0 6px 6px 0 !important;
	}

	.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
		font-size: 20px !important;
	}

	.wpcf7 .two-fifths, .wpcf7 .three-fifths {
		margin: 0;
		width: 100%;
	}

	.five-ingredients-left,
	.five-ingredients-right  {
		width: 100%;
		min-width: 0;
		max-width: 10000px
	}

	.bounding-box .five-ingredients-right.border-left {
		border: none;
		padding-left: 0;
	}

}

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

	body {
		font-size: 16px;
	}

	.footer-widgets-2 {
		padding-left: 0;
		border-left: none
	}

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

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.two-fifths,
	.three-fifths,
	.office-links, 
	.global-leadership .title-section, 
	.tax-office .title-section,
	.page .title-section,
	.offices-map, 
	.global-leadership .intro-text-section, 
	.tax-office .intro-text-section,
	.page .intro-text-section,
	.email-list-landing-page .title-section,
	.email-list-landing-page .email-list-intro, 
	.email-list-landing-page .intro-text-section,
	.email-list-landing-page .email-list-signup-form {
		margin: 0;
		width: 100%;
	}

	.bounding-box .border-left {
		padding-left: 0;
		border-left: none;
	}

	.bounding-box .border-right {
		padding-right: 0;
		border-right: none;
	}

	.bounding-box .three-fifths,
	.bounding-box.muted .three-fifths,
	.offices-map, .global-leadership .intro-text-section, 
	.tax-office .intro-text-section,
	.page .intro-text-section,
	.email-list-landing-page .email-list-signup-form {
		border-left: none;
		padding-left: 0;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.page .entry-title, .tax-office .upper-entry-header .entry-title {
		font-size: 30px;
	}

	.home .entry-header {
		width: 100%;
		position: relative;
		padding: 25px 30px;
		margin: 0;
		line-height: 1.5;
	}

	.home section.banner-image {
		padding: 29% 0 0;
		overflow: hidden;
		position: relative;
	}

	.home section.flexslider.banner-image {
		padding: 0;
	}

	.home .banner-image img.alignnone {
		position: absolute;
		top: -21%;
		left: 0;
	}

	.bounding-box p.testimonial-text {
		padding: 25px 0 0;
	}


	.tax-theme .main-block.entry-content,
	.tax-theme .image-header-wrap img.alignleft,
	.single.has-entry-sidebar .entry-content,
	.single .image-header-wrap img.alignleft {
		width: 100%;
	}

	.tax-theme .entry-sidebar, .tax-theme .image-header-wrap .other-posts-header-sidebar,
	.tax-theme .entry-sidebar article, .tax-theme .entry-sidebar h6,
	.single .image-header-wrap .other-posts-header-sidebar,
	.single.has-entry-sidebar .entry-sidebar {
		width: 100%;
		max-width: 800px;
		margin-top: 0;
	}

	.tax-theme .entry-sidebar,
	.tax-theme .entry-sidebar article, .tax-theme .entry-sidebar h6,
	.single.has-entry-sidebar .entry-sidebar {
		border-left: 0;
	}

	.archive.tax-office main article {
  		height: 370px;
	}

	.archive article, .search article, .blog article{
		height: 470px;
	}

	.tax-theme .entry-sidebar article {
		height: auto;
	}
	.tax-theme .entry-sidebar article:after {
		content: ' ';
		display:block;
		clear:both;
		height:40px;
	}


	.filter-posts .first {
  		border-right: none;
  		padding-bottom: 20px;
	}
	/*
	.single .other-post.line-count-27,.single .other-post.line-count-28,.single .other-post.line-count-29,
	.single .other-post.line-count-24, .single .other-post.line-count-25,.single .other-post.line-count-26,
	.single .other-post.line-count-22, .single .other-post.line-count-23,.single .other-post.line-count-21,
	.single .other-post.line-count-19, .single .other-post.line-count-20,.single .other-post.line-count-17, 
	.single .other-post.line-count-18, .single .other-post.line-count-15, .single .other-post.line-count-16,
	.single .other-post.line-count-13, .single .other-post.line-count-14{
		display: table-row;
	}*/

	.image-header-wrap h5:first-child {
		margin: 0 0 16px;
	}
	.single .other-post .post-title {
		padding-bottom: 8px;
	}

	.single .other-post .post-secondary-info {
		display: table-cell;
	}

	.single .other-post.view-more-posts {
		position: relative;
		display: block;
	}

	.single.single-tool .other-post.view-more-posts {
		display: none;
	}

	
	.other-posts-header-sidebar h5,
	.tax-theme .other-post,
	.single .other-post {
		display: none;
	}

	.single-tool .other-posts-header-sidebar h5 {
		display: block;
	}
	.single.single-tool .other-post {
		display: table-row;
	}

	.offices-map {
		display: none;
	}

	.bounding-box .three-fifths.home-methods-graphic {
		padding-left: 0;
		min-height: 0;
	}

}

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


	ul.genesis-nav-menu.menu-primary li {
		display: none;
		text-align: center;
	}

	.genesis-nav-menu .primary-nav-toggle.menu-item {
		display: block;
	}

	.home-project, .flexslider li:nth-child(3n+1) .home-project  {
		border-left: none;
	}

	.home-project {
		padding: 0 5px;
		width: 100%;
	}

	.methods-graphic .second-item,
	.methods-graphic .fourth-item {
		width: 100%;
		margin-top:0;
	}

	.methods-graphic .item.third-item {
		width: 60%;
		min-width: 420px;
		margin-top: 0;
		margin-bottom: 0
	}

	.methods-graphic .second-item .wrap,
	.methods-graphic .third-item,
	.methods-graphic .fourth-item .wrap {
		float: none;
	}

	.methods-graphic .item{
		margin-bottom: 20px;
	}

	.methods-graphic .item.fifth-item{
		margin-bottom: 0;
	}
}

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

	.tax-theme .upper-entry-header,
	.single .entry-header {
		width: 100%;
		margin: 0;
		padding: 25px 30px;
		bottom: 0;
		position: relative;
	}

	.single .image-header-wrap .image-wrap {
		display: inline-block;
	}

	.single .image-header-wrap {
		background: transparent;
	}

	.single .image-header-wrap .other-posts-header-sidebar {
		background: #c1b796;
	}

	.footer-widgets-1 .widget, .footer-widgets-1 #nav_menu-3.widget, .footer-widgets-1 #nav_menu-2.widget {
		width: 50%;
	}

	.archive .leadership-team article img,
	.page.global-leadership article img,
	.archive .leadership-team .entry-header, 
	.page.global-leadership .leadership-team .entry-header,
	.archive .leadership-team .entry-content, 
	.page.global-leadership .leadership-team .entry-content  {
		width: 100%;
	}

	.archive.tax-office main article {
  		height: 330px;
	}

	section.tools img {
		width: 40%;
	}

	.page-template-page-clientPublications .title-section, .page-template-page-clientPublications .intro-text-section {
		width: 100% !important;
		float: none !important;
		min-height: 0px !important;
	}

	.clientPublications_sidebar, .clientPublications_content {
		width: 100%;
		float: none;
	}

	.clientPublications_sidebar img {
		width: 15%;
		float: left;
		margin-right: 20px;
	}

	.clientPublications_sidebar h3 {
		display: inline-block;
		font-size: 22px;
		font-weight: bold;
	}
}


@media only screen and (max-width: 640px) {
	.widget.simple-social-icons ul li {
    	margin: 0 12px 12px 0 !important;
	}

	.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
		font-size: 26px !important;
	}
}

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

	.archive article, .search article, .blog article {
		width: 100% !important;
	}

	.archive.tax-office main article {
  		height: 100%;
  		padding-bottom: 20px;
	}

	.archive article, .search article, .blog article{
		margin-left: 0;
	}
	.archive .leadership-team .entry-header, .page.global-leadership .leadership-team .entry-header, .archive .leadership-team .entry-content, .page.global-leadership .leadership-team .entry-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.archive article, .search article, .blog article {
		height: 100%;
	}

	.archive article .button-color-bg, .search article .button-color-bg, .blog article .button-color-bg {
		position: relative;
	}

	.tax-theme aside.entry-sidebar article {
		height:auto;
		padding-bottom:15px;
	}

	.tax-theme aside.entry-sidebar article .button-color-bg {
		position: absolute;
	}


	div.wpcf7 {
    	padding: 20px 30px 0 30px !important;
	}

	.how-we-help-projects-themes.archive article { margin-left:0 !important; }
}

@media only screen and (max-width: 500px) {
	.tool-link-buttons {
		padding-bottom: 10%;
	}

	a.tool-link-button:first-child {
		margin-left: 0;
	}
	a.tool-link-button {
		width: 51.5%;
		padding:26.5% 0;
	}

	a.tool-link-button:first-child, a.tool-link-button:nth-child(2), a.tool-link-button:nth-child(3), a.tool-link-button:nth-child(4) {
		margin-top: 8%;
		margin-bottom: -13%;
	}

	.widget.simple-social-icons ul li {
  		margin: 0 6px 6px 0 !important;
	}

	.global-leadership .leadership-team .entry-title, .archive .entry .entry-title, .search .entry .entry-title, .blog .entry .entry-title,
	.global-leadership .leadership-team .entry-title, .archive .leadership-team .entry-title {
		font-size: 18px;
	}

	.single .other-post .post-secondary-info {
		display: none;
	}

	.single .entry-title {
		font-size: 22px;
	}

	.office-group {
		width: 50%;
		min-height: 100px;
	}

	.tax-office .office-group {
		width: 100%;
	}

	.home-project .image-wrap {
		width: 100%;
		position: relative;
	}

	.home-project .button-white-bg {
		position: relative;
	}

	.flexslider ul.slides {
		padding: 30px 0 0;
	}

	.footer-widgets-1 .widget.widget_search {
		width: 100%;
	}

	.one-fifth, .four-fifths {
		width: 100%;
		margin-left: 0;
	}

	section.tools img {
	    width: 45%;
	    padding-right: 0;
	}

	section.tools p {
		font-size: 16px;
	}

	.methods-graphic .item.third-item {
		min-width: 0;
		width: 100%;
		max-width: 314px;
    	margin: 0 auto;
	}

	.methods-graphic ul.graphic {
    	padding-top: 190.12738854%;
    	background: url(images/methods-graphic-vertical.png) no-repeat;
    	background-size: cover;
    	width: 100%;
    	background-position: center 0;
	}
	.methods-graphic ul.graphic.lang-pr {
		background: url(images/methods-graphic-vertical-pr.png) no-repeat;
		background-size: cover;
	}

	.methods-graphic .first-item br,
	.methods-graphic .fifth-item br {
		display: none;
	}

	.home .bounding-box {
		width: 100%;
	}
	.bounding-box .three-fifths.home-methods-graphic {
		min-width: 0;
		width: 100%;
    	margin: 0 auto;
    	max-width: 314px;
    	float: none;
    	overflow: hidden;
	}

	.home-methods-graphic ul.graphic {
    	padding-top: 190.12738854%;
    	background: url(images/home-methods-graphic-vertical.png) no-repeat;
    	background-size: cover;
    	width: 100%;
    	background-position: center 0;
	}
	.home-methods-graphic ul.graphic.lang-pr {
    	background: url(images/home-methods-graphic-vertical-pr.png) no-repeat;
	}
}

.bright.homepage {
	padding: 0;
}
.bright.homepage section.banner-image {
	margin-bottom: 0;
}

.bright.homepage .text h1 {
	font-size: 32px;
}
.bright.homepage .text {

	padding: 35px 20px 20px 70px;
	font-size: 18px;
	text-align:left; 
	background: #ff4f00;
	color: #fff;
	line-height: 1.4em;
}
.bright.homepage .text hr {
    color: #FFF;
    width: 108px;
    background: #FFF;
    height: 1px;
    border: none;
	margin: 0 0 10px 0;
}
.bright.homepage .intro {
	font-size:17px;
}
.bright.homepage .three-fifths {
	border-left:5px solid #fff;
}
.flexslider {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;

}

@media only screen and (max-width: 800px) {
	.bright.homepage .three-fifths {
		border-left:none;
	}
}
@media only screen and (max-width: 960px) {

	.bright.homepage .intro {
		display:none;
	}
}
@media only screen and (max-width: 1100px) {

	.bright.homepage h1 {
		font-size:28px;
		line-height: 1em;
	}
}
@media only screen and (max-width: 1200px) {

	.bright.homepage .intro {
		display:none;
	}
}

.none-found {

	display:block;
	padding:10px 40px;
}
.theme-list {
	margin-top:5px;
	font-size:16px;
}
.theme-list a { margin-top:5px; margin-right:10px; }
.theme-list a:hover { text-decoration:none !important; }