/*
Theme Name: Verdis Group
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Theme for Verdis Group, designed and developed by Oxide Design Co.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: verdis
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

verdis is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
		### Home
			#### Services radial transition
	## Comments
	## Search
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: Garamond, Georgia, serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size: 100%;
}

body {
	margin: 0;
	position: relative;
	height: 100%;
	overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: rgb(65, 65, 65);
	font-family: Gotham, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Garamond, Georgia, serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	margin: 0 0 1.5em 3em;
}

ul {
  margin: 0;
  padding: 0;
}

ul {
	list-style: none;
}

.highered-post-image ul {
	list-style: disc;
	margin: 0 0 0 15px;
}

.highered-post-image li {
	line-height: 1.5;
	margin-bottom: 12px;
}

ol {
	list-style: decimal;
}

li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #999999;
	color: #ffffff;
	border: none;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	padding: 8px 15px;
	-webkit-transition: transform .2s, box-shadow 0.2s;
    -moz-transition: transform .2s, box-shadow 0.2s;
    transition: transform .2s, box-shadow 0.2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-transform: translateY(1px);
	  	-ms-transform: translateY(1px);
	      	transform: translateY(1px);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: rgb(65, 65, 65);
	border: 1px solid rgb(65, 65, 65);
	padding: 3px;
	height: 30px;
}

select {
	border: 1px solid rgb(65, 65, 65);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #555555;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1e8e02;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

a:focus {
	outline: thin dotted;
	color: rgba(30, 142, 2, 0.8);
}

a:hover,
a:active {
	outline: 0;
	color: inherit;
	opacity: 0.8;
	text-decoration: none;
}

a.post-edit-link {
	color: #dddddd;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999999;
	font-size: 0.75rem;
	padding-bottom: 15px;
	opacity: 0.5;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*#nav-container {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
    padding: 0;
}*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

.menu-toggle {
	display: none;
}

#nav-container {
	/*margin: 80px 0;*/
}

.main-navigation > div {
	/*position: fixed;*/
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: 90px;
	z-index: 999999;
	background-color: rgba(30, 142, 2, 0.96);
	/*-webkit-transition: box-shadow 0.2s, top 0.3s, height 0.2s;
	transition: box-shadow 0.2s, top 0.3s, height 0.2s;*/
	-webkit-transition: box-shadow 0.2s, height 0.2s;
	transition: box-shadow 0.2s, height 0.2s;
}

.main-navigation > div.menu-secondary-menu-container {
	position: fixed;
}

.single-services .main-navigation > div.menu-secondary-menu-container,
.single-case_studies .main-navigation > div.menu-secondary-menu-container {
	position: absolute;
}

.single-services .main-navigation > div,
.single-case_studies .main-navigation > div,
.home .main-navigation > div {
	/*top: 72px;
	height: 60px;*/
	top: 40px;
	background-color: transparent;
}

.single-services .main-navigation > div:before,
.single-case_studies .main-navigation > div:before,
.home .main-navigation > div:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background-color: rgba(30, 142, 2, 0.96);
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
}

.nav-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(30, 142, 2, 0.96);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	z-index: 999998;
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
}

.main-navigation > div.fix-top,
.single-services .main-navigation > div.menu-secondary-menu-container.fix-top,
.single-case_studies .main-navigation > div.menu-secondary-menu-container.fix-top {
	top: 0;
	position: fixed;
	/*height: 60px;*/
}

.single-services .main-navigation > div.scrolled-nav,
.single-case_studies .main-navigation > div.scrolled-nav,
.home .main-navigation > div.scrolled-nav {
	/*background-color: rgba(30, 142, 2, 1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	opacity: 0.96;*/
}

.single-services .main-navigation > div.scrolled-nav:before,
.single-case_studies .main-navigation > div.scrolled-nav:before,
.home .main-navigation > div.scrolled-nav:before {
	/*height: 90px;*/
	height: 0;
}

.specialty-page-nav.main-navigation > div {
	background-color: rgba(30, 142, 2, 0);
	transition: background-color 0.15s;
}

.specialty-page-nav.main-navigation > div.specialty-nav-content {
	background-color: rgba(30, 142, 2, 0.96);
}

.main-navigation ul {
	position: relative;
	width: 100%;
	max-width: 1140px;
	height: 100%;
	margin: 0 auto;
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.main-navigation ul li {
	margin-right: 14px;
}

.main-navigation .menu-secondary-menu-container ul li:first-of-type {
	display: none;
}

.main-navigation ul li.search-icon {
	margin-right: 25px;
}

.main-navigation ul li#search-form {
	position: absolute;
	right: 0;
	top: 75px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 0;
}

.main-navigation ul li#search-form.active-search {
	opacity: 1;
}

.main-navigation ul li a {
	color: #ffffff;
	position: relative;
	padding: 0 8px;
	height: 90px;
    display: table-cell;
    vertical-align: middle;
}

.single-services .main-navigation ul li a
.single-case_studies .main-navigation ul li a,
.home .main-navigation ul li a {
/*	height: 60px;*/
}

.main-navigation ul li a:after {
	display:block;
	position: absolute;
	bottom: 28px;
	width: calc(100% - 16px);
	content: '';
	border-bottom: solid 1px rgba(255,255,255,1); 
	-ms-transform: scaleX(0);
	-webkit- transform: scaleX(0);  
	transform: scaleX(0);  
	-webkit-transition: -webkit-transform 0.2s, bottom 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s, bottom 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.single-services .main-navigation ul li a:after,
.single-case_studies .main-navigation ul li a:after,
.home .main-navigation ul li a:after {
	bottom: 30px;
}

.main-navigation ul li a:active,
.main-navigation ul li a:focus {
	outline: rgba(255,255,255,0.3) thin dotted;
}

.main-navigation ul li a.active:after,
.main-navigation ul li.active a:after,
.single-case_studies #menu-item-12 a:after,
.post-type-archive-case_studies #menu-item-99 a:after,
.single-services #menu-item-98 a:after {
	-ms-transform: scaleX(1);
	-webkit- transform: scaleX(1);  
	transform: scaleX(1);
	-ms-transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.main-navigation ul li#search-form {
		position: relative;
		right: 0;
		top: 0;
		display: block;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.single-services .site-header,
.single-case_studies .site-header,
.home .site-header,
.page-id-4152 .site-header {
	position: relative;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: 999999;
    height: 550px;
}

.single-case_studies .site-header {
 	background-color: rgb(60,164,16);
}

.home .site-header #home-radial-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(60,164,16);
	background-image: -webkit-linear-gradient(rgb(90,185,29), rgb(30,143,3));
    background-image: -o-linear-gradient(rgb(90,185,29), rgb(30,143,3));
    background-image: -moz-linear-gradient(rgb(90,185,29), rgb(30,143,3));
    background-image: linear-gradient(rgb(90,185,29), rgb(30,143,3));
    mix-blend-mode: multiply;
    z-index: -1;
}

.single-services .site-header {
	background-size: cover;
}

.single-case_studies .site-header #single-cs-radial-overlay,
.page-id-4152 .site-header #single-cs-radial-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	mix-blend-mode: multiply;
	background-position: center top;
	opacity: 0.75;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.boohiss.home .site-header {
	background-image: url(http://verdis.dev/wp-content/themes/verdis/inc/images/AltHomeBG.jpg);
}

.boohiss.home .site-header #home-radial-overlay,
.boohiss.home .site-header::before {
	height: 0;
	width: 0;
}

.site-header .container {
	height: 100%;
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: column;
  	flex-direction: column;
}

.site-branding {
	height: 90px;
	z-index: 999999;
}

.single-services .site-branding,
.single-case_studies .site-branding,
.home .site-branding {
	height: 100%;
}

.site-branding a:hover,
.site-branding a:active {
	opacity: 1;

}

.site-branding img {
	/*position: fixed;
	top: 18px;
	left: 0;*/
	position: relative;
	height: 55px;
	width: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	  	-ms-transform: translateY(-50%);
	      	transform: translateY(-50%);
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
	z-index: 10000000;
}

.home .site-branding img,
.single-case_studies .site-branding img {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.single-services .site-branding img,
.single-case_studies .site-branding img,
.home .site-branding img {
	position: relative;
	margin: 40px 0 40px 30px;
	width: 256px;
	height: auto;
	top: 0;
	-webkit-transform: translateY(0);
	  	-ms-transform: translateY(0);
	      	transform: translateY(0);
}

.site-branding img.fix-logo.not-home {
	top: 45px;
	position: fixed;
}

.site-branding img.not-home {
	margin-left: 30px;
	top: 45px;
	position: fixed;
}

.home .site-branding img.fix-logo,
.single-case_studies .site-branding img.fix-logo,
.single-services .site-branding img.fix-logo {
	top: 15px;
	position: fixed;
	margin: 0 0 0 30px;
	width: 175px;
}

.specialty-logo img.fix-logo {
	position: fixed;
	top: 45px;
	position: fixed;
	margin: 0;
}

#single-service-header-content,
#single-cs-header-content,
#home-header-content {
	margin: auto 0 0;
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2;
}

#single-service-header-content #header-content,
#single-cs-header-content #header-content,
#home-header-content #header-content {
	display: block;
	border-top: 1px solid rgba(255,255,255,1);
	padding: 80px 0 80px 30px;
	-webkit-flex-basis: 570px;
	flex-basis: 570px;
	margin-left: -15px;
}

#single-service-header-content #header-content {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#single-service-header-content #header-content h1,
#single-cs-header-content #header-content h1,
#home-header-content #header-content h1 {
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 10px;
}

@media only screen and (max-width: 499px) {
	#single-service-header-content #header-content {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
	}

	#single-service-header-content #header-content h1,
	#single-cs-header-content #header-content h1,
	#home-header-content #header-content h1 {
		font-size: 38px;
	}

}

#single-service-header-content #header-content h1,
#single-cs-header-content #header-content h1 {
	margin: 0 15px 10px 0;
}

#single-cs-header-content #header-content p,
#home-header-content #header-content p {
	font-size: 30px;
	font-weight: 100;
	color: #ffffff;
	margin: 0;
}

#single-service-header-content #header-content h1{
	-webkit-flex-basis: 450px;
	flex-basis: 450px;
}

#single-service-header-content #header-content img {
	width: 90px;
	height: 90px;
	margin: 0 30px 30px 0;
}

#nav-icon {
	display: none;
	z-index: 1000000;
	position: fixed;
	top: 30px;
	right: 30px;
	width: 35px;
	height: 30px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #E0E0E0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

#nav-icon.open span {
	background: #ffffff;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
	top: 12px;
}

#nav-icon span:nth-child(4) {
	top: 24px;
}

#nav-icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

@media only screen and (max-width: 950px) {

	.site-branding img.not-home,
	.site-branding img.fix-logo.not-home,
	.home .site-branding img.fix-logo,
	.specialty-logo img,
	.specialty-logo img.fix-logo {
		position: absolute;
		top: 45px;
		left: 30px;
		z-index: 999998;
	}

	/*.specialty-logo img.fix-logo {
		top: 45px;
		margin-left: 0;
		z-index: 999998;
	}*/
	
	.single-case_studies .site-branding img,
	.single-case_studies .site-branding img.fix-logo,
	.single-services .site-branding img,
	.single-services .site-branding img.fix-logo,
	.home .site-branding img,
	.home .site-branding img.fix-logo {
		position: absolute;
		top: 15px;
		left: 30px;
		z-index: 999998;
		width: 175px;
		margin: 0;
	}
}

@media only screen and (max-width: 991px) {
 	.site-header {
 		height: 100%;
 	}

	#nav-icon {
		display: block;
	}

	.nav-background {
		display: none;
	}

	.main-navigation > div,
	.single-services .main-navigation > div,
	.single-case_studies .main-navigation > div,
	.home .main-navigation > div {
		top: 0;
		height: 100vh;
		background-color: rgba(30, 142, 2, 0.96);
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
		-webkit-transform: translateX(100%) translateY(-100%);
	    -ms-transform: translateX(-00%) translateY(-100%);
	    transform: translateX(100%) translateY(-100%);
	}
	
	.main-navigation > div.menu-open,
	.single-services .main-navigation > div.menu-open,
	.single-case_studies .main-navigation > div.menu-open,
	.home .main-navigation > div.menu-open {
		-webkit-transform: translateX(0%) translateY(0%);
	    -ms-transform: translateX(0%) translateY(0%);
	    transform: translateX(0%) translateY(0%);
	}

	.main-navigation ul {
		-webkit-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-align-items: center;
		align-items: center;
	}

	.main-navigation ul li {
		width: 200px;
	}

	.main-navigation ul li a {
		float: left;
		position: relative;
	}

	.main-navigation .menu-secondary-menu-container ul li:first-of-type {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.home .site-header {
		background-size: cover;
	}

	#single-service-header-content #header-content,
	#single-cs-header-content #header-content,
	#home-header-content #header-content {
		border: none;
	}
}

@media only screen and (max-width: 594px) {
	.main-navigation ul li a {
		height: 60px;
	}

	.main-navigation ul li a:after {
		bottom: 13px;
	}
}

@media only screen and (max-width: 499px) {
	.single-services .site-header,
	.single-case_studies .site-header,
	.home .site-header {
		height: 100%;
	}

	#single-service-header-content #header-content, 
	#single-cs-header-content #header-content, 
	#home-header-content #header-content {
		padding-top: 95px;
	}

	#single-service-header-content #header-content h1{
		-webkit-flex-basis: 0;
		flex-basis: 0;
	}

}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single-post {
	margin: 0 auto;
}

.post-content-wrapper {
	margin-top: 60px;
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom: 80px;
	-webkit-justify-content: flex-start; 
	justify-content: flex-start;
}

.post-content-wrapper .post-image {
	-webkit-flex-basis: 460px;
	flex-basis: 460px;
	/*padding-left: 15px;*/
	padding-right: 15px;
}

.post-content-wrapper .post-image blockquote,
.highered-post-image {
	margin: 0;
	padding: 0;
	font-size: 18px;
	border-left: none;
}

.highered-post-image p {
	margin-bottom: 8px;
}

.highered-testemonial {
	padding-top: 60px;
}

.post-content-wrapper .post-image .highered-testemonial blockquote {
	color: rgb(30, 142, 2);
	line-height: 1.5;
	margin: 0 0 20px;
}

.key-services .post-image {
	order: 1;
}

.key-services .post-content {
	order: 0;
}

.post-content-wrapper.key-services .post-image {
	-webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 674px;
}

.key-services .post-image h2 {
	font-family: Gotham, Helvetica, sans-serif;
}

@media only screen and (min-width: 1200px) {
	.key-services .post-image {
		order: 0;
	}

	.key-services .post-content {
		order: 1;
	}

	.post-content-wrapper.key-services .post-image {
		-webkit-flex-basis: 460px;
    	flex-basis: 460px;
	}
}

.highered-post-content h1 {
	margin-top: 0;
}

.clients-intro p {
	font-size: 20px;
	line-height: 1.5;
}

.post-content-wrapper .post-image img {
	padding-right: 15px;
}

.single-case_studies .post-content-wrapper .post-image img {
	max-width: 160px;
	padding: 0;
}

.post-content-wrapper .post-image .testimonial-wrapper {
	margin: 60px 0;
	max-width: 420px;
}

.post-content-wrapper .post-image .testimonial-wrapper p {
	margin-bottom: 30px;
	font-family: Garamond, Georgia, serif;
	font-weight: 900;
	font-size: 24px;
	color: #1e8e02;
}

.post-content-wrapper .post-image .testimonial-wrapper .single-testimonial {
	margin-top: 60px;
}

.post-content-wrapper .post-image .testimonial-wrapper .single-testimonial:first-of-type {
	margin-top: 0;
}

.post-content-wrapper .post-image .testimonial-wrapper p.name {
	font-family: Gotham, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px
}

.post-content-wrapper .post-image .testimonial-wrapper h5 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

.post-content-wrapper .post-image .testimonial-wrapper h5 em {
	font-weight: 900;
}

.post-content-wrapper .post-content {
	-webkit-flex-basis: 674px;
	flex-basis: 674px;
	max-width: 674px;
	/*padding-left: 15px;*/
	padding-right: 15px;
	margin-left: auto;
}

.post-content-wrapper .post-content h1.post-title {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	color: #1e8e02;
	max-width: 560px;
}

.post-content-wrapper .post-content .post-meta .geb-meta {
	font-size: 18px;
	font-weight: 700;
	color: #1e8e02;
}

.post-content-wrapper .post-content .post-meta ul {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.post-content-wrapper .post-content .post-meta ul li {
	margin-right: 15px;
}

.post-content-wrapper .post-content .post-meta ul:last-of-type li {
	margin-right: 30px;	
}

.post-content-wrapper .post-content .post-meta ul li h5 {
	margin: 0;
	font-size: 18px;
}

.post-content-wrapper .post-content .post-meta ul li a {
	font-size: 14px;
}

.post-content-wrapper .post-content .post-meta ul:first-of-type li a {
	text-transform: none;
}

.post-content-wrapper .post-content .single-post-content {
	margin-bottom: 60px;
	font-family: Garamond, Georgia, serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: rgb(65, 65, 65);
}

.post-content-wrapper .post-content .single-post-content h1 {
	font-family: Gotham, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 30px;
}

.post-content-wrapper .post-content .single-post-content p {
	font-family: Garamond, Georgia, serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 18px;
}

.post-content-wrapper .post-content .single-post-content ol,
.post-content-wrapper .post-content .single-post-content ul {
	font: inherit;
}

.post-content-wrapper .post-content .single-post-content ul {
	list-style-type: circle;
	list-style-position: inside;
}

.post-content-wrapper .post-content .single-post-content {
	max-width: 100%;
}

.post-content-wrapper .post-content .single-post-content p a {
	text-transform: none;
	font: inherit;
}

.post-content-wrapper .post-content .single-post-content > p:first-of-type {
	font-size: 18px;
	font-weight: 700;
	font-family: Gotham, Helvetica, sans-serif;
}

.wp-caption .wp-caption-text {
	font-weight: 300;
	font-size: 14px;
	font-family: Gotham, Helvetica, sans-serif;
}

.single-services .post-content-wrapper .post-content .single-post-content h2,
.single-services .post-content-wrapper .post-content .single-post-content h3,
.single-services .post-content-wrapper .post-content .single-post-content h4,
.single-services .post-content-wrapper .post-content .single-post-content h5,
.page-id-4152 .post-content-wrapper .post-content .single-post-content h3,
.page-id-4152 .post-content-wrapper .post-content .single-post-content h4,
.page-id-4152 .post-content-wrapper .post-content .single-post-content h5 {
	font-family: Gotham, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 15px;
}

.single-services .post-content-wrapper .post-content .single-post-content h4 {
	margin-top: 0;
	margin-bottom: 15px;
}

.single-services .post-content-wrapper .post-content .single-post-content p:first-of-type,
.single-services .post-content-wrapper .post-content .single-post-content p,
.page-id-4152 .post-content-wrapper .post-content .single-post-content p:first-of-type,
.page-id-4152 .post-content-wrapper .post-content .single-post-content p {
	font-family: Garamond, Georgia, serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 18px;
}

.post-content-wrapper .post-content .post-social ul {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-content-wrapper .post-content .post-social ul li {
	margin-right: 30px;
}

.post-content-wrapper .post-content .post-social ul li a.post-edit-link {
	position: relative;
}

.single-team .post-content-wrapper .post-content .post-social ul li a {
	text-transform: inherit;
	font: inherit;
}

.single-team .post-content-wrapper .post-content .post-social ul li {
	text-transform: none;
	font-weight: 700;
}

.blog-meta {
	background-color: #f0f0f0;
	padding: 30px 0;
}

.blog-meta-wrapper {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-meta .blog-meta-wrapper .tags,
.blog-meta .blog-meta-wrapper .clients,
.blog-meta .blog-meta-wrapper .authors {
	padding-top: 30px;
	-webkit-flex-basis: 380px;
	flex-basis: 380px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: 900;
	font-family: Gotham, Helvetica, sans-serif;
	text-transform: uppercase;
}

.blog-meta .blog-meta-wrapper .tags h2,
.blog-meta .blog-meta-wrapper .clients h2,
.blog-meta .blog-meta-wrapper .authors h2 {
	font: inherit;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid rgb(65, 65, 65);
}

.blog-meta .blog-meta-wrapper ul .tags {

}

.blog-meta .blog-meta-wrapper ul {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-flex-direction: column;
  	flex-direction: column;
}

.blog-meta .blog-meta-wrapper ul li {
	width: 175px;
	margin-right: 15px;
	margin-bottom: 18px;
}

.blog-meta .blog-meta-wrapper ul li a {
	color: rgb(65, 65, 65);
}

.blog-meta .blog-meta-wrapper ul li a.active {
	color: #1e8e02;
}

.recent-posts {
	margin-top: 60px;
	margin-bottom: 60px;
}

.page-title {
	font-weight: 900;
	font-size: 24px;
	margin: 0 0 15px 15px;
}

.recent-posts ul {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-flow: wrap;
  	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.recent-posts ul li {
	-webkit-flex-basis: 350px;
  	flex-basis: 350px;
  	margin: 15px;
  	position: relative;
  	display: block;
  	background-size: cover;
  	background-repeat: no-repeat;
  	width: 350px;
  	height: 350px;
  	max-width: 100%;
  	max-height: 100%;
}

.recent-posts ul li {
	color: #ffffff;
}

.recent-posts ul li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}

.recent-posts ul li .overlay .image-layer,
.recent-posts ul li .overlay .color-layer {
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }

.recent-posts ul li .overlay .image-layer {
	opacity: 0.75;
	mix-blend-mode: multiply;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
	background-repeat: no-repeat;
 }

.recent-posts ul li .overlay .color-layer {
	background-color: #1e8e02;
	mix-blend-mode: multiply;
}
.recent-posts ul li .recent-post-content {
	z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #ffffff;
    padding: 30px 30px 25px;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: column;
  	flex-direction: column;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper a {
	font: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	color: inherit;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper .label {
	font-size: 14px;
	font-weight: 900;
	padding: 0 0 25px;
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper .label:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper h1 {
	font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 25px;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper h1 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.single-services .recent-posts ul li .recent-post-content .recent-post-wrapper h1 a {
	overflow: visible;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper .meta {
	position: absolute;
	bottom: 0;
	left: 0;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper .meta h6,
.recent-posts ul li .recent-post-content .recent-post-wrapper .meta p {
	display: inline-block;
	margin: 0 10px 0 0;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper .meta h6 {
	font-size: 18px;
    font-weight: normal;
}

.recent-posts ul li .recent-post-content .recent-post-wrapper .meta p {
	font-size: 14px;
	font-weight: 900;
}

.more-blog-posts {
	margin: 15px auto 0 auto;
	display: table;
}

.more-blog-posts a {
	text-align: center;
	margin: 0 5px;
}

@media only screen and (max-width: 991px) {
	.post-content-wrapper .post-image {
		margin-right: auto;
		margin-left: auto;
	}

	.post-content-wrapper .post-content {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 499px) {
	.recent-posts ul li .recent-post-content .recent-post-wrapper h1 {
		font-size: 40px;
	}
}

/*--------------------------------------------------------------
### Home
 -------------------------------------------------------------*/

section {
	position: relative;
	display: block;
}

section#featured {
	background-color: #ffffff;
}

.slick-dots {
	bottom: 0;
}

.slick-dots li button:before {
	font-size: 12px;
}

#featured #featured-wrapper .slick-arrow {
    display: inline-block;
    position: absolute;
   	top: 50%;
   	-webkit-transform: translateY(-50%);
   	transform: translateY(-50%);
   	text-indent: 100%;
    overflow: hidden;
    width: 42.5px;
    height: 42.5px;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

#featured #featured-wrapper .slick-arrow:focus {
	outline: none;
}

#featured #featured-wrapper .left-arrow {
	left: -10px;
	background-image: url(inc/images/left-arrow.svg);
	background-position-x: left; 
}

#featured #featured-wrapper .right-arrow {
	right: -10px;
	background-image: url(inc/images/right-arrow.svg);
	background-position-x: right; 
}

#featured #featured-wrapper .slick-track {
	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: stretch;
	align-items: stretch;
	margin-top: 30px;
}

#featured #featured-wrapper .featured-item {
	padding: 0 15px;
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	flex-wrap: wrap;
  	-webkit-flex-wrap: wrap;
  	-webkit-align-items: stretch;
	align-items: stretch;
	outline: none;
	-webkit-justify-content: center;
    justify-content: center;
}

#featured #featured-wrapper .featured-item .impact-visual {
	-webkit-flex-basis: 420px;
	flex-basis: 420px;
	margin-right: 40px;
}

#featured #featured-wrapper .featured-item .impact-visual svg {
	max-height: 380px;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper {
	margin: 30px 40px 40px 0;
	-webkit-flex-basis: 600px;
	flex-basis: 600px;
}

#featured #featured-wrapper .featured-item .content-wrapper {
	padding: 0 15px;
	height: 100%;
	max-width: 100%;
	
}

#featured #featured-wrapper .featured-item .content-wrapper#video {
	-webkit-flex-basis: 600px;
	flex-basis: 600px;
}

#featured #featured-wrapper .featured-item .content-wrapper#video .content > * {
	margin-top: 0;
	margin-bottom: 15px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content {
	margin: 30px 0; 
}

#featured #featured-wrapper .featured-item .content-wrapper .content {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	flex-wrap: wrap;
  	-webkit-flex-wrap: wrap;
  	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#text-block {
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#text-block .col-1 {
	-webkit-flex-basis: 435px;
	flex-basis: 435px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#text-block .col-2 {
	-webkit-flex-basis: 662px;
	flex-basis: 662px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#text-block div > * {
	padding: 15px;
	margin: 0;
}

#text-block h1,
#text-block h2,
#text-block h3,
#text-block h4,
#text-block h5,
#text-block h6 {
	font-family: Garamond, Georgia, serif;
}

#text-block h1 {
	font-size: 48px;
	line-height: 48px;
}

#text-block p {
	font-family: Garamond, Georgia, serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#text-block a {
	font: inherit;
	text-orientation: inherit;
}

#featured #featured-wrapper .featured-item .content-wrapper#video .content p,
#featured #featured-wrapper .featured-item .content-wrapper .content#text-block p {
	font-family: Garamond, Georgia, serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content a {
	font: inherit;
	text-transform: inherit;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side {
    -webkit-flex-basis: 435px;
	flex-basis: 435px;
	padding: 0 15px 30px 15px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side .video-parent {
	width: 400px;
}

@media only screen and (max-width: 499px) {
	#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side .video-parent {
		width: 100%;
		max-width: 400px;
	}
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side img {
    margin: 0 auto;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side#team-featured h2,
#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side h2 {
	margin: 0;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side h1 {
	margin: 0 0 30px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side .service-content img {
	-webkit-filter: invert(33%);
    filter: invert(33%);
    max-width: 200px;
    margin: 0 auto;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side#team-featured h1,
#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side h1,
#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side h1,
#featured #featured-wrapper .featured-item .content-wrapper#video .content .featured-video h1 {
	font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 0 30px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog h2,
#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog h3,
#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog h4,
#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog h5,
#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog h6 {
	margin-top: 0;
	margin-bottom: 15px;
}

#featured #featured-wrapper .featured-item .content-wrapper#video .content .featured-video h1 {
	font-family: Garamond, Georgia, serif;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side#team-featured h1 {
	margin: 0;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side#team-featured h5,
#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side h5 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side#team-featured h5 {
	margin-bottom: 30px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side {
    -webkit-flex-basis: 662px;
	flex-basis: 662px;
	padding: 0 15px;
}

@media only screen and (min-width: 1200px) {
	#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side {
		margin-left: auto;
	}
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side p {
	font-family: Garamond, Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side a#learn {
 	color: rgb(65, 65, 65);
    padding: 25px 30px;
    border: 1px solid rgb(65, 65, 65);
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.2s, border-color 0.2s;
    -moz-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
    margin-top: 30px;
}

#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side a#learn:hover {
	color: #1e8e02;
	border-color: #1e8e02;
}

#featured #featured-wrapper .featured-item .content-wrapper#video .content p {
	position: relative;
	width: 100%;
}

p.video-parent {
	position: relative;
}

#featured #featured-wrapper .featured-item .content-wrapper#video .content p.video-parent {
	max-width: 400px;
}

p.video-parent:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 56.25%;
}

p iframe {
	position: absolute;
	margin-top: -56.25%;
}

p.video-parent iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

#featured #featured-wrapper .featured-item .content-wrapper#video .content p.video-parent iframe {
	position: absolute;
	height: 100%;
}

#featured #featured-wrapper .featured-item .content-wrapper p {
	max-width: 100%;
	margin-bottom: 15px;
}

#featured #featured-wrapper .featured-item .content-wrapper p:last-of-type {
	margin-bottom: 0;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content {
	
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content img {
	display: block;
	max-width: 135px;
	height: auto;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content > p {
	margin: 30px 45px 30px 0;
	font-size: 24px;
	font-weight: normal;
	color: #1e8e02;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content .impact-detail {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-align-items: stretch;
	align-items: stretch;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content .impact-detail .detail-item {
	-webkit-flex-basis: 200px;
	flex-basis: 200px;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content .impact-detail .detail-item:first-of-type {
	-webkit-flex-basis: 250px;
	flex-basis: 250px;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content .impact-detail .detail-item:nth-of-type(2) {
	-webkit-flex-basis: 140px;
	flex-basis: 140px;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content .impact-detail .detail-item:nth-of-type(3) {
	-webkit-flex-basis: 210px;
	flex-basis: 210px;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content .impact-detail .detail-item h4 {
	font-family: Gotham, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 900;
	color: #1e8e02;
	margin: 0;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content .impact-detail .detail-item p {
	font-family: Garamond, Georgia, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content .impact-detail .detail-item p em {
	font-weight: 900;
}

@media only screen and (min-width: 1200px) {
	#featured #featured-wrapper .featured-item .content-wrapper .content {
		-webkit-align-items: stretch;
    	align-items: stretch;
	}
}

@media only screen and (max-width: 1199px) {
	#featured #featured-wrapper .featured-item .impact-visual {
		-webkit-flex-basis: 350px;
    	flex-basis: 350px;
	}

	#featured #featured-wrapper .featured-item .impact-content-wrapper {
		-webkit-flex-basis: 508px;
    	flex-basis: 508px;
	}

	#featured #featured-wrapper .featured-item .content-wrapper .content#text-block .col-1 {
		-webkit-flex-basis: 635px;
		flex-basis: 635px;
	}
}

@media only screen and (max-width: 991px) {
	
	#featured #featured-wrapper .featured-item {
	 	-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	 }

	#featured #featured-wrapper .featured-item .impact-visual {
		-webkit-flex-basis: 270px;
    	flex-basis: 280px;
    	margin-right: 20px;
	}

	#featured #featured-wrapper .featured-item .impact-content-wrapper {
		-webkit-flex-basis: 400px;
    	flex-basis: 400px;
    	margin-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#featured #featured-wrapper .slick-arrow {
		width: 30px;
		height: 30px;
		top: 33.33%;
	   	-webkit-transform: translateY(-66.67%);
	   	transform: translateY(-66.67%);
	}

	#featured #featured-wrapper .left-arrow {
		left: 5px;
	}

	#featured #featured-wrapper .right-arrow {
		right: 5px;
	}
	
	#featured #featured-wrapper .featured-item .impact-visual,
	#featured #featured-wrapper .featured-item .impact-content-wrapper {
		margin: 0 30px;
		-webkit-flex-basis: 100%;
    	flex-basis: 100%;
	}

	#featured #featured-wrapper .featured-item .impact-content-wrapper .impact-content > p {
		margin: 0;
	}
}

@media only screen and (max-width: 499px) {
	#featured #featured-wrapper .slick-track {
		display: -webkit-flex;
	  	display: flex;
	  	-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side#team-featured h1,
	#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .right-side h1,
	#featured #featured-wrapper .featured-item .content-wrapper .content#feature-blog .left-side h1,
	#featured #featured-wrapper .featured-item .content-wrapper#video .content .featured-video h1 {
		font-size: 40px;
		line-height: 40px;
	}
}

/*--------------------------------------------------------------
#### Services radial transition
--------------------------------------------------------------*/

#services {
	position: relative;
	display: block;
}

#services .radial-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#services .radial-slider > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	overflow: hidden;
}

#services .radial-slider > li.visible {
	position: relative;
	opacity: 1;
}

#services .radial-slider > li.is-animating,
#services .radial-slider > li.prev-slide,
#services .radial-slider > li.next-slide {
	opacity: 1;
}

#services .radial-slider > li.is-animating {
	z-index: 2;
}

#services .radial-slider > li.scale-down, #services .radial-slider > li.move-up {
	z-index: 3;
}

#services .radial-slider > li.move-up {
	/* class added to the navigation round element when clicked - used to create the click effect */
	-webkit-animation: clicked .2s;
	        animation: clicked .2s;
}

#services .radial-slider > li.scale-down {
	/* class added to the navigation round element to create the scale down effect  */
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

#services .radial-slider > li.prev-slide image, 
#services .radial-slider > li.next-slide image {
	/* make sure the prev/next round elements are visible */
	z-index: 3;
}

#services .radial-slider > li.next-slide {
	/* for the scale-down/click effect - change the transform origin so that it is the center of the navigation round element */
	-webkit-transform-origin: 92.14% 50%;
    	-ms-transform-origin: 92.14% 50%;
        	transform-origin: 92.14% 50%;
}

#services .radial-slider > li.prev-slide {
  	-webkit-transform-origin: 7.86% 50%;
      	-ms-transform-origin: 7.86% 50%;
          	transform-origin: 7.86% 50%;
}

#services .radial-slider .svg-wrapper {
	position: relative;
	z-index: 1;
	/* using padding Hack to fix bug on IE - svg height not properly calculated */
	height: 0;
	padding-bottom: 46.249%;
}

#services .radial-slider li.prev-slide .svg-wrapper,
#services .radial-slider li.next-slide .svg-wrapper {
	/* change its z-index so that it's always below the .radial-slider-content */
	z-index: 2;
}

#services .radial-slider-wrapper svg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#services .radial-slider-content {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateZ(0);
	      transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-size: cover;
	background-position: -1000%;
	background-repeat: no-repeat;
}

#services .visible .radial-slider-content {
  visibility: visible;
  opacity: 1;
}
#services .prev-slide .radial-slider-content {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
#services .next-slide .radial-slider-content {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

#services .radial-slider-content .services-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	  	-ms-transform: translateY(-50%);
	      	transform: translateY(-50%);
	margin: 0 auto;
	max-width: 950px;
}

#services .radial-slider-content .services-content h2 {
	font-weight: 700;
	font-size: 48px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	position: relative;
}

#services .radial-slider-content .services-content h2 a {
	font-family: Gotham, Helvetica, sans-serif;
}

/*#services .radial-slider-content .services-content .post-edit-link:first-of-type {
	position: relative;
	float: right;
}*/

#services .radial-slider-content .services-content p {
	font-weight: 100;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

#services .radial-slider-content .services-content ul {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 760px;
	margin: 0 auto;
}

#services .radial-slider-content .services-content ul li {
	color: #ffffff;
	margin: 15px;
	-webkit-flex-basis: 350px;
	flex-basis: 350px;
	height: 65px;
  	text-align: center;
  	border: 1px solid #fff;
  	font-weight: 900;
  	font-size: 14px;
  	position: relative;
}

#services .radial-slider-content .services-content ul li span {
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	  	-ms-transform: translateY(-50%);
	      	transform: translateY(-50%);
	margin: 0 auto;
}

#services .radial-slider-content .service-content {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow:  row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#services .radial-slider-content .service-content div {
	
}

#services .radial-slider-content .service-content .service-content-left {
	-webkit-flex-basis: 305px;
	flex-basis: 305px;
	margin: 30px;
}

#services .radial-slider-content .service-content .service-content-left img {
	width: 250px;
	max-width: 62.5%;
	display: table;
	margin: 0 auto;
}

#services .radial-slider-content .service-content .service-content-right {
	-webkit-flex-basis: 495px;
	flex-basis: 495px;
	margin: 30px 30px 30px 0;
}

#services .radial-slider-content .service-content .service-content-right h2,
#services .radial-slider-content .service-content .service-content-right p {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

#services .radial-slider-content .service-content .service-content-right p{
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

#services .radial-slider-content .service-content .service-content-right p:last-of-type {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 60px
}

#services .radial-slider-content .service-content .service-content-right a {
	color: #ffffff;
	height: 65px;
	width: 160px;
	border: 1px solid #ffffff;
	display: inline-block;
	text-align: center;
}

#services .radial-slider-content .service-content .service-content-right a span {
	margin: 0 auto;
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	  	-ms-transform: translateY(-50%);
	      	transform: translateY(-50%);
}

#services .content-reveal-left .radial-slider-content, 
#services .content-reveal-right .radial-slider-content {
	/* animate slide content when entering the viewport */
	-webkit-animation-delay: .1s;
	      animation-delay: .1s;
	-webkit-animation-fill-mode: both;
	      animation-fill-mode: both;
	opacity: 1;
	visibility: visible;
}

#services .content-hide-left .radial-slider-content, 
#services .content-hide-right .radial-slider-content {
	/* animate slide content when leaving the viewport */
	opacity: 0;
	visibility: hidden;
}

#services .content-reveal-left .radial-slider-content, 
#services .content-reveal-right .radial-slider-content, 
#services .content-hide-left .radial-slider-content, 
#services .content-hide-right .radial-slider-content {
	-webkit-animation-duration: .4s;
	        animation-duration: .4s;
}

#services .content-reveal-left .radial-slider-content {
  -webkit-animation-name: reveal-left;
          animation-name: reveal-left;
}

#services .content-reveal-right .radial-slider-content {
	-webkit-animation-name: reveal-right;
	        animation-name: reveal-right;
}

#services .content-hide-left .radial-slider-content {
	-webkit-animation-name: hide-left;
	    	animation-name: hide-left;
}

#services .content-hide-right .radial-slider-content {
	-webkit-animation-name: hide-right;
	    	animation-name: hide-right;
}

/* radial slider nav */
#services .radial-slider-navigation li {
	position: absolute;
	z-index: 6;
	right: 3.58%;
	top: 50%;
	height: 48px;
	width: 48px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-transform: translateY(-50%) scale(0);
	  	-ms-transform: translateY(-50%) scale(0);
	      	transform: translateY(-50%) scale(0);
}

#services .radial-slider-navigation li.show-nav {
	-webkit-transform: scale(1);
	  	-ms-transform: scale(1);
	      	transform: scale(1);
}

#services .radial-slider-navigation li a {
	display: block;
	height: 100%;
	/* replace text with image */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

#services .radial-slider-navigation li a::after {
	/* arrow icon */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	  -ms-transform: translateX(-50%) translateY(-50%);
	      transform: translateX(-50%) translateY(-50%);
	height: 100%;
    width: 100%;
    background-image: url(inc/images/icon-arrows.svg);
    background-repeat: no-repeat;
}

#services .radial-slider-navigation li a.prev::after {
	background-image: url(inc/images/left-arrowWhite.svg);
	background-position: 9px 0;
}

#services .radial-slider-navigation li a.next::after {
	background-image: url(inc/images/right-arrowWhite.svg);
	background-position: 13px 0;
}

#services .radial-slider-navigation li a:hover {
	/*-webkit-transform: scale(1.1);
	  	-ms-transform: scale(1.1);
	      	transform: scale(1.1);*/
}

#services .radial-slider-navigation li:last-of-type {
	left: 3.58%;
	right: auto;
}

/* radial slider keyframes */
@-webkit-keyframes reveal-left {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes reveal-left {
	0% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(50px);
		        transform: translateX(50px);
	}
	100% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
}
@-webkit-keyframes reveal-right {
	0% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-50px);
		        transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
}
@keyframes reveal-right {
	0% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-50px);
		        transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
}
@-webkit-keyframes hide-left {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
	100% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-50px);
		        transform: translateX(-50px);
	}
}
@keyframes hide-left {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
	100% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-50px);
		        transform: translateX(-50px);
	}
}
@-webkit-keyframes hide-right {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
	100% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(50px);
		        transform: translateX(50px);
	}
}
@keyframes hide-right {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
	100% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(50px);
		        transform: translateX(50px);
	}
}
@-webkit-keyframes clicked {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}
@keyframes clicked {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}

@media only screen and (max-width: 964px) {
	#services .radial-slider-content .service-content .service-content-left img {
		width: 125px;
	}
}

@media only screen and (max-width: 1050px) {
	#services .radial-slider .svg-wrapper svg image {
		visibility: hidden;
	}
	#services .radial-slider-content {
		background-size: cover;
		background-position: center top;
	}

	#services .radial-slider-content .service-content {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#services .radial-slider-navigation li {
		height: 30px;
		width: 30px;
	}
}

@media only screen and (max-width: 499px) {
	#services .radial-slider-content .service-content .service-content-left img {
		width: 90px;
	}

	#services .radial-slider-content .service-content .service-content-left,
	#services .radial-slider-content .service-content .service-content-right {
		margin: 15px 25px;
	}

	#services .radial-slider-content .services-content h2 {
		font-size: 40px;
		line-height: 40px;
		margin-top: 0;
	}

	#services .radial-slider-content .service-content .service-content-right p {
		font-size: 18px;
		line-height: 21px;
	}

	#services .radial-slider-content .service-content .service-content-right p:last-of-type {
		font-size: 21px;
	}
}

/* end Radial transition */


/* case studies section */
#case-studies {
	
}

#case-studies #case-studies-wrapper {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: column;
  	flex-direction: column;
  	padding-top: 60px;
	padding-bottom: 60px;
}

/*@media only screen and (min-width: 768px) {
	#case-studies #case-studies-wrapper {
		min-width: 760px;
	}
}*/

@media only screen and (max-width: 767px) {
	
	.post-content-wrapper {
		margin-bottom: 30px;
	}
}

#case-studies #case-studies-wrapper #cs-intro-section {
	position: relative;
 	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
 }

 #case-studies #case-studies-wrapper #cs-intro-section a.post-edit-link {
 	bottom: -15px;
 }

#case-studies #case-studies-wrapper #cs-intro-section p {
	-webkit-flex-basis: 674px;
  	flex-basis: 674px;
  	font-size: 18px;
  	line-height: 24px;
  	font-weight: 300;
  	margin-bottom: 24px;
}

#case-studies #case-studies-wrapper #cs-intro-section p:last-of-type {
	font-size: 18px;
	color: rgb(65, 65, 65);
	font-weight: bold;
}

.friendly-photo {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
}

#case-studies #case-studies-wrapper .case-studies-segue {
	font-weight: 700;
	font-size: 48px;
	margin: 15px;
	color: #1e8e02;
}

@media only screen and (max-width: 767px) {

	#case-studies #case-studies-wrapper .case-studies-segue {
		font-size: 38px;
	}
}

#case-studies #case-studies-wrapper .case-studies-segue a.post-edit-link {
	position: relative;
	margin-left: 15px;
	font-family: Gotham, Helvetica, sans-serif;
}

#case-studies #case-studies-wrapper .recent-cs-label {
	color: #1e8e02;
	font-family: Gotham, Helvetica, sans-serif;
	margin-left: 15px;
}

#case-studies #case-studies-wrapper .recent-cs-label a.post-edit-link {
	position: relative;
	margin-left: 15px;
}

#case-studies #case-studies-wrapper #cs-list ul {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-flow: wrap;
  	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#case-studies #case-studies-wrapper #cs-list ul li {
	-webkit-flex-basis: 350px;
  	flex-basis: 350px;
  	margin: 15px;
  	position: relative;
  	display: block;
  	background-size: cover;
  	background-repeat: no-repeat;
  	width: 350px;
  	height: 350px;
  	max-width: 100%;
  	max-height: 100%;
}

#cs-list ul li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}

#cs-list ul li .overlay .image-layer,
#cs-list ul li .overlay .color-layer {
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }

#cs-list li .overlay .image-layer {
	opacity: 0.75;
	mix-blend-mode: multiply;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
	background-repeat: no-repeat;
 }

#cs-list ul li .overlay .color-layer {
	background-color: #1e8e02;
	mix-blend-mode: multiply;
}

#case-studies #case-studies-wrapper #cs-list ul li a.post-edit-link {
	right: 5px;
}

#case-studies #case-studies-wrapper #cs-list ul li a {
	color: #ffffff;
	z-index: 1;
}

#case-studies #case-studies-wrapper #cs-list ul li a:hover,
#case-studies #case-studies-wrapper #cs-list ul li a:focus,
#case-studies #case-studies-wrapper #cs-list ul li a:active {
	text-decoration: none;
}

#case-studies #case-studies-wrapper #cs-list ul li .cs-item {
	padding: 30px;
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}

#case-studies #case-studies-wrapper #cs-list ul li .cs-item p.cs-num {
	margin-bottom: 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #ffffff;
	-webkit-flex-basis: 100%;
  	flex-basis: 100%;
  	height: 42px;
}

#case-studies #case-studies-wrapper #cs-list ul li .cs-item h1 {
	margin: 30px 0 25px;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	text-transform: none;
	-webkit-flex-basis: 100%;
  	flex-basis: 100%;
  	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#case-studies #case-studies-wrapper #cs-list ul li .cs-item p.cs-desc {
	position: absolute;
	bottom: 0;
	text-transform: none;
	font-weight: 900;
	font-size: 14px;
	max-width: 205px;
}

#case-studies #case-studies-wrapper #cs-list #more-case-studies {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

@media only screen and (max-width: 695px) {
	#case-studies #case-studies-wrapper #cs-intro-section {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* end case studies section */

/* team section */

#team {
	background-color: #f0f0f0;
}

#team #team-wrapper {
	padding: 60px 0;
}

#team #team-wrapper ul#team-list {
	position: relative;
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

#team #team-wrapper a.post-edit-link {
	position: relative;
	display: table;
	margin: 10px auto 0;
}

#team #team-wrapper ul#team-list li {
	-webkit-flex-basis: 165px;
  	flex-basis: 165px;
  	margin-left: 15px;
  	margin-right: 15px;
  	text-align: center;
  	font-weight: bold;
  	font-size: 14px;
}

#team #team-wrapper ul#team-list li a {
	text-transform: none;
}

#team #team-wrapper ul#team-list li span.team-portrait img {
	width: 160px;
	height: 160px;
	border: 1px solid rgba(153,153,153, 0.5);
}

#team #team-wrapper ul#team-list li span.team-name,
#team #team-wrapper ul#team-list li span.team-portrait {
	display: block;
}

#team #team-wrapper ul#team-list li span.team-name {
	margin: 30px 0;
}

#team #team-wrapper #join-team {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

/* end team section */

/* thought leadership section */

#blog {
}

#blog #thought-leadership-wrapper {
	padding-top: 60px;
	padding-bottom: 45px;
}

#blog #thought-leadership-wrapper .thought-leadership-segue {
	font-weight: 700;
	font-size: 48px;
	margin: 0 0 15px 15px;
	color: #1e8e02;
}

#blog #thought-leadership-wrapper .thought-leadership-segue a.post-edit-link {
	position: relative;
	margin-left: 15px;
	font-family: Gotham, sans-serif;
}

@media onyl screen and (max-width: 767px) {
	#blog #thought-leadership-wrapper .thought-leadership-segue {
		font-size: 38px;
	}
}

#blog #thought-leadership-wrapper ul#tl-list {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-flow: wrap;
  	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#blog #thought-leadership-wrapper ul#tl-list li {
	-webkit-flex-basis: 350px;
  	flex-basis: 350px;
  	margin: 15px;
  	position: relative;
  	display: block;
  	width: 350px;
  	height: 350px;
  	max-width: 100%;
  	max-height: 100%;
}

#blog #thought-leadership-wrapper ul#tl-list li a {
	color: #ffffff;
	text-transform: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	text-overflow: ellipsis;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-overlay .tl-image-layer,
#blog #thought-leadership-wrapper ul#tl-list li .tl-overlay .tl-color-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

#blog #thought-leadership-wrapper ul#tl-list li .tl-overlay .tl-image-layer {
	opacity: 0.75;
	mix-blend-mode: multiply;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
	background-repeat: no-repeat;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-overlay .tl-color-layer {
	background-color: #1e8e02;
	mix-blend-mode: multiply;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #ffffff;
	padding: 30px 30px 25px;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-label {
	font-size: 14px;
	font-weight: 900;
	padding-bottom: 25px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
	text-transform: uppercase;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content p.tl-tagline {
	font-weight: 900;
	font-size: 14px;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-meta {
	position: absolute;
	bottom: 25px;
	left: 30px;
	max-width: calc(100% - 60px);
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-meta p,
#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-meta h6 {
	display: inline-block;
	margin: 0 10px 0 0;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-meta p {
	font-weight: 900;
	font-size: 14px;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-meta p.tl-desc {
	margin-bottom: 5px;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-meta h6 {
	font-size: 18px;
	font-weight: normal;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-meta h6 span {
	padding-right: 15px;
}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-tagline {

}

#blog #thought-leadership-wrapper ul#tl-list li .tl-content .tl-desc {

}

/* end thought leadership section */

/* branding page */

.page-id-2829 .container {
	margin: 0 auto;
}

.page-id-2829 .entry-content {
	display: flex;
	flex-flow: row wrap;
}

.page-id-2829 .branding-colors {
	width: 100%;
	max-width: 735px;
	margin-right: 50px;
	margin-bottom: 50px;
}

.page-id-2829 #logo-download-wrapper {
	width: 100%;
	max-width: 385px;
}

#logo-download-wrapper a {
	color: #fff;
	padding: 8px 15px;
	background-color: rgb(153, 153, 153);

}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search-submit {
	margin-left: 12px;
}

.search-results .page-title {
	font-size: 48px;
	text-transform: none;
	color: #1e8e02;
}

.search-results article {
	margin-bottom: 60px;
	display: -webkit-flex; /* Safari */
 	display: flex;
 	-webkit-flex-flow: row wrap; /* Safari */
  	flex-flow: row wrap;
}

.search-results article header {
	-webkit-flex-basis: 445px; /* Safari */
  	flex-basis: 445px;
  	margin: 0 15px;
}

.search-results .page-title {
	font-size: 48px;
	line-height: 48px;
	margin-top: 0;
}

.search-results article header h1 a {
	font: inherit;
	text-transform: none;
}

.search-results article .entry-summary {
	-webkit-flex-basis: 635px; /* Safari */
  	flex-basis: 635px;
  	margin: 0 15px;
}

@media only screen and (max-width: 767px) {
	.search-results .page-title,
	.search-results .page-title {
		font-size: 38px;
		line-height: 38px;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer #contact {
	padding-top: 33.5294%;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-footer #contact #footer-wrapper {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	display: -webkit-flex;
	display: flex;
  	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	color: #ffffff;
}

.site-footer #contact #footer-wrapper a {
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	color: inherit;
}

.site-footer #contact #footer-wrapper #footer-left {
	padding-right: 45px;
	-webkit-flex-basis: 640px;
	flex-basis: 640px;
	-webkit-align-content: center;
	align-content: center;
}

.site-footer #contact #footer-wrapper #footer-left h5 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.site-footer #contact #footer-wrapper #footer-left p {
	margin-bottom: 30px;
	font-size: 24px;
}

.site-footer #contact #footer-wrapper #footer-left ul {
	display: -webkit-flex;
  	display: flex;
  	flex-wrap: wrap;
  	-webkit-flex-direction: row;
  	flex-direction: row;
}

.site-footer #contact #footer-wrapper #footer-left ul li {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

.site-footer #contact #footer-wrapper #footer-right {
	-webkit-flex-basis: 460px;
	flex-basis: 460px;
}

.site-footer #contact #footer-wrapper #footer-right p {
	color: #ffffff;
	font-weight: 900;
	font-size: 14px;
	margin-bottom: 0;
}

.site-footer #contact #footer-wrapper #footer-right .wpcf7 {
	margin-bottom: 30px;
}

.site-footer #contact #footer-wrapper #footer-right input[type="email"] {
	width: 100%;
	max-width: 300px;
	margin-right: 12px;
	margin-top: 12px;
}

.site-footer #contact #footer-wrapper #footer-right input[type="submit"],
.site-footer #contact #footer-wrapper #footer-right .wpcf7-not-valid-tip {
	margin-top: 12px;
}

.site-footer #contact #footer-wrapper #footer-right .wpcf7-not-valid-tip {
	display: inherit;
	color: #ffffff;
	font-style: italic;
}

.site-footer #contact #footer-wrapper #footer-right div.wpcf7-response-output {
	border: none;
	margin: 12px 0 0;
	padding: 0;
	font-style: italic;
}

.site-footer #contact #footer-wrapper #footer-right ul {
 	display: -webkit-flex;
  	display: flex;
  	flex-wrap: wrap;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	margin-bottom: 40px;
 }

 .site-footer #contact #footer-wrapper #footer-right ul li {
 	color: #ffffff;
 	font-weight: 900;
 	font-size: 14px;
 	text-transform: uppercase;
 }

.site-footer #contact #footer-wrapper #footer-right ul li:first-of-type {
 	margin-right: 30px;
 }

.site-footer #contact #footer-wrapper #footer-right h5 {
	font-size: 18px; 
	line-height: 24px;
	font-weight: normal;
}

@media only screen and (min-width: 1200px) {
	.site-footer #contact #footer-wrapper {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1169px) {
	.site-footer #contact #footer-wrapper {
		position: relative;
		padding: 30px;
		top: 0;
	}

	.site-footer #contact {
		padding-top: 0;
		height: 100%;
	}
}


@media only screen and (max-width: 599px) {
	.site-footer #contact #footer-wrapper #footer-left ul {
	  	-webkit-flex-direction: column;
	  	flex-direction: column;
	  	margin-bottom: 30px;
	}

	.site-footer #contact #footer-wrapper #footer-left ul li {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}

	.site-footer #contact #footer-wrapper #footer-left ul li:nth-of-type(1) {
		-webkit-order: 2;
  		order: 2;
	}

	.site-footer #contact #footer-wrapper #footer-left ul li:nth-of-type(2) {
		-webkit-order: 1;
  		order: 1;
	}

	.site-footer #contact #footer-wrapper #footer-left ul li:nth-of-type(3) {
		-webkit-order: 3;
  		order: 3;
	}

	.site-footer #contact #footer-wrapper #footer-left ul li:nth-of-type(4) {
		-webkit-order: 4;
  		order: 4;
	}
}

@media only screen and (max-width: 481px) {
	.wpcf7-submit {
		margin-top: 15px;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.wp-caption {
		width: 100% !important;
	}
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 20px;
	justify-content: center;
	align-items: center;
}



.gallery-item {
	width: auto;
	max-width: 150px;
	margin: 0 auto;
}

/*.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}*/

.gallery-caption {
	display: block;
}

div.wpcf7-validation-errors {
 	border-color: rgba(247, 231, 0, 0.7)
 }

 .slick-dotted.slick-slider {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
	#case-studies #case-studies-wrapper,
	#blog #thought-leadership-wrapper,
	.site-footer #contact #footer-wrapper,
	.recent-posts,
	.single-case_studies #case-studies,
	.blog-meta-wrapper {
		width: 100%;
		max-width: 790px;
	}

	.service-content-right h2 {
		margin-top: 0;
	}

	#case-studies #case-studies-wrapper #cs-intro-section {
		-webkit-justify-content: flex-start;
    	justify-content: flex-start;
    	margin-right: 15px;
    	margin-left: 15px;
	}

	#team #team-wrapper {
		max-width: 760px;
	}

	.post-content-wrapper {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}

	.post-content-wrapper .post-image {
		margin-bottom: 30px;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}

	.post-content-wrapper .post-content h1.post-title {
		max-width: 100%;
	}

	.post-content-wrapper .post-content {
		-webkit-flex-basis: 100%;
    	flex-basis: 100%;
		margin-left: 0;
	}
}

@media only screen and (max-width: 991px) {
	#case-studies #case-studies-wrapper,
	#blog #thought-leadership-wrapper,
	.site-footer #contact #footer-wrapper,
	.recent-posts,
	.single-case_studies #case-studies,
	.blog-meta-wrapper {
		width: 790px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 789px) {
	#case-studies #case-studies-wrapper #cs-list ul,
	#blog #thought-leadership-wrapper ul#tl-list,
	.recent-posts ul,
	.single-case_studies #case-studies ul,
	.blog-meta-wrapper {
		-webkit-justify-content: center;
		justify-content: center;
	}

	.post-content-wrapper .post-image,
	.post-content-wrapper .post-content {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 768px) {
/*	.home .site-header {
		max-height: 66vh;
	}

	#featured {
		max-height: 33vh;
	}*/
}

/**
 * Specialty services template
 */

.page-template-template-specialty-page .post-content-wrapper .post-content .single-post-content {
	margin: 0;
}

.specialty-section-headline {
	font-size: 24px;
	font-weight: 600;
	color: #1e8e02;
	font-family: Gotham, Helvetica, sans-serif;
	margin-bottom: 1em;
}

.specialty-intro p {
	font-family: Garamond, Georgia, serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.specialty-services-list {
	width: 100%;
	display: grid;
	grid-gap: 30px;
	grid-auto-rows: 1fr;
	justify-content: center;
	align-items: center;
	padding: 15px 0 0;
}

.specialty-services-list p {
	border: 1px solid rgb(65, 65, 65);
	padding: 15px;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.specialty-services-list span {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.learn-more-link {
	margin: 15px auto;
}

#specialty-page-testimoniall {
	position: relative;
}

#specialty-page-testimonial .specialty-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	mix-blend-mode: multiply;
	background-position: center top;
	
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.home-testimonials.slick-dotted.slick-slider {
	margin-bottom: 82px;
}

.home-testimonials .testimonial {
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 100%;
}

.home-testimonials .slick-dots {
	bottom: -52px;
}

@media only screen and (min-width: 768px) {
	.home-testimonials.slick-dotted.slick-slider {
		margin-bottom: 142px;
	}

	.home-testimonials .slick-dots {
		bottom: -82px;
	}
}

.home-testimonials .slick-dots li button {
	box-shadow: none;
}

.home-testimonials .slick-dots li button:active,
.home-testimonials .slick-dots li button:focus {
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.home-testimonials .slick-track {
    display: flex !important;
}

.home-testimonials .slick-slide {
    height: inherit !important;
}

.home-testimonials .left-arrow {
	left: 32px;
	background-image: url(inc/images/left-arrow.svg);
	background-position-x: left; 
	position: absolute;
    width: 17px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.home-testimonials .right-arrow {
	right: 32px;
	background-image: url(inc/images/right-arrow.svg);
	background-position-x: right; 
	position: absolute;
    width: 17px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.home-testimonials .left-arrow:focus,
.home-testimonials .right-arrow:focus {
	outline: none;
}

.specialty-testimonials,
.testimonial-content {
	padding: 100px 55px;
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
	color: #fff;
}

.testimonial-text p {
	font-family: Garamond, Georgia, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.testimonial-text p:before {
	content: '\201C';
}

.testimonial-text p:after {
	content: '\201D';
}

.testimonial-author p,
.testimonial-author-position p {
	text-align: center;
}

.testimonial-author p {
	font-size: 14px;
	margin-bottom: 0.5em;
}

.testimonial-author-position p {
	font-family: Garamond, Georgia, serif;
	font-size: 16px;
	font-weight: bold;
}

.clients-list {
	display: grid;
	grid-auto-rows: 1fr;
	justify-content: center;
}

.home-client-list {
	grid-auto-rows: auto;
}

.client-logo-container {
	border: 1px solid rgb(65, 65, 65);
	grid-column: span 1;
	height: 100%;
}

.specialty-contact h3 {
	font-family: Gotham, Helvetica, sans-serif;
	font-size: 18px;
	padding-right: 4px;
	margin-bottom: 1em;
}

.specialty-extra-content {
	margin-bottom: 48px;
}

.specialty-links {
	margin-bottom: 1.2em;
	display: block;
	line-height: 1.4;
	padding-right: 8px;
}

.learn-more-extra {
	font-family: Garamond, Georgia, serif;
	font-size: 16px;
	font-weight: 500;
	padding-right: 15px;
}

.specialty-person {
	margin-bottom: 24px;
}

.specialty-person-position {
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	margin: 0.5em 0;
}

.specialty-contact-details {
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
	font-size: 16px;
	display: inline-flex;
}

.specialty-contact-details a {
	text-transform: lowercase;
}

.specialty-contact-details span {
	margin: 0 8px;
	height: 16px;
	width: 1px;
	background-color: #999;

}

.specialty-key-services h1,
.specialty-key-services h2,
.specialty-key-services h3 {
	font-family: Gotham, Helvetica, sans-serif;
	font-size: 18px;
	margin: 1em 0 0.75em;
}

.specialty-key-services a {
	text-transform: none;
	font: inherit;
}

.home-clients-section {
	margin-top: 0;
}

@media only screen and (max-width: 789px) {
	.specialty-services-list {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and ( min-width: 1200px ) {
	/*.page-template-template-specialty-page .post-content-wrapper .post-content {
		padding-left: 34px;	
	}*/
	.specialty-services-list {
		padding: 30px 0 0;
	}
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-12 {
	grid-template-columns: repeat(4, 1fr);
}

.columns-2,
.columns-3 {
	grid-column: span 2;
}

@media only screen and (min-width: 500px) {
	.gallery-columns-6 {
		grid-template-columns: repeat(3, 1fr);
	}

	.gallery-columns-12 {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media only screen and (min-width: 768px) {
	.gallery-columns-6 {
		grid-template-columns: repeat(4, 1fr);
	}

	.gallery-columns-12 {
		grid-template-columns: repeat(8, 1fr);
	}

	.columns-2 {
		grid-column: span 2;
	}

	.columns-3 {
		grid-column: span 4;
	}
}

@media only screen and ( min-width: 1200px ) {
	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}

	.gallery-columns-12 {
		grid-template-columns: repeat(12, 1fr);
	}

	.columns-3 {
		grid-column: span 3;
	}
}
