/*!
Theme Name: IDP 1
Theme URI: http://underscores.me/
Author: Milk Bar Studios
Author URI: http://www.milkbarstudios.com
Description: Description
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: idp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

IDP is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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: 1.5em;
	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,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham Book';
	clear: both;
}

p {
	font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
	color: #3A3B3B;
	font-size: 14px;
	margin-bottom: 1.5em;
}

dfn, cite, em {
	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 https://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. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.header_container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	margin: 0 auto;
	/* overflow: hidden; */
}

.header_brand_wrapper {
	display: flex;
	align-items: center;
}

.header_logo {
	/* position: absolute; */
	/* bottom: 15px; */
	/* left: 30px; */
	width: 100px;
	height: 100px;
	padding: 12px;
}

.burger_toggle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	border-radius: 0;
	background-color: #fff;
	/* background-image: url('../../../wp-content/uploads/2017/11/burger_menu.png');
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat; */
	width: 40px;
	height: 40px;
	padding: 5px;
	z-index: 1000;
}

.burger_toggle svg {
	width: 22px;
	height: 22px;
}

.burger_layer {
	transition: all 0.3s;
	transform-origin: center;
}

.burger_toggle.toggled svg .burger_layer#top {
	transform: rotate(45deg) translateY(28px);
}

.burger_toggle.toggled svg .burger_layer#middle {
	opacity: 0;
}

.burger_toggle.toggled svg .burger_layer#bottom {
	transform: rotate(-45deg) translateY(-28px);
}

.burger_toggle:hover {
	background-color: #EB6918;
}

.burger_menu {
	position: absolute;
	/* height: 75vh; */
	z-index: 101;
	right: 0;
	padding: 12px;
}

.burger_menu_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.burger_menu_header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 30px;
	height: 100px;
}

.burger_menu_menu {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	min-width: 50vw;
	max-width: 80vw;
	top: 52px;
	padding: 12px 20px 30px 0;
	overflow: hidden;
	/* height: 0; */
	transition: all 0.4s;
	opacity: 0;
	pointer-events: none;
}

.burger_menu_menu.toggled {
	/* height: auto; */
	opacity: 1;
	pointer-events: all;
}

.burger_menu_item {
	display: block;
	flex-grow: 1;
	padding: 10px 20px;
	text-align: right;
	/* opacity: 0; */
}

.burger_menu_item_link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
	font-size: 1.1rem;
	text-decoration: none;
	transition: all 0.05s linear;
	color: #404040;
}

.burger_menu_item_link:visited {
	color: inherit;
}

.burger_menu_item_link:hover {
	color: #EB6918;
}

.burger_menu_menu.toggled .burger_menu_item_link {
	opacity: 1;
}

.burger_menu_item_link--has-child::after {
	content: "";
	display: block;
	position: absolute;
	right: -17px;
	margin-bottom: 5px;
	width: 8px;
	height: 8px;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #404040;
	transform: rotate(-45deg);
}

.burger_menu_item_link:hover::after {
	border-left: 1px solid #EB6918;
	border-bottom: 1px solid #EB6918;
}

.burger_menu_item_sub {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
	padding: 10px 40px 10px 0;
}

.burger_menu_item:hover .burger_menu_item_sub {
	opacity: 1;
	pointer-events: all;
}

.burger_menu_item_child {
	text-decoration: none;
	font-family: 'Gotham';
	font-weight: normal;
	font-style: normal;
	color: #404040;
	font-size: 14px;
	margin-left: 16px;
}

.burger_menu_item_child:visited {
	color: inherit;
}

.burger_menu_item_child:hover {
	color: #EB6918;
}

.main-navigation {
	position: absolute;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	z-index: 100;
}

.menu-menu-1-container {
	position: absolute;
	display: block;
	right: 0;
	height: 75vh;
	z-index: 100;
	transform: translateX(1000px);

}

body.page-id-67 .main-navigation a, body.single-careers .main-navigation a,body.single-post .main-navigation a, body.post-type-archive-our-work .main-navigation a,body.tax-case-studies .main-navigation a,body.single-typology .main-navigation a,body.page-id-1853 .main-navigation a, body.error404 .main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;

	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	color: #404040;
	font-size: 14px;
}

body.single-post .practice_sub_menu li a {
	font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
	color: #404040;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.05s linear;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;

	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	color: #fff;
	font-size: 14px;
}

.header_services_menu {
}

.header_services_menu a {
	position: relative;
	margin-bottom: 5px;
}

.header_services_menu a:hover {
	color: #EB6918;
}

.header_services_menu a:last-of-type {
	margin-bottom: 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;
}

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

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

#privacy_policy {
	margin-bottom: 50px;
}

@keyframes anim_fade {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes anim_fade_down {
	from {opacity: 0; transform: translateY(-20px);}
	to {opacity: 1; transform: translateY(0);}
}

@keyframes anim_pop {
	from {opacity: 0; transform: scale(0.1);}
	to {opacity: 1; transform: scale(1);}
}

@keyframes img-pulse {
	0% {opacity: 0.4}
    15% {opacity: 1}
	35% {opacity: 0.4}
	100% {opacity: 0.4}
}

@keyframes pulse {
	0% {opacity: 1}
    60% {opacity: 0.6}
	100% {opacity: 1}
}

span.orange {
	color: #EB6918;
}

#hero_news {
	background-image: url(../../../wp-content/uploads/2017/11/hero_news.jpg);
}
#hero_people {
	background-image: url(../../../wp-content/uploads/2018/10/hero_people.jpg);
}
#hero_work {
	background-image: url(../../../wp-content/uploads/2017/12/hero_ourwork2.jpg);
}
#hero_gallery {
	background-image: url(../../../wp-content/uploads/2017/12/hero_gallery.jpg);
}
#hero_culture {
	background-image: url(../../../wp-content/uploads/2017/12/hero_culture.jpg);
}
#hero_careers {
	background-image: url(../../../wp-content/uploads/2019/06/SO-KK-Hero-web-2-1-min.jpg);
}

.top_banner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	z-index: 999;
	cursor: pointer;

	transition: all 0.2s linear;
	transform: translateY(-50px);
	opacity: 0.2;

	background-image: url(../../../wp-content/uploads/2018/03/idp_logo_orange.png);
	background-size: auto 25px;
	background-repeat: no-repeat;
	background-position: center;
}

.top_banner.active {
	transform: translateY(0);
	opacity: 1;
}

.top_banner a {
	display: block;
	width: 100%;
	height: 100%;
}

@media (min-width: 1057px) {

/*PAGE*/

.hero {
	position: relative;
	height: 50vh;
	min-height: 300px;
	overflow: hidden;
	background-color: #E3E9EC;
	background-size: cover;
	background-position: center;
}

.hero__container {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1.5rem;
	color: #fff;
	z-index: 100;
	pointer-events: none;
}

.hero--small {
	height: 100px;
	min-height: 100px;
	background-color: #fff;
}

.hero--small .hero__container {
	color: #000;
}

.hero__container h1 {
	font-size: 2em;
}

section {
	padding: 2rem 0;
}

section.intro {
	padding: 2rem 0;
}

.container {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1.5rem;
}

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

.section__title {
	position: relative;
	margin: 0 0 4rem;
	font-size: 1.5em;
}

.section__title::before {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #EB6918;
	top: 3rem;
}

.section__title::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 250px;
	border-top: 1px solid #EB6918;
	top: 3rem;
}

/* .anim_fade {
	animation-name: anim_fade;
	animation-duration: 1.5s;
	animation-delay: 2s;
} */

/*FOOTER*/

.site-footer {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 300px;
	padding: 4rem 0;
	background-color: #E3E9EC;
}

.footer__container {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1.5rem;
}

.footer__column {
	position: relative;
	width: auto;
	max-width: 30%;
	margin-right: 4rem;
}

.footer__column ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: "Gotham Book";
}

.footer__column ul li {
	margin-bottom: 2px;
}

.footer__column a {
	color: inherit;
	text-decoration: none;
}

.footer__column a[href^="mailto"] {
	color: #EB6918;
}

ul.footer_socials {
	display: flex;
	justify-content: center;
	padding: 0;
	margin-top: 15px;
	list-style-type: none;
	vertical-align: middle;
}

.footer_socials li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.footer_socials a {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 0;
}

.footer_socials img {
	position: relative;
	display: block;
	height: 25px;
	width: 25px;
}

.footer_link {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	color: #3A3B3B;
	font-size: 14px;
	text-decoration: none;
	margin-right: 8px;
}

.footer_link:hover {
	text-decoration: underline;
}

.footer__accreditations {
	position: relative;
	display: flex;
	width: 100%;
	/* background-color: #0ff; */
	margin: 2.5rem 0 0 0;
}

.footer__accreditation {
	position: relative;
	display: block;
	max-width: 80px;
	max-height: 30px;
	margin-right: 1rem;
	height: auto;
	object-fit: contain;
}

/*HOME*/

.homepage__hero {
	position: relative;
	display: flex;
	align-items: center;
	height: 75vh;
	min-height: 600px;
	width: 100%;
	overflow: hidden;
}

.carousel {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.carousel__cell {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover!important;
	background-position: center!important;
}

.carousel__controls {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 5px 40px;
	z-index: 100;
}

.carousel__arrow {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: all 0.3s;
}

.carousel__arrow--next {
	background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_next.svg);
}

.carousel__arrow--next:hover {
	transform: translateX(5px);
}

.carousel__arrow--prev {
	background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_prev.svg);
}

.carousel__arrow--prev:hover {
	transform: translateX(-5px);
}

.carousel__dot-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.carousel__dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
}

.carousel__dot.is-selected {
	background-color: #EB6918;
	border: none;
}

.carousel__static {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover!important;
	background-position: center!important;
}

.hero__tint {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+23,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 23%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 23%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 23%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index: 1;
}

#home__intro {
	padding: 2rem 0;
}

.page_hero {
	position: relative;
	height: 75vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

.page_hero h1 {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 200;
	color: #fff;
	z-index: 10;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-left: 40px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

.page_hero h3 {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 200;
	font-size: 25px;
	color: #fff;
	z-index: 10;
	margin-top: 0;
	text-transform: uppercase;
	margin-left: 40px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

.page_hero_tint {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+23,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 23%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index: 1;
}

.practice_sub_menu {
	position: absolute;
	width: 100%;
	top: 0;
	margin-top: 60px;
	padding: 0 40px;
	display: flex;
	justify-content: flex-end;
}

.practice_sub_menu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 100;
	padding-top: 10px;
}

.practice_sub_menu li {
	display: inline-block;
	margin: 0 12px;
	transform-origin: center;
	animation: anim_pop 0.08s linear;
	animation-fill-mode: both;
}

.practice_sub_menu li:nth-child(1) {
	animation-delay: 0.07s;
}
.practice_sub_menu li:nth-child(2) {
	animation-delay: 0.14s;
}
.practice_sub_menu li:nth-child(3) {
	animation-delay: 0.21s;
}
.practice_sub_menu li:nth-child(4) {
	animation-delay: 0.28s;
}
.practice_sub_menu li:nth-child(5) {
	animation-delay: 0.35s;
}
.practice_sub_menu li:nth-child(6) {
	animation-delay: 0.42s;
}

.practice_sub_menu li a {
	font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.05s linear;
}

.practice_sub_menu li a:hover {
	color: #EB6918;
}

.practice_sub_menu .current-menu-item a {
	font-family: 'Gotham';
	font-weight: 800;
}

.careers_header .practice_sub_menu li a{
	color: #404040!important;
}

.page-title, .archive-description {
	display: none;
}

.home_block {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	min-height: 487px;
	max-height: 487px;
}

.home_block:nth-of-type(even) {
	flex-direction: row-reverse!important;
}

.home_block:nth-of-type(odd) #accent_left {
	display: none;
}

.home_block:nth-of-type(even) #accent_right {
	display: none;
}

.image_tint {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,0.0);
	transition: all 0.3s;
}

.block_half {
	position: relative;
	display: block;
	width: 50%;
	padding-bottom: 12%;
	padding-top: 12%;

	background-size: cover;
	background-position: center;
}

.block_half a {
	text-decoration: none;
}

.block_half:hover .image_tint {
	background-color: rgba(235,105,24,0.2);
}

.block_half_inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.block_half_content {
	display: block;
	box-sizing: border-box;
	padding: 5px 55px;
}

.block_half_title {
	text-align: center;
}

.block_half_title h1 {
	color: #fff;
	font-family: 'Gotham';
    font-weight: 300;
    font-style: normal;
	margin-bottom: 0;
}

.block_half_content a {
	color: #EB6918;
	text-decoration: none;
}

.accent {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #EB6918;
	margin: 8px 0 30px;
	left: 50%;
	transform: translateX(-50%);
}

.accent {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #EB6918;
	margin: 8px 0 30px;
	left: 50%;
	transform: translateX(-50%);
}

.accent_line_right {
	position: absolute;
	display: block;
	top: -1px;
	left: 0;
	width: 300px;
	height: 100%;
	border-top: 1px solid #EB6918;
}

.accent_line_left {
	position: absolute;
	display: block;
	top: -1px;
	right: 0;
	width: 300px;
	height: 100%;
	border-top: 1px solid #EB6918;
}

.link_arrow {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	left: 50%;
	transform: rotate(45deg) translateX(-50%) translateY(50%);
}

.link_arrow a {
	display: block;
	width: 100%;
	height: 100%;
}

.bts {
	position: relative;
	display: flex;
	align-items: center;
	height: 400px;
	margin-top: 50px;
	background-size: cover;
	background-position: center;
}

.bts .container {
	z-index: 10;
}

.bts h1 {
	font-family: 'Gotham';
    font-weight: 400;
    font-style: normal;
}

.bts p {
	position: relative;
	font-family: 'Gotham';
	font-size: 20px;
  font-weight: 400;
  font-style: normal;
	width: 580px;
	color: #fff;
}

.bts a {
	text-decoration: none;
	color: #fff;
	z-index: 100;
}

.bts__tint {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.35);
}

/*SERVICES*/

.service__title {
	margin: 0;
	margin-left: 20px;
	top: 35px;
	font-size: 1.6rem;
	color: #fff;
	min-width: 300px;
	max-width: 45%;
	text-transform: uppercase;
	z-index: 100;
	pointer-events: none;
}

.service__title.black {
	color: #404040;
}

.single-careers .service__title {
	display: none;
}

.services__list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.services__row {
	height: 30vw;
	max-height: 400px;
	margin-bottom: 2rem;
}

.services__row-inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.services__row:nth-of-type(even) .services__row-inner {
	flex-direction: row-reverse;
}

.service__row-column {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	color: #3A3B3B;
	text-align: center;
	transition: all 0.3s;
}

.service__row-column.service__row-column--text {
	font-size: 1.2em;
	padding: 0 2.5rem;
}

.services__row-inner:hover .service__row-column {
	background-color: #EB6918;
	color: #fff;
}

.service__row-column img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service__row-column h1 {
	font-family: 'Gotham';
	font-weight: bold;
	text-transform: uppercase;
}

/*************/

.service_hero {
	position: relative;
	height: 568px;
	background-size: cover;
	background-position: center;
}

.service_hero_container {
	position: relative;
	width: 80%;
	/* height: 100%; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	margin-top: -3px;
	box-sizing: border-box;
	z-index: 99;
}

.service_hero_container h1 {
	font-family: 'Gotham Book';
	font-weight: 600;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.service_logo_container {
	z-index: 100;
}

.idp_logo_wrap {
	width: 66px;
	height: 66px;
	background-color: #EB6918;
}

.service_logo_wrap {
	width: 133px;
	margin-top: 45px;
}

.service_logo_wrap img {
	display: block;
}

.service_logo_wrap h2 {
	font-family: 'Gotham';
    font-weight: 200;
    font-style: normal;
	text-align: right;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 5px;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

.service_pattern {
	position: absolute;
	width: 60%;
	height: 100%;
	z-index: 10;
	right: 0;
	background-size: 130px;
	background-position: 0 50%;
	opacity: 0.5;
}

.service_caption_container {
	width: 40%;
	align-self: center;
}

.service_caption_container h4 {
	text-align: left;
	color: #fff;
	font-family: 'Gotham Book';
    font-weight: 600;
    font-style: normal;
	font-size: 20px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

.service_caption_container h4:before {
	content: open-quote;
}

.service_caption_container h4:after {
	content: close-quote;
}

.service_caption_container span {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
}

.service_quote_mob {
	display: none;
	margin-top: 25px;
}

.service_copy_wrapper {
	display: inline-block;
	padding: 20px 0 20px;
	width: 100%;
}

.service_copy_wrapper h3 {
	font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
	text-transform: uppercase;
	margin-top: 0;
}

.service_copy_wrapper p {
	margin-bottom: 5px;
	color: #4C5356;
}

.service_copy_wrapper ul {
	margin: 20px 0;
	padding-left: 20px;
	color: #4C5356;
	font-family: 'Gotham';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.service_copy_wrapper span {
	font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
	font-size: 12px;
	display: block;
	color: #EB6918;
}

.service_copy_wrapper blockquote {
	margin: 0;
}

.service_copy_wrapper blockquote p {
	font-family: 'Gotham';
	font-weight: bold;
  font-style: normal;
	font-size: 30px;
	color: #EB6918;
	margin: 3rem 0 2rem;
}

.service_copy_wrapper blockquote p::before, .service_copy_wrapper blockquote p::after {
	content: "\"";
}

.service_accent {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #EB6918;
	margin: 50px 0 50px;
}

.service_accent_line_right {
	position: absolute;
	display: block;
	top: -1px;
	left: 0;
	width: 300px;
	height: 100%;
	border-top: 1px solid #EB6918;
}

.service_image_wrapper {
	display: inline-block;
	padding: 50px 0 50px 20px;
	width: 29%;
	vertical-align: top;
}

.service_image_wrapper img {
	position: relative;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.service_image_wrapper span {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	font-size: 12px;
	display: block;
	color: #EB6918;
}

.sub_service_list {
	/* display: inline-block; */
	display: none;
	width: 30%;
	margin: 0;
	padding: 15px 15px 20px 15px;
	list-style-type: none;
	vertical-align: top;
	margin-top: 50px;
	background-color: #E3E9EC;
}

.sub_service_list h3 {
	font-family: 'Gotham';
  font-weight: 500;
  font-style: normal;
	margin: 0 0 10px 0;
}

.sub_service_list li {
	margin-bottom: 6px;
}

.sub_service_list li:last-of-type {
	margin-bottom: 0;
}

.sub_service_list li a {
	color: #404040;
	font-family: 'Gotham';
  font-weight: 200;
  font-style: normal;
}

.sub_service_list li a:hover {
	color: #EB6918;
}

section#casestudies {
	/* background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/project_facts_background.png);
	background-size: 30px;
	background-position: 20px 20px; */
	padding: 25px 0 50px;
}

section#casestudies a {
	text-decoration: none;
}

.more_case_study_button {
	position: relative;
	display: inline-block;
	background-color: #EB6918;
	padding: 10px 15px;
	margin: 0 auto;
}

.more_case_study_button span {
	font-family: 'Gotham Book';
	color: #fff;
}

.more_case_study_button:hover {
	background-color: #de6215;
}

.case_studies_title {
	color: #000;
	font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 30px;
	display: inline-block;
	background-color: #fff;
}

.case_studies_wrapper {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 20px;
}

.case_study_block {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.case_study_block:last-of-type {
	margin-right: 0;
}

.case_study_image {
	position: relative;
	display: block;
}

.case_study_image img {
	display: block;
}

.case_study_button {
	position: absolute;
	display: block;
	bottom: 10px;
	left: 10px;
	height: 32px;
	background-color: #000;
	color: #fff;
	font-family: 'Gotham';
    font-weight: 200;
    font-style: normal;
	text-transform: uppercase;

	box-sizing: border-box;
	padding: 3px 7px 3px 7px;

}

.case_study_button h3 {
	position: relative;
	display: none;
	margin: 0;
	margin-bottom: 4px;
	vertical-align: middle;
	font-size: 16px;
}

.readmore_arrow {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;

	transform: rotate(45deg) translateX(-25%) translateY(10%);
	vertical-align: middle;
}

.case_study_info {
	display: block;
	padding: 20px;
	min-height: 190px;
}

.case_study_info h2 {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
}

.case_study_summary {
	margin-bottom: 0;
	display: none;
}

.case_study_location {
	margin-bottom: 0;
	display: block;
}

.case_study_info p {
	color: #000;
}

.case_study_block:hover .case_study_info {
	background-color: #fff;
}

.case_study_block:hover .case_study_info h2 {
	color: #4C5356;
}

.case_study_block:hover .case_study_summary{
	display: block;
	color: #4C5356;
}

.case_study_block:hover .case_study_location {
	display: none;
	color: #4C5356;
}

.case_study_block:hover .case_study_button h3 {
	display: inline-block;
}

.service_navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	background-color: #353636;
}

.service_navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
	text-align: center;

	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.service_navigation li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
}

.service_navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;

	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	color: #fff;
	font-size: 14px;
}

/*Our Work*/

.filter {
}

.filter__container {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.filter__toolbar {
	display: flex;
	align-items: center;
}

.filter__button-group {
	position: relative;
	overflow: visible;
}

.filter__button {
	position: relative;
	display: flex;
	align-items: center;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #000;
	padding: 10px 12px;
	border-radius: 0;
	background-color: #fff;
	font-family: 'Gotham Book';
  font-weight: 400;
  font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	margin-right: 1.5rem;
}

.filter__button::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin-left: 13px;
	margin-top: -4px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
}

.filter__button:hover {
	border: 1px solid #EB6918;
	background-color: #EB6918;
	color: #fff;
}

.filter__button:hover::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.filter__dropdown {
	position: absolute;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid #000;
	width: 200px;
	top: 37px;
	left: 0;
	height: 0;
	max-height: 300px;
	z-index: 100;
	overflow: scroll;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;

}

.filter__button:hover .filter__dropdown {
	opacity: 1;
	pointer-events: all;
	height: auto;
}

.filter__dropdown::-webkit-scrollbar {
	width: 4px;
}

.filter__dropdown::-webkit-scrollbar-thumb {
	background-color: #000;
}

.filter__dropdown-item {
	color: #000;
	padding: 8px 10px;
	text-decoration: none;
	font-family: "Gotham Book";
	font-weight: 500;
	width: 100%;
}

.filter__dropdown-item:visited {
	color: #000;
}

.filter__dropdown-item:first-of-type {
	padding-top: 10px;
}

.filter__dropdown-item:last-of-type {
	padding-bottom: 10px;
}

.filter__dropdown-item:hover {
	background-color: #EB6918;
	color: #fff;
}

/*individual Case Study*/


/*.study_header {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 75vh;
	flex-direction: column;
	background-size: cover;
	background-position: center;
}*/

.study_header {
	position: relative;
	display: flex;
	align-items: center;
	height: 75vh;
	width: 100%;
	overflow: hidden;
}

.study_header_hero {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;

	background-size: cover;
	background-position: center;
}

.study_header h2 {
	font-family: 'Gotham';
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	z-index: 200;
}

.study_header h1 {
	position: relative;
	display: block;
	font-family: 'Gotham Book';
	font-weight: 600;
	font-style: normal;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	margin-top: 0;
	margin-left: 40px;
	color: #fff;
	z-index: 200;
}

.study_header_carousel {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.study_header_carousel_cell {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover!important;
	background-position: center!important;
}

.study_header_carousel_controls {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 5px 40px;
	z-index: 100;
}

.carousel_arrow {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: all 0.3s;
}

.carousel_next {
	background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_next.svg);
}

.carousel_next:hover {
	transform: translateX(5px);
}

.carousel_prev {
	background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_prev.svg);
}

.carousel_prev:hover {
	transform: translateX(-5px);
}

.carousel_dot_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.carousel_dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
}

.carousel_dot.is-selected {
	background-color: #EB6918;
	border: none;
}

hr {
	width: 150px;
	text-align: center;
	background-color: #EB6918;
	margin: 50px auto;
}

.study_wrapper {
	margin-top: 30px;
}

.study_wrapper .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 20px;
}

.study_footer .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}

.study_block {
	position: relative;
	display: block;
	width: 48%;
}

.study_block h3 {
	color: #EB6918;
	font-family: 'Gotham';
	font-weight: 400;
	margin-bottom: 0;
}

.study_block span {
	margin-top: 0;
	font-family: 'Gotham';
    font-weight: normal;
    font-style: italic;
	color: #3A3B3B;
	font-size: 14px;
}

.study_banner {
	height: 800px;
	background-size: cover;
	background-image: url('../../../wp-content/uploads/2017/11/casestudy_banner.jpg')!important;
	margin-bottom: 50px;
}

.study_quote {
	border-top: 1px solid #EB6918;
	border-bottom: 1px solid #EB6918;
	padding: 45px 0;
	font-family: 'Gotham';
    font-weight: normal;
    font-style: italic;
	line-height: 25px;
}

.study_quote blockquote:before {
	content: open-quote;
}

.study_quote blockquote:after {
	content: close-quote;
}

.study_quote blockquote {
	margin: 0;
	color: #747d7c;
}

.study_quote_accent {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #EB6918;
}

.study_quote_accent#accent_top {
	top: -1px;
	left: 0;
}

.study_quote_accent#accent_bottom {
	bottom: -1px;
	right: 0;
}

.study_block img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.study_footer {
	padding: 30px 0;
	background-color: #4C5356;
}

.project_facts {
	padding: 40px 0;
	background-color: #fff;
	/* background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/project_facts_background.png);
	background-size: 30px;
	background-position: 20px 20px; */
}

.project_facts .study_wrapper {
	margin-bottom: 40px;
}

.project_facts_wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.project_facts .study_block h2 {
	font-family: 'Gotham';
	font-weight: normal;
	font-style: normal;
	color: #EB6918;
	font-size: 20px;
}

.project_facts .study_block p {
	margin-top: 0;
	margin-bottom: 10px;
	color: #606060;
}

.study_project_fact h4 {
	margin-bottom: 0;
}

.project_facts .study_block a {
	color: #EB6918;
	text-decoration: none;
}

.project_facts .study_block a:hover {
	text-decoration: underline;
}

.study_footer .study_block h4 {
	margin-bottom: 0;
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
	color: #fff;
	font-size: 14px;
}

.study_project_fact {
	position: relative;
	width: 50%;
}

.study_footer_service_grid {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 44px;
	height: 200px;
}

.study_service_block {
	position: relative;
	display: inline-block;
	width: 66px;
	height: 66px;
}

.study_service_block:nth-of-type(odd) {
	margin-top: 66px;
}

.study_service_block h3 {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 200;
	text-align: right;
	font-size: 7px;
	text-transform: uppercase;
	margin-top: 5px;
	padding-right: 2px;
	color: #fff;
}

.study_service_block a {
	color: #fff;
	text-decoration: none!important;
}

.study_service_block#study_service_logo {
	width: 33px;
	height: 33px;
	margin-top: -33px;
	background-color: #EB6918;
}

.study_testimonial_quote {
	position: relative;
	border-top: 1px solid #EB6918;
	padding-top: 45px;
	margin: 35px 0;
}

.study_testimonial_quote span {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	font-size: 12px;
	display: block;
	color: #EB6918;
}

.study_testimonial_quote_accent {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #EB6918;
	top: -1px;
	left: 0;
}

.study_testimonial_quote blockquote:before {
	content: open-quote;
}

.study_testimonial_quote blockquote:after {
	content: close-quote;
}

.study_testimonial_quote blockquote {
	margin: 0;
	color: #747d7c;
	margin-bottom: 35px;
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
}

.study_footer_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.study_footer_list a {
	color: #fff;
	text-decoration: none;
}

.study_footer_list li {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.study_list_arrow {
	display: inline-block;
	margin-right: 15px;
	padding: 2px 5px;
}

.study_footer_list li:hover .study_list_arrow {
	background-color: #16191A;
}

.study_footer_list a:hover {
	text-decoration: none!important;
}

/*Sectors*/

.sectors_intro {
	padding: 30px 0;
}

.sectors_intro h3 {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
}

.sectors_wrapper {
	position: relative;
}

.sector_background {
	position: absolute;
	height: 88%;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #48535b;
	background-image: url('../../../wp-content/uploads/2017/11/sector_background.png');
	background-size: 70px;
	background-position: center;
}

.sectors_wrapper_inner {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1056px;
	margin: 0 auto;
}

.sectors_wrapper a {
	text-decoration: none;
}

.sector_block {
	position: relative;
	display: block;
	width: 320px;
	margin-bottom: 30px;
}

.sector_image {
	position: relative;
	display: block;
}

.sector_image img {
	display: block;
}

.sector_button {
	position: absolute;
	display: block;
	bottom: 10px;
	left: 10px;
	height: 32px;
	background-color: #000;
	color: #fff;
	font-family: 'Gotham';
    font-weight: 200;
    font-style: normal;
	text-transform: uppercase;

	box-sizing: border-box;
	padding: 3px 7px 3px 7px;

}

.sector_button h3 {
	position: relative;
	display: none;
	margin: 0;
	margin-bottom: 4px;
	vertical-align: middle;
	font-size: 16px;
}

.sector_info {
	background-color: #fff;
	padding: 20px;
	height: 180px;
}

.sector_info h2 {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	color: #4C5356;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
}

.sector_summary {
	margin-bottom: 0;
}

.sector_info p {
	color: #4C5356;
}

.sector_block:hover .sector_button h3 {
	display: inline-block;
}

.cell__grid {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.cell__grid::after {
	content: "";
	width: 31%;
}

.cell__block {
	position: relative;
	display: block;
	width: 31%;
	margin-bottom: 1.5rem;
}

.cell__block-link {
	text-decoration: none;
}

.cell__block-image-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
}

.cell__block-image {
	display: block;
	width: 100%;
}

.cell__block:nth-child(n+4) {
	margin-top: 2rem;
}

.cell__block-title {
	margin: 0.2rem 0 0.2rem;
	font-weight: bold;
}

.cell__block-location {
	margin: 0 0 0 ;
}

.cell__block-typology {
	font-family: 'Gotham Book';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #EB6918;
	margin: 0 0 0.5rem;
	text-decoration: none;
}

.cell__block-typology:hover {
	color: #da5c0e;
}

.full_case_study {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #ffffff;
	background-color: #008CC2;
	padding: 2px 5px 1px;
	margin: 0;
}

.full_case_study_alt {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #008CC2;
	background-color: #ffffff;
	padding: 2px 5px 1px;
	margin: 0;
}

.cell_info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;

	font-family: 'Gotham';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #404040;
	background-color: #E3E9EC;
	padding: 12px 15px;
	min-height: 72px;
	min-height: 112px;
}

.cell_info p {
	margin: 2px 0;
	transition: color 0.2s;
}

.cell_info p:hover:first-of-type {
	color: #008CC2;
}

.cell_info a {
	font-family: 'Gotham';
	font-weight: normal;
	font-style: normal;
	color: #008CC2;
}

.cell_info a:hover {
	color: #EB6918;
}

.cell_service:after {
	content: ", ";
}

.cell_service:last-of-type:after {
	content: "";
}

/*Team*/

.team_intro {
	padding: 30px 0;
}

.team_intro p {
	max-width: 300px;
}

.team_intro h3 {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
}

.team_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 50px;
	width: 100%;
}

.team_list::after {
	content: "";
	display: block;
	flex-grow: 1;
}

.team_member_box {
	position: relative;
	display: block;
	width: 20%;
	margin-bottom: 22px;
	height: auto;
}

.team_member_box:nth-of-type(4n) {
	margin-right: 0;
}

.team_member_box_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: flex-end;

	animation-name: anim_fade;
	animation-duration: 1.5s;
}

.team_member_image {
	display: block;
	position: relative;
	width: 235px;
	height: 169px;
	overflow: hidden;
	opacity: 1;
	transition: all 0.3s;
}

.team_member_image img {
	display: block;
}

.team_member_info {
	font-family: 'Gotham';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #404040;
	padding: 8px;
	/* background-color: #E3E9EC; */
}

.team_member_info p {
	margin: 2px 0;
}

.team_member_info p:first-of-type {
	font-weight: 600;
}

.team_member_info a {
	font-family: 'Gotham';
	font-weight: normal;
	font-style: normal;
	color: #404040;
	display: none;
}

.team_member_info a:hover {
	color: #EB6918;
}

/*About*/

.content_container h3 {
	font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
}

.content_intro {
	display: block;
	width: 100%;
	padding: 30px 0 20px 0;
}

.content_intro ul {
	font-family: 'Gotham Book';
	font-weight: normal;
	font-style: normal;
	color: #3A3B3B;
	font-size: 14px;
}

.values_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 50px;
}

.value_block {
	width: 33%;
	padding: 0 35px;
	text-align: center;
}

.value_block h2 {
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
	text-transform: uppercase;
}

.about_links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.about_link_block {
	position: relative;
	display: block;
	width: 33%;
	text-align: center;
}

.about_link_block img {
	display: block;
}

.about_link_block h2 {
	position: absolute;
	bottom: 10px;
	left: 20px;
	margin: 0;
	z-index: 99;
	width: 50%;
	line-height: 27px;
	text-align: left;
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
	text-transform: uppercase;
	color: #fff;
}

.about_link_block#weareidp h2 {
	width: 20%;
}

.about_blog_wrapper {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 40px;
}

.blog_info {
	position: relative;
	width: 35%;
	padding-right: 30px;
}

.blog_info h2 {
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
	text-transform: uppercase;
	margin: 5px 0;
}

.blog_info h4 {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	margin: 5px 0;
}

.blog_post_list {
	position: relative;
	width: 65%;
}

.blog_post_list a {
	display: block;
	text-decoration: none;
	color: #3A3B3B;
}

.blog_list_item {
	position: relative;
	padding: 10px;
	background-color: #bccbd3;
	margin-bottom: 10px;
}

.blog_list_item p {
	margin: 0;
}

.blog_list_item h3 {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	margin: 0;
}

.blog_post_list a:hover span {
	color: #EB6918;
}

.blog_list_item span {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	color: #3A3B3B;
	font-size: 14px;
	margin: 0;
}

/*WE ARE IDP*/

.weareidp_intro {
	padding: 20px 0;
}

.weareidp_intro p {
	margin-bottom: 0px;
}

.weareidp_intro p strong {
	color: #EB6918;
	font-size: 20px;
	font-weight: 200;
}

/*GALLERY*/

.gallery_intro {
	padding: 30px 0;
}

.gallery_intro h3 {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
}

.gallery_wrapper {
	position: relative;
	display: block;
	padding: 0 0 40px 0;
}

.gallery_inner_wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 528px;
	flex-wrap: wrap;
}

.gallery_block {
	position: relative;
	display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #929796;
    background-color: #000;
	overflow: hidden;
	width: 264px;
	height: 264px;

	background-size: cover;
	background-position: center;
	transition: opacity 0.5s;
}

.gallery_wrapper:hover .gallery_block {
	opacity: 0.5;
}

.gallery_block:hover {
	opacity: 1!important;
}

.gallery_inner_wrapper .gallery_block:first-of-type {
	width: 528px;
	height: 528px;
}

/*Gallery Page*/

.gallery__wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.gallery__group {
	position: relative;
	display: block;
	width: 48%;
	min-height: 100px;
	padding-bottom: 30%;
	margin-bottom: 4%;
}

.gallery__group::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(15deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
	pointer-events: none;
}

.gallery__group-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.gallery__group-link:first-of-type {
	display: block;
}

.gallery__group-link img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.gallery__group-title {
	position: absolute;
	display: flex;
	align-items: center;
	color: #fff!important;
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 14px;
	padding: 15px;
	bottom: 0;
	text-shadow: 0 0 4px #000;
	text-decoration: none;
	z-index: 100;
}

.gallery__group-title::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 3px;
	transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: all 0.2s;
}

.gallery__group-title:hover:after {
	transform: rotate(45deg) translateX(3px) translateY(-3px);
}

.gallery__group-count {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 14px;
	background-color: #fff;
	bottom: 15px;
	right: 15px;
	z-index: 100;
	transition: all 0.2s;
}

.gallery__group-count::after {
	content: "";
	position: absolute;
	display: block;
	width: 70%;
	height: 2px;
	border-radius: 10px;
	background-color: #fff;
	bottom: -5px;
	transition: all 0.2s;
}

.gallery__group:hover .gallery__group-count {
	background-color: #EB6918;
	color: #fff;
	transform: translateY(-1px);
}

.gallery__group:hover .gallery__group-count::after {
	background-color: #EB6918;
	bottom: -8px;
}

/*CULTURE*/

.culture_wrapper {
	position: relative;
	display: block;
	padding: 30px 0;
}

.culture_wrapper_inner {
	display: flex;
	flex-wrap: wrap;
}

.culture_block_top_left {
	width: 33.3333%;
}

.culture_block_top_right {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 66.666666%;
}

.culture_block_bottom_left {

}

.culture_block_bottom_right {

}

.culture_block {
	position: relative;
	display: block;
	width: 352px;
	height: 352px;
	padding: 10px;
}

.culture_block_inner {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.culture_block_inner h2 {
	position: absolute;
	bottom: 10px;
	left: 20px;
	margin: 0;
	z-index: 99;
	width: 50%;
	line-height: 27px;
	text-align: left;
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
	text-transform: uppercase;
	color: #fff;
}

.culture_blog .culture_block_inner {
	background-color: #E3E9EC;
}

.culture_placemaking {
}

.culture_idp {

}

.culture_idp h2 {
	width: 30%;
}

.culture_careers {
	width: 704px;
}

.culture_cov {
	width: 704px;
	height: 704px;
}

.culture_communities {
	height: 704px;
}

.culture_blog {

}

.culture_links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 0 30px 0;
}

.culture_link_block {
	position: relative;
	display: block;
	width: 32.5%;
}

.culture_link_block a {
	text-decoration: none;
}

.culture_link_image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E3E9EC;
	min-height: 80px;
	margin-bottom: 10px;
}

.culture_link_image h1 {
	position: absolute;
	font-family: 'Gotham';
	font-weight: 200;
	z-index: 1000;
	margin: 0;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

.culture_link_caption {
	position: relative;
	display: block;
	padding: 15px;
	background-color: #E3E9EC;
}

.culture_link_caption p {
	margin: 0;
}

.culture_link_block img {
	display: block;
}

.culture_link_block .image_tint {
	background-color: rgba(0,0,0,0.0);
}

.culture_link_block:hover .image_tint {
	background-color: rgba(0,0,0,0.2);
}

/*NEWS*/

.news {
	padding-top: 50px;
}

.news_header {
	width: 100%;
	padding: 80px 0 20px;
}

.news_header p {
	margin: 0;
}

.news_header h1 {
	width: 50%;
	font-family: 'Gotham';
  font-weight: 200;
  font-style: normal
	margin-bottom: 10px;
}

.news_copy {
	padding-bottom: 30px;
}

.news_copy blockquote p {
	font-size: 16px;
}

.news_copy blockquote p:before {
	content: "“";
}

.news_copy blockquote p:after {
	content: "”";
}

.news_copy ul, .news_copy ol {
	font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
	font-size: 14px;
	padding: 18px;
	margin: 0;
}

.gallery_image_wrapper {
	position: relative;
	display: flex;
	width: 100%;
}

.gallery_image_column {
	position: relative;
	display: block;
	width: 514px;
	flex-basis: 50%;
	margin-right: 28px;
	min-height: 100px;
}

.gallery_image_column:last-of-type {
	margin-right: 0;
}

.gallery_image_link {
	text-decoration: none;
}

.gallery_image {
	margin-bottom: 20px;

	animation-name: anim_fade_down;
	animation-duration: 1.5s;
}

.gallery_image_caption {
	position: relative;
	display: block;
	padding: 15px;
	background-color: #E3E9EC;
}

.gallery_image_caption p {
	margin: 0;
}

.caption_link {
	background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/caption_link2.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: 15px 18px;
	padding-left: 40px;
}

.caption_link:hover {
	background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/caption_link_hover.png);
}

/*CAREERS*/

.careers_header {
	width: 100%;
	padding: 100px 0 20px;
}

.careers_list {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.careers_header h1 {
	font-family: 'Gotham';
    font-weight: 200;
    font-style: normal;
	margin: 0;
	margin-bottom: 10px;
}

.careers_header h4 {
	display: inline-block;
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	margin-top: 0;
}

.careers_list a {
	color: #3A3B3B;
	text-decoration: none;
}

.careers_block {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 20px 30px;
}

.careers_block:hover {
	background-color: #E3E9EC;
}

.careers_block h2 {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	margin: 0;
}

.careers_block p {
	margin: 0;
}

.careers_wrapper {
	margin-bottom: 30px;
}

.careers_wrapper h2 {
	font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;

	margin: 10px 0;
}

 h4 {
	font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;

	margin: 10px 0;
}

.careers_wrapper ul {
	margin: 0;
	padding-left: 20px;
}

.careers_wrapper ul li {
	font-family: 'Gotham Book';
	font-weight: normal;
	font-style: normal;
	color: #3A3B3B;
	font-size: 14px;
	margin-bottom: 10px;
}

.careers_wrapper p {
	clear: both;
}

.careers_wrapper .careers_button {
	position: relative;
	display: block;
	float: left;
    clear: both;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	margin: 10px 0 30px;
	padding: 10px 20px;
	font-family: 'Gotham';
	font-weight: 200;
	font-style: normal;
	text-transform: uppercase;
}

.careers_wrapper .careers_button:hover {
	background-color: #4C5356;
}

/*CONTACT*/

.contact_header {
	width: 50%;
	padding: 60px 0;
}

.contact_header h1 {
	font-family: 'Gotham';
    font-weight: 200;
    font-style: normal;
	margin: 0;
	margin-bottom: 10px;
}

.contact_header h4 {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.contact_header p {
	margin: 0;
}

.map_container {
	position: relative;
	display: block;
}

.address_wrap {
	position: relative;
	display: inline-block;
	width: 30%;
	margin-right: -5px;
	vertical-align: top;
}

.map_wrap {
	position: relative;
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

#uk_map {
	float: right;
	height: 900px;
}

.map_row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.google_map_container {
	width: 66%;
	height: 450px;
}

.google_map_container #coventrymap, .google_map_container #londonmap, .google_map_container #manchestermap {
	height: 100%;
}

.address_container {
	width: 33%;
	padding: 8px 0 8px 0;
	padding-left: 35px;
}

.contact_address {
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	list-style-type: none;
}

.contact_address:last-of-type {
	margin-bottom: 0;
}

.contact_address p {
	font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
	line-height: 22px;
	margin: 0;
	font-size: 16px;
}

.contact_address p:first-of-type {
	font-weight: bold;
}

.contact_address p a {
	color: #EB6918;
	text-decoration: none;
}

.contact_address p a:hover {
	text-decoration: underline;
}

.contact_form {
	padding: 30px 0;
	background-color: #f0f;
	background-color: #D3D6D8;
}

.wpcf7 {
	position: relative;
	display: block;
	width: 60%;
	margin: 0 auto!important;
}

.wpcf7-form {
	position: relative;
	display: block;

}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	font-size: 14px;

	margin: 0 0 15px 0;

	border: none;
	border-radius: 0;
	box-sizing: border-box;
	padding: 15px;
	color: #3A3B3B;
	width: 100%;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus {
	outline: none;
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
	opacity: 1;
	transition: all 0.6s;
}

.wpcf7-form input:focus::placeholder, .wpcf7-form textarea:focus::placeholder {
	opacity: 0.4;
}

.wpcf7-form textarea {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	font-size: 14px;

	margin: 0 0 15px 0;

	border: none;
	border-radius: 0;
	box-sizing: border-box;
	padding: 15px;
	color: #3A3B3B;
	resize: none;
}

.wpcf7-form input[type="submit"] {
	position: relative;
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
	font-size: 14px;

	text-align: center;

	border: none;
	border-radius: 0;
	box-sizing: border-box;
	padding: 15px;
	color: #fff;
	width: 30%;

	background-color: #3A3B3B;
}

.wpcf7-form p {
	margin: 0;
}

.wpcf7-not-valid-tip {
	margin: 0 0 15px;
}

.wpcf7-response-output {
	padding: 15px!important;
	color: #3A3B3B;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #b0ff64!important;
	background-color: rgba(176, 255, 100, 0.4);
}

.wpcf7-validation-errors {
	border: 2px solid #ff391b!important;
	background-color: rgba(255, 57, 27, 0.4);
}

.square_grey {
	fill: #D3D6D8;
	animation: anim_fade;

}

#map_fade_1 {
	animation-duration: 2s;
}

#map_fade_2 {
	animation-duration: 3.5s;
}

#map_fade_3 {
	animation-duration: 5s;
}

#map_fade_4 {
	animation-duration: 6.5s;
}

.square_orange {
	fill: #EB6918;
	animation: pulse infinite 4s;
}

.delay1 {
	animation-delay: 0s;
}

.delay2 {
	animation-delay: 0.4s;
}

.delay3 {
	animation-delay: 0.8s;
}

.download_button {
	position: relative;
	display: block;
	float: left;
    clear: both;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	margin: 35px 0 20px;
	padding: 10px 20px;
	font-family: 'Gotham';
	font-weight: 200;
	font-style: normal;
	text-transform: uppercase;
}
}

/*THESE ONES*/

/*Tablets (Portrait)*/
@media (min-width: 768px) and (max-width: 1056px) {
	.hero {
		position: relative;
		height: 75vh;
		overflow: hidden;
		background-color: #E3E9EC;
		background-size: cover;
		background-position: center;
	}

	.hero__container {
		position: relative;
		display: flex;
		align-items: center;
		height: 100%;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 1.5rem;
		color: #fff;
	}

	.hero--small {
		height: 20vh;
		background-color: #fff;
		padding-top: 12vh
	}

	.hero--small .hero__container {
		color: #000;
	}

	.header_container {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		/* overflow: hidden; */
	}

	section {
		padding: 2rem 0;
	}

	section.intro {
		padding: 2rem 0;
	}

	.container {
		padding: 0 20px;
	}

	.header_logo {
		position: relative;
		width: 100px;
		height: 100px;
	}

	.burger_menu_menu {
		min-width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
	}

	.main-navigation {
		clear: both;
		width: 100%;
		height: 100px;
	}

	.current-menu-item::after {
		display: none;
	}

	.menu-menu-1-container {
		display: block;
		margin-top: 40px;
		flex-grow: 2;
	}



	/*FOOTER*/

	.site-footer {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 300px;
		padding: 4rem 0;
		background-color: #E3E9EC;
	}

	.footer__container {
		position: relative;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		height: 100%;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 1.5rem;
	}

	.footer__column {
		position: relative;
		width: auto;
		max-width: 30%;
		margin-right: 4rem;
	}

	.footer__column ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		font-family: "Gotham Book";
	}

	.footer__column ul li {
		margin-bottom: 2px;
	}

	.footer__column a {
		color: inherit;
		text-decoration: none;
	}

	.footer__column a[href^="mailto"] {
		color: #EB6918;
	}

	ul.footer_socials {
		display: flex;
		justify-content: center;
		padding: 0;
		margin-top: 15px;
		list-style-type: none;
		vertical-align: middle;
	}

	.footer_socials li {
		display: inline-block;
		margin: 0 15px 0 0;
	}

	.footer_socials a {
		display: block;
		width: 25px;
		height: 25px;
		margin-right: 0;
	}

	.footer_socials img {
		position: relative;
		display: block;
		height: 25px;
		width: 25px;
	}

	.footer_link {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		text-decoration: none;
		margin-right: 8px;
	}

	.footer_link:hover {
		text-decoration: underline;
	}

	.footer__accreditations {
		position: relative;
		display: flex;
		width: 100%;
		/* background-color: #0ff; */
		margin: 2.5rem 0 0 0;
	}

	.footer__accreditation {
		position: relative;
		display: block;
		max-width: 80px;
		max-height: 30px;
		margin-right: 1rem;
		height: auto;
		object-fit: contain;
	}

	/*Home*/

	.homepage__hero {
		position: relative;
		display: flex;
		align-items: center;
		height: 75vh;
		width: 100%;
		overflow: hidden;
	}

	.carousel {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.carousel__cell {
		display: block;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.carousel__controls {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: space-between;
		bottom: 20px;
		left: 0;
		width: 100%;
		height: 30px;
		padding: 5px 40px;
		z-index: 100;
	}

	.carousel__arrow {
		width: 30px;
		height: 30px;
		cursor: pointer;
		transition: all 0.3s;
	}

	.carousel__arrow--next {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_next.svg);
	}

	.carousel__arrow--next:hover {
		transform: translateX(5px);
	}

	.carousel__arrow--prev {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_prev.svg);
	}

	.carousel__arrow--prev:hover {
		transform: translateX(-5px);
	}

	.carousel__dot-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.carousel__dot {
		position: relative;
		display: inline-block;
		margin: 0 5px;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
	}

	.carousel__dot.is-selected {
		background-color: #EB6918;
		border: none;
	}

	.carousel__static {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.image_tint {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: rgba(0,0,0,0.0);
	}

	.block_half {
		position: relative;
		display: block;
		width: 100vw;
		height: 100vw;
		padding-bottom: 12%;
		padding-top: 12%;

		background-size: cover;
		background-position: center;
	}

	.block_half a {
		text-decoration: none;
	}

	.block_half_inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.block_half_content {
		display: block;
		box-sizing: border-box;
		padding: 5px 20px;
	}

	.block_half_title {
		text-align: center;
	}

	.block_half_title h1 {
		color: #fff;
		font-family: 'Gotham';
		font-weight: 300;
		font-style: normal;
		margin-bottom: 0;
		margin-bottom: 30px;
	}

	.block_half_content a {
		color: #EB6918;
		text-decoration: none;
	}

	.accent {
		position: relative;
		display: none;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
		margin: 8px 0 30px;
		left: 50%;
		transform: translateX(-50%);
	}

	.bts {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 400px;
		background-image: url('../../../wp-content/uploads/2017/11/hero_about.jpg');
		background-size: cover;
		background-position: center;
		padding: 0 20px;
	}

	.bts h1 {
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
	}

	.bts p {
		position: relative;
		font-family: 'Gotham';
		font-size: 20px;
	  font-weight: 300;
	  font-style: normal;
		width: 100%;
		margin: 0 auto;
		color: #fff;
	}

	.bts h3 {
		position: relative;
		font-family: 'Gotham';
		font-weight: 300;
		font-style: normal;
		width: 320px;
		margin: 0 auto;
	}

	.bts a {
		text-decoration: none;
		color: #fff;
		text-align: center;
		z-index: 100;
	}

	/*SERVICES*/

	.service__title {
		margin: 0;
		margin-left: 20px;
		font-size: 1.4rem;
		color: #fff;
		top: 5px;
		min-width: 300px;
		text-transform: uppercase;
		z-index: 100;
		pointer-events: none;
	}

	.service__title.black {
		color: #404040;
	}

	.single-careers .service__title {
		display: none;
	}

	.services__list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}

	.services__row {
		height: 30vw;
		max-height: 400px;
		margin-bottom: 2rem;
	}

	.services__row-inner {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}

	.services__row:nth-of-type(even) .services__row-inner {
		flex-direction: row-reverse;
	}

	.service__row-column {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 100%;
		color: #3A3B3B;
		text-align: center;
		transition: all 0.3s;
	}

	.service__row-column.service__row-column--text {
		padding: 0 2.5rem;
	}

	.services__row-inner:hover .service__row-column {
		background-color: #EB6918;
		color: #fff;
	}

	.service__row-column img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.service__row-column h1 {
		font-family: 'Gotham';
		font-weight: bold;
		text-transform: uppercase;
	}

	.service_hero {
		position: relative;
		height: 400px;
		background-size: cover;
		background-position: center;
	}

	.service_hero_container {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-size: cover;
		background-position: center;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px;
		z-index: 99;
	}

	.service_logo_container {
		z-index: 100;
	}

	.service_logo_wrap {
		width: 133px;
		margin-top: 45px;
	}

	.service_logo_wrap img {
		display: block;
	}

	.service_logo_wrap h2 {
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
		text-align: right;
		text-transform: uppercase;
		font-size: 15px;
		margin-top: 5px;
		color: #fff;
	}

	.service_pattern {
		position: absolute;
		width: 100%;
		height: 40%;
		z-index: 10;
		right: 0;
		bottom: 0;
		background-size: 110px;
		background-position: 45% 50%;
	}

	.service_caption_container {
		display: none;
		align-self: flex-end;
	}

	.service_caption_container p {
		text-align: right;
		color: #fff;
	}

	.service_quote_mob {
		display: none;
	}

	.service_copy_wrapper, .service_image_wrapper {
		padding: 30px 20px 20px;
	}

	.service_copy_wrapper ul {
		margin: 20px 0;
		padding-left: 10px;
		color: #4C5356;
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
	}

	.service_copy_wrapper blockquote {
		margin: 0;
	}

	.service_copy_wrapper blockquote p {
		font-family: 'Gotham';
		font-weight: bold;
	  font-style: normal;
		font-size: 20px;
		color: #EB6918;
		margin: 3rem 0 2rem;
	}

	.service_copy_wrapper blockquote p::before, .service_copy_wrapper blockquote p::after {
		content: "\"";
	}

	.mobile_services {
		display: block;
		padding: 30px 0 40px;
		background-color: #ffffff;
	}

	.mobile_services_list {
		display: flex;
		flex-wrap: wrap;
	}

	.mobile_service_row {
		position: relative;
		display: flex;
		width: 50%;
	}

	.mobile_service_row:nth-of-type(3), .mobile_service_row:nth-of-type(4), .mobile_service_row:nth-of-type(7), .mobile_service_row:nth-of-type(8), .mobile_service_row:nth-of-type(11), .mobile_service_row:nth-of-type(12) {
		justify-content: flex-end;
	}

	.mobile_service_block {
		position: relative;
		display: block;
		width: 50%;
	}

	.mobile_service_block a {
		display: block;
		text-decoration: none;
	}

	.mobile_service_block a img {
		display: block;
		width: 100%;
	}

	.mobile_service_block a h3 {
		position: absolute;
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		color: #7E8386;
		text-align: right;
		margin: 0;
		right: 5px;
		margin-top: 5px;
		font-size: 15px;
		text-transform: uppercase;
	}

	.service_navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		background-color: #353636;
		padding: 10px 0;
	}

	.service_navigation ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;

		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.service_navigation li {
		position: relative;
		display: block;
		width: 100%;
		margin: 15px 0;
	}

	.service_navigation a {
		display: block;
		text-decoration: none;
		text-transform: uppercase;

		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		color: #fff;
		font-size: 14px;
	}

	section#casestudies a {
		text-decoration: none;
	}

	.more_case_study_button {
		position: relative;
		display: inline-block;
		background-color: #EB6918;
		padding: 10px 15px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.more_case_study_button span {
		font-family: 'Gotham Book';
		color: #fff;
	}

	.case_studies_title {
		color: #404040;
		font-family: 'Gotham';
		font-weight: 500;
		font-style: normal;
		text-transform: uppercase;
		font-size: 20px;
		margin-bottom: 30px;
	}

	.cell__grid {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.cell__grid::after {
		content: "";
		width: 31%;
	}

	.cell__block {
		position: relative;
		display: block;
		width: 31%;
		margin-bottom: 1.5rem;
	}

	.cell__block-link {
		text-decoration: none;
	}

	.cell__block-image-wrapper {
		position: relative;
		width: 100%;
		margin-bottom: 1rem;
	}

	.cell__block-image {
		display: block;
		width: 100%;
	}

	.cell__block:nth-child(n+4) {
		margin-top: 2rem;
	}

	.cell__block-title {
		margin: 0.2rem 0 0.2rem;
		font-weight: bold;
	}

	.cell__block-location {
		margin: 0 0 0 ;
	}

	.cell__block-typology {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		color: #EB6918;
		margin: 0 0 0.5rem;
		text-decoration: none;
	}

	.cell__block-typology:hover {
		color: #da5c0e;
	}

	.full_case_study {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		color: #ffffff;
		background-color: #008CC2;
		padding: 2px 5px 1px;
		margin: 0;
	}

	.full_case_study_alt {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		color: #008CC2;
		background-color: #ffffff;
		padding: 2px 5px 1px;
		margin: 0;
	}

	.cell_info {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 13px;
		color: #404040;
		background-color: #E3E9EC;
		padding: 12px 15px;
		min-height: 72px;
	}

	.cell_info p {
		margin: 2px 0;
		max-height: 64px;
		transition: color 0.2s;
	}

	.cell_info a {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #008CC2;
	}

	/*Our Work*/

	.filter {
	}

	.filter__container {
		position: relative;
		display: block;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 1.5rem;
	}

	.filter__toolbar {
		display: flex;
		align-items: center;
	}

	.filter__button-group {
		position: relative;
		overflow: visible;
	}

	.filter__button {
		position: relative;
		display: flex;
		align-items: center;
		appearance: none;
		-webkit-appearance: none;
		border: 1px solid #000;
		padding: 10px 12px;
		border-radius: 0;
		background-color: #fff;
		font-family: 'Gotham Book';
	  font-weight: 400;
	  font-style: normal;
		font-size: 13px;
		text-transform: uppercase;
		margin-right: 1.5rem;
	}

	.filter__button::after {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		margin-left: 13px;
		margin-top: -4px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: rotate(45deg);
	}

	.filter__button:hover {
		border: 1px solid #EB6918;
		background-color: #EB6918;
		color: #fff;
	}

	.filter__button:hover::after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.filter__dropdown {
		position: absolute;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		background-color: #fff;
		border: 1px solid #000;
		width: 200px;
		top: 37px;
		left: 0;
		height: 0;
		max-height: 300px;
		z-index: 100;
		overflow: scroll;
		box-sizing: border-box;
		opacity: 0;
		pointer-events: none;

	}

	.filter__button:hover .filter__dropdown {
		opacity: 1;
		pointer-events: all;
		height: auto;
	}

	.filter__dropdown::-webkit-scrollbar {
		width: 4px;
	}

	.filter__dropdown::-webkit-scrollbar-thumb {
		background-color: #000;
	}

	.filter__dropdown-item {
		color: #000;
		padding: 8px 10px;
		text-decoration: none;
		font-family: "Gotham Book";
		font-weight: 500;
		width: 100%;
	}

	.filter__dropdown-item:first-of-type {
		padding-top: 10px;
	}

	.filter__dropdown-item:last-of-type {
		padding-bottom: 10px;
	}

	.filter__dropdown-item:hover {
		background-color: #EB6918;
		color: #fff;
	}
	.filter__dropdown-item:visited {
		color: #000;
	}

	.study_header {
		position: relative;
		display: flex;
		align-items: center;
		height: 500px;
		width: 100%;
		overflow: hidden;
	}

	.study_header_hero {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;

		background-size: cover;
		background-position: center;
	}

	.study_header h2 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #fff;
		font-size: 20px;
		margin-bottom: 20px;
		z-index: 200;
	}

	.study_header h1 {
		position: relative;
		display: block;
		font-family: 'Gotham Book';
		font-weight: 600;
		font-style: normal;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
		margin-top: 0;
		margin-left: 20px;
		width: 70%;
		font-size: 25px;
		color: #fff;
		z-index: 50;
		pointer-events: none;
	}

	.study_header_carousel {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.study_header_carousel_cell {
		display: block;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.study_header_carousel_controls {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 30px;
		padding: 5px 40px;
		z-index: 100;
	}

	.carousel_arrow {
		display: none;
	}

	.carousel_dot_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.carousel_dot {
		position: relative;
		display: inline-block;
		margin: 0 5px;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
	}

	.carousel_dot.is-selected {
		background-color: #EB6918;
		border: none;
	}

	.study_wrapper {
		margin-top: 0;
		padding: 0 20px;
	}

	.study_wrapper .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
		padding: 0;
	}

	.study_footer .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
	}

	.study_block {
		position: relative;
		display: block;
		width: 100%;
	}

	.study_img_block {
		width: 49%;
	}

	.study_block h3 {
		color: #EB6918;
		font-family: 'Gotham';
		font-weight: 400;
		margin-bottom: 0;
	}

	.study_block span {
		margin-top: 0;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: italic;
		color: #3A3B3B;
		font-size: 14px;
	}

	.study_banner {
		height: 800px;
		background-size: cover;
		background-image: url('../../../wp-content/uploads/2017/11/casestudy_banner.jpg')!important;
		margin-bottom: 50px;
	}

	.study_quote {
		border-top: 1px solid #EB6918;
		border-bottom: 1px solid #EB6918;
		padding: 45px 0;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: italic;
		line-height: 25px;
	}

	.study_quote blockquote:before {
		content: open-quote;
	}

	.study_quote blockquote:after {
		content: close-quote;
	}

	.study_quote blockquote {
		margin: 0;
		color: #747d7c;
	}

	.study_quote_accent {
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
	}

	.study_quote_accent#accent_top {
		top: -1px;
		left: 0;
	}

	.study_quote_accent#accent_bottom {
		bottom: -1px;
		right: 0;
	}

	.study_block img {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
	}

	.study_footer {
		padding: 30px 0;
		background-color: #4C5356;
	}

	.project_facts {
		padding: 40px 0;
		background-color: #fff;
		/* background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/project_facts_background.png);
		background-size: 30px;
		background-position: 20px 20px; */
	}

	.project_facts .study_wrapper {
		margin-bottom: 40px;
	}

	.project_facts_wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.study_project_fact {
		width: 48%;
	}

	.project_facts .study_block h2 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #EB6918;
		font-size: 20px;
	}

	.project_facts .study_block p {
		margin-top: 0;
		margin-bottom: 10px;
		color: #606060;
	}

	.study_project_fact h4, .study_block h4 {
		margin-bottom: 10px;
	}

	.project_facts .study_block a {
		color: #EB6918;
		text-decoration: none;
	}

	.project_facts .study_block a:hover {
		text-decoration: underline;
	}

	.study_footer_service_grid {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 44px;
		height: 200px;
	}

	.study_service_block {
		position: relative;
		display: inline-block;
		width: 66px;
		height: 66px;
	}

	.study_service_block:nth-of-type(odd) {
		margin-top: 66px;
	}

	.study_service_block h3 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		text-align: right;
		font-size: 7px;
		text-transform: uppercase;
		margin-top: 5px;
		padding-right: 2px;
		color: #fff;
	}

	.study_service_block a {
		color: #fff;
		text-decoration: none!important;
	}

	.study_service_block#study_service_logo {
		width: 33px;
		height: 33px;
		margin-top: -33px;
		background-color: #EB6918;
	}

	.study_testimonial_quote {
		position: relative;
		border-top: 1px solid #EB6918;
		padding-top: 45px;
		margin: 35px 0;
	}

	.study_testimonial_quote span {
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
		font-size: 12px;
		display: block;
		color: #EB6918;
	}

	.study_testimonial_quote_accent {
		position: absolute;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
		top: -1px;
		left: 0;
	}

	.study_testimonial_quote blockquote:before {
		content: open-quote;
	}

	.study_testimonial_quote blockquote:after {
		content: close-quote;
	}

	.study_testimonial_quote blockquote {
		margin: 0;
		color: #747d7c;
		margin-bottom: 35px;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
	}

	.study_footer_list {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.study_footer_list a {
		color: #fff;
		text-decoration: none;
	}

	.study_footer_list li {
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
		text-transform: uppercase;
		margin-bottom: 3px;
	}

	.study_list_arrow {
		display: inline-block;
		margin-right: 15px;
		padding: 2px 5px;
	}

	.study_footer_list li:hover .study_list_arrow {
		background-color: #16191A;
	}

	.study_footer_list a:hover {
		text-decoration: none!important;
	}

	/*Practice*/

	.page_hero {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		background-image: none!important;
	}

	.page_hero h1 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 500;
		color: #404040;
		z-index: 10;
		margin: 0 0 10px 20px;
		text-transform: uppercase;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.page_hero h3 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		font-size: 25px;
		color: #404040;
		z-index: 10;
		margin-top: 0;
		text-transform: uppercase;
		margin-left: 20px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.page_hero_tint {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+23,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 23%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
		z-index: 1;
	}

	.practice_sub_menu {
		position: relative;
		width: 100%;
		top: 0;
		margin-top: 60px;
		margin-bottom: 40px;
		padding: 0 40px;
	}

	.practice_sub_menu ul {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		z-index: 10;
		padding-top: 10px;
	}

	.practice_sub_menu li {
		display: inline-block;
		transform-origin: center;
		animation: anim_pop 0.08s linear;
		animation-fill-mode: both;
		text-align: left;
		margin-bottom: 8px;
	}

	.practice_sub_menu li:nth-child(1) {
		animation-delay: 0.07s;
	}
	.practice_sub_menu li:nth-child(2) {
		animation-delay: 0.14s;
	}
	.practice_sub_menu li:nth-child(3) {
		animation-delay: 0.21s;
	}
	.practice_sub_menu li:nth-child(4) {
		animation-delay: 0.28s;
	}
	.practice_sub_menu li:nth-child(5) {
		animation-delay: 0.35s;
	}
	.practice_sub_menu li:nth-child(6) {
		animation-delay: 0.42s;
	}

	.practice_sub_menu li a {
		font-family: 'Gotham';
	  font-weight: normal;
	  font-style: normal;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		transition: color 0.05s linear;
	}

	.practice_sub_menu .current-menu-item a {
		font-family: 'Gotham';
		font-weight: 800;
	}

	.careers_header .practice_sub_menu li a{
		color: #404040!important;
	}

	.page-title, .archive-description {
		display: none;
	}

	.gallery_image_wrapper {
		position: relative;
		display: flex;
		width: 100%;
	}

	.gallery_image_column {
		position: relative;
		display: block;
		width: 50%;
		margin-right: 28px;
		min-height: 100px;
	}

	.gallery_image_column:last-of-type {
		margin-right: 0;
	}

	.gallery_image_link {
		text-decoration: none;
	}

	.gallery_image {
		margin-bottom: 20px;

		animation-name: anim_fade_down;
		animation-duration: 1.5s;
	}

	.gallery_image_caption {
		position: relative;
		display: block;
		padding: 15px;
		background-color: #E3E9EC;
	}

	.gallery_image_caption p {
		margin: 0;
	}

	.caption_link {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/caption_link2.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: 15px 18px;
		padding-left: 40px;
	}

	.caption_link:hover {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/caption_link_hover.png);
	}

	/*Gallery Page*/

	.gallery__wrapper {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	.gallery__group {
		position: relative;
		display: block;
		width: 48%;
		min-height: 100px;
		padding-bottom: 30%;
		margin-bottom: 4%;
	}

	.gallery__group::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(15deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
		pointer-events: none;
	}

	.gallery__group-link {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
	}

	.gallery__group-link:first-of-type {
		display: block;
	}

	.gallery__group-link img {
		object-fit: cover;
		object-position: center;
		height: 100%;
		width: 100%;
	}

	.gallery__group-title {
		position: absolute;
		color: #fff!important;
		font-family: 'Gotham';
		font-weight: bold;
		font-size: 14px;
		bottom: 15px;
		left: 15px;
		text-shadow: 0 0 4px #000;
		text-decoration: none;
		z-index: 100;
	}

	.gallery__group-count {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		border-radius: 6px;
		font-family: 'Gotham';
		font-weight: bold;
		font-size: 14px;
		background-color: #fff;
		bottom: 15px;
		right: 15px;
		z-index: 100;
		transition: all 0.2s;
	}

	.gallery__group-count::after {
		content: "";
		position: absolute;
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 10px;
		background-color: #fff;
		bottom: -5px;
		transition: all 0.2s;
	}

	/*About*/

	.content_intro h4, .content_intro h3 {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
	}

	.content_intro ul {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
	}

	.values_wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 20px 50px 20px;
	}

	.value_block {
		width: 100%;
		padding: 0 35px;
		text-align: center;
	}

	.value_block h2 {
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
	}

	.about_links {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 20px 30px 20px;
	}

	.about_link_block {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.about_link_block img {
		display: block;
	}

	.about_link_block h2 {
		position: absolute;
		bottom: 10px;
		left: 20px;
		margin: 0;
		z-index: 99;
		width: 50%;
		line-height: 27px;
		text-align: left;
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		color: #fff;
	}

	.about_link_block#weareidp h2 {
		width: 20%;
	}

	.about_blog_wrapper {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		padding: 0 20px 40px 20px;
	}

	.blog_info {
		position: relative;
		width: 100%;
		padding-right: 0;
	}

	.blog_info h2 {
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		margin: 5px 0;
	}

	.blog_info h4 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		margin: 5px 0;
	}

	.blog_post_list {
		position: relative;
		width: 100%
	}

	.blog_post_list a {
		display: block;
		text-decoration: none;
		color: #3A3B3B;
	}

	.blog_list_item {
		position: relative;
		padding: 10px;
		background-color: #bccbd3;
		margin-bottom: 10px;
	}

	.blog_list_item p {
		margin: 0;
	}

	.blog_list_item h3 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		margin: 0;
	}

	.blog_post_list a:hover span {
		color: #EB6918;
	}

	.blog_list_item span {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		margin: 0;
	}

	/*Culture*/

	.culture_links {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 30px 0;
	}

	.culture_link_block {
		position: relative;
		display: block;
		width: 49%;
		margin-bottom: 20px;
	}

	.culture_link_block a {
		text-decoration: none;
	}

	.culture_link_image {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #E3E9EC;
		min-height: 80px;
		margin-bottom: 10px;
	}

	.culture_link_image h1 {
		position: absolute;
		font-family: 'Gotham';
		font-weight: 200;
		z-index: 1000;
		margin: 0;
		color: #fff;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.culture_link_caption {
		position: relative;
		display: block;
		padding: 15px;
		background-color: #E3E9EC;
	}

	.culture_link_caption p {
		margin: 0;
	}

	.culture_link_block img {
		display: block;
	}

	.culture_link_block .image_tint {
		background-color: rgba(0,0,0,0.0);
	}

	/*NEWS*/

	.news {
		padding-top: 50px;
	}

	.news_header {
		width: 100%;
		padding: 0 0 20px;
	}

	.news_header p {
		margin: 0;
	}

	.news_header h1 {
		width: 100%;
		font-family: 'Gotham';
	  font-weight: 200;
	  font-style: normal
		margin-bottom: 10px;
		font-size: 25px;
	}

	.news_copy {
		padding-bottom: 30px;
	}

	.news_copy blockquote p {
		font-size: 16px;
	}

	.news_copy blockquote p:before {
		content: "“";
	}

	.news_copy blockquote p:after {
		content: "”";
	}

	.news_copy ul, .news_copy ol {
		font-family: 'Gotham';
	  font-weight: normal;
	  font-style: normal;
		font-size: 14px;
		padding: 18px;
		margin: 0;
	}

	/*People*/

	.team_list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 50px;
		width: 100%;
	}

	.team_list::after {
		content: "";
		display: block;
		flex-grow: 1;
	}

	.team_member_box {
		position: relative;
		display: inline-block;
		width: 33%;
		margin-bottom: 22px;
		height: auto;
	}

	.team_member_box:nth-of-type(2n) {
		margin-right: 0;
	}

	.team_member_box_inner {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		justify-content: flex-end;

		animation-name: anim_fade;
		animation-duration: 1.5s;
	}

	.team_member_image {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
		opacity: 1;
		transition: all 0.3s;
	}

	.team_member_image img {
		display: block;
	}

	.team_member_info {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 13px;
		color: #404040;
		padding: 8px;
		/* background-color: #E3E9EC; */
	}

	.team_member_info p {
		margin: 2px 0;
	}

	.team_member_info p:first-of-type {
		font-weight: 600;
	}

	.team_member_info a {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #404040;
		display: none;
	}

	.team_member_info a:hover {
		color: #EB6918;
	}

	/*CAREERS*/

	.careers_header {
		width: 100%;
		padding: 100px 0 20px;
	}

	.careers_list {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}

	.careers_header h1 {
		font-family: 'Gotham';
	    font-weight: 200;
	    font-style: normal;
		margin: 0;
		margin-bottom: 10px;
	}

	.careers_header h3, .careers_header h4, .careers_wrapper h4 {
		display: inline-block;
		font-family: 'Gotham';
		font-weight: 200;
	  font-style: normal;
		margin: 0;
	}

	.careers_list a {
		color: #3A3B3B;
		text-decoration: none;
	}

	.careers_block {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 12px;
		background-color: #E3E9EC;
	}

	.careers_block h2 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		margin: 0;
		font-size: 15px;
		width: 100%
	}

	.careers_block p {
		margin: 0;
	}

	.careers_title_wrapper {
		margin-bottom: 5px;
	}

	.careers_title_wrapper p {
		font-size: 12px;
	}

	.careers_wrapper {
		margin-bottom: 30px;
	}

	.careers_wrapper h2 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;

		margin: 10px 0;
	}

	.careers_wrapper ul {
		margin: 0;
		padding-left: 20px;
	}

	.careers_wrapper ul li {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.careers_wrapper p {
		clear: both;
	}

	.careers_wrapper .careers_button {
		position: relative;
		display: block;
		float: left;
	    clear: both;
		text-decoration: none;
		color: #fff;
		background-color: #000;
		margin: 10px 0 30px;
		padding: 10px 20px;
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
		text-transform: uppercase;
}

	/*Contact*/

	/*CONTACT*/

	.contact_header {
		width: 50%;
		padding: 60px 0 30px;
	}

	.contact_header h1 {
		font-family: 'Gotham';
	    font-weight: 200;
	    font-style: normal;
		margin: 0;
		margin-bottom: 10px;
	}

	.contact_header h4 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		text-transform: uppercase;
		margin: 0;
		margin-bottom: 10px;
	}

	.contact_header p {
		margin: 0;
	}

	.map_row {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.google_map_container {
		width: 100%;
		height: 350px;
	}

	.google_map_container #coventrymap, .google_map_container #londonmap, .google_map_container #manchestermap {
		height: 100%;
	}

	.address_container {
		width: 100%;
		padding: 8px 0 8px 20px;
		padding-left: 20px;
	}

	.contact_address {
		display: inline-block;
		padding: 15px 0 0 0;
		margin: 0;
		margin-bottom: 10px;
		list-style-type: none;
		margin-right: 30px;
	}

	.contact_address p {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		line-height: 22px;
		margin: 0;
		font-size: 16px;
	}

	.contact_address p:first-of-type {
		font-weight: 800;
	}

	.contact_address p a {
		color: #EB6918;
		text-decoration: none;
	}

	.contact_address p a:hover {
		text-decoration: underline;
	}

	.contact_form {
		padding: 30px 0;
		background-color: #D3D6D8;
	}

	.wpcf7 {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto!important;
	}

	.wpcf7-form {
		position: relative;
		display: block;

	}

	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		margin: 0 0 15px 0;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #3A3B3B;
		width: 100%;
	}

	.wpcf7-form input:focus, .wpcf7-form textarea:focus {
		outline: none;
	}

	.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
		opacity: 1;
		transition: all 0.6s;
	}

	.wpcf7-form input:focus::placeholder, .wpcf7-form textarea:focus::placeholder {
		opacity: 0.4;
	}

	.wpcf7-form textarea {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		margin: 0 0 15px 0;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #3A3B3B;
		resize: none;
	}

	.wpcf7-form input[type="submit"] {
		position: relative;
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		text-align: center;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #fff;
		width: 30%;

		background-color: #3A3B3B;
	}

	.wpcf7-form p {
		margin: 0;
	}

	.wpcf7-not-valid-tip {
		margin: 0 0 15px;
	}

	.wpcf7-response-output {
		padding: 15px!important;
		color: #3A3B3B;
	}

	.wpcf7-mail-sent-ok {
		border: 2px solid #b0ff64!important;
		background-color: rgba(176, 255, 100, 0.4);
	}

	.wpcf7-validation-errors {
		border: 2px solid #ff391b!important;
		background-color: rgba(255, 57, 27, 0.4);
	}

	.square_grey {
		fill: #D3D6D8;
		animation: anim_fade;

	}
}

/*Tablets (Landscape)*/
@media (min-width: 768px) and (max-width: 1056px) and (orientation: landscape) {
	.hero {
		position: relative;
		height: 75vh;
		overflow: hidden;
		background-color: #E3E9EC;
		background-size: cover;
		background-position: center;
	}

	.hero__container {
		position: relative;
		display: flex;
		align-items: center;
		height: 100%;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 1.5rem;
		color: #fff;
	}

	.hero--small {
		height: 20vh;
		background-color: #fff;
		padding-top: 12vh
	}

	.hero--small .hero__container {
		color: #000;
	}

	.header_container {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		/* overflow: hidden; */
	}

	section {
		padding: 2rem 0;
	}

	section.intro {
		padding: 2rem 0;
	}

	.container {
		padding: 0 20px;
	}

	.header_logo {
		width: 100px;
		height: 100px;
	}


	.main-navigation {
		clear: both;
		width: 100%;
		height: 100px;
	}

	.current-menu-item::after {
		display: none;
	}

	.menu-menu-1-container {
		display: block;
		margin-top: 40px;
	}

	#primary-menu .current-menu-item::after {
		position: absolute;
		display: inline-block;
		height: 1.5px;
		width: 60px;
		background-color: #EB6918;
		top: 25px;
		content: "";
	}

	/*FOOTER*/

	.site-footer {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 300px;
		padding: 4rem 0;
		background-color: #E3E9EC;
	}

	.footer__container {
		position: relative;
		display: flex;
		align-items: flex-start;
		height: 100%;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 1.5rem;
	}

	.footer__column {
		position: relative;
		width: auto;
		max-width: 30%;
		margin-right: 4rem;
	}

	.footer__column ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		font-family: "Gotham Book";
	}

	.footer__column ul li {
		margin-bottom: 2px;
	}

	.footer__column a {
		color: inherit;
		text-decoration: none;
	}

	.footer__column a[href^="mailto"] {
		color: #EB6918;
	}

	ul.footer_socials {
		display: flex;
		justify-content: center;
		padding: 0;
		margin-top: 15px;
		list-style-type: none;
		vertical-align: middle;
	}

	.footer_socials li {
		display: inline-block;
		margin: 0 15px 0 0;
	}

	.footer_socials a {
		display: block;
		width: 25px;
		height: 25px;
		margin-right: 0;
	}

	.footer_socials img {
		position: relative;
		display: block;
		height: 25px;
		width: 25px;
	}

	.footer_link {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		text-decoration: none;
		margin-right: 8px;
	}

	.footer_link:hover {
		text-decoration: underline;
	}

	.footer__accreditations {
		position: relative;
		display: flex;
		width: 100%;
		/* background-color: #0ff; */
		margin: 2.5rem 0 0 0;
	}

	.footer__accreditation {
		position: relative;
		display: block;
		max-width: 80px;
		max-height: 30px;
		margin-right: 1rem;
		height: auto;
		object-fit: contain;
	}

	/*Home*/

	.homepage__hero {
		position: relative;
		display: flex;
		align-items: center;
		height: 75vh;
		width: 100%;
		overflow: hidden;
	}

	.carousel {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.carousel__cell {
		display: block;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.carousel__controls {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: space-between;
		bottom: 20px;
		left: 0;
		width: 100%;
		height: 30px;
		padding: 5px 40px;
		z-index: 100;
	}

	.carousel__arrow {
		width: 30px;
		height: 30px;
		cursor: pointer;
		transition: all 0.3s;
	}

	.carousel__arrow--next {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_next.svg);
	}

	.carousel__arrow--next:hover {
		transform: translateX(5px);
	}

	.carousel__arrow--prev {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_prev.svg);
	}

	.carousel__arrow--prev:hover {
		transform: translateX(-5px);
	}

	.carousel__dot-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.carousel__dot {
		position: relative;
		display: inline-block;
		margin: 0 5px;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
	}

	.carousel__dot.is-selected {
		background-color: #EB6918;
		border: none;
	}

	.carousel__static {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.image_tint {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: rgba(0,0,0,0.0);
	}

	.block_half {
		position: relative;
		display: block;
		width: 100vw;
		height: 100vw;
		padding-bottom: 12%;
		padding-top: 12%;

		background-size: cover;
		background-position: center;
	}

	.block_half a {
		text-decoration: none;
	}

	.block_half_inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.block_half_content {
		display: block;
		box-sizing: border-box;
		padding: 5px 20px;
	}

	.block_half_title {
		text-align: center;
	}

	.block_half_title h1 {
		color: #fff;
		font-family: 'Gotham';
		font-weight: 300;
		font-style: normal;
		margin-bottom: 0;
		margin-bottom: 30px;
	}

	.block_half_content a {
		color: #EB6918;
		text-decoration: none;
	}

	.accent {
		position: relative;
		display: none;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
		margin: 8px 0 30px;
		left: 50%;
		transform: translateX(-50%);
	}

	.bts {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 400px;
		background-image: url('../../../wp-content/uploads/2017/11/hero_about.jpg');
		background-size: cover;
		background-position: center;
		padding: 0 20px;
	}

	.bts h1 {
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
	}

	.bts p {
		position: relative;
		font-family: 'Gotham';
		font-size: 20px;
	  font-weight: 300;
	  font-style: normal;
		width: 100%;
		margin: 0 auto;
		color: #fff;
	}

	.bts h3 {
		position: relative;
		font-family: 'Gotham';
		font-weight: 300;
		font-style: normal;
		width: 320px;
		margin: 0 auto;
	}

	.bts a {
		text-decoration: none;
		color: #fff;
		text-align: center;
		z-index: 100;
	}

	/*SERVICES*/

	.service__title {

		margin: 0;
		margin-left: 20px;
		top: 8px;
		font-size: 1.2rem;
		color: #fff;
		min-width: 300px;
		text-transform: uppercase;
		z-index: 100;
		pointer-events: none;
	}

	.service__title.black {
		color: #404040;
	}

	.single-careers .service__title {
		display: none;
	}

	.services__list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}

	.services__row {
		height: 30vw;
		max-height: 400px;
		margin-bottom: 2rem;
	}

	.services__row-inner {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}

	.services__row:nth-of-type(even) .services__row-inner {
		flex-direction: row-reverse;
	}

	.service__row-column {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 100%;
		color: #3A3B3B;
		text-align: center;
		transition: all 0.3s;
	}

	.service__row-column.service__row-column--text {
		padding: 0 2.5rem;
	}

	.services__row-inner:hover .service__row-column {
		background-color: #EB6918;
		color: #fff;
	}

	.service__row-column img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.service__row-column h1 {
		font-family: 'Gotham';
		font-weight: bold;
		text-transform: uppercase;
	}

	.service_hero {
		position: relative;
		height: 400px;
		background-size: cover;
		background-position: center;
	}

	.service_hero_container {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-size: cover;
		background-position: center;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px;
		z-index: 99;
	}

	.service_logo_container {
		z-index: 100;
	}

	.service_logo_wrap {
		width: 133px;
		margin-top: 45px;
	}

	.service_logo_wrap img {
		display: block;
	}

	.service_logo_wrap h2 {
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
		text-align: right;
		text-transform: uppercase;
		font-size: 15px;
		margin-top: 5px;
		color: #fff;
	}

	.service_pattern {
		position: absolute;
		width: 100%;
		height: 40%;
		z-index: 10;
		right: 0;
		bottom: 0;
		background-size: 110px;
		background-position: 45% 50%;
	}

	.service_caption_container {
		display: none;
		align-self: flex-end;
	}

	.service_caption_container p {
		text-align: right;
		color: #fff;
	}

	.service_quote_mob {
		display: none;
	}

	.service_copy_wrapper, .service_image_wrapper {
		padding: 50px 20px 20px 20px;
	}

	.service_copy_wrapper blockquote {
		margin: 0;
	}

	.service_copy_wrapper blockquote p {
		font-family: 'Gotham';
		font-weight: bold;
	  font-style: normal;
		font-size: 20px;
		color: #EB6918;
		margin: 3rem 0 2rem;
	}

	.service_copy_wrapper blockquote p::before, .service_copy_wrapper blockquote p::after {
		content: "\"";
	}

	.service_copy_wrapper ul {
		margin: 20px 0;
		color: #4C5356;
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
	}

	.mobile_services {
		display: block;
		padding: 30px 0 40px;
		background-color: #ffffff;
	}

	.mobile_services_list {
		display: flex;
		flex-wrap: wrap;
	}

	.mobile_service_row {
		position: relative;
		display: flex;
		width: 50%;
	}

	.mobile_service_row:nth-of-type(3), .mobile_service_row:nth-of-type(4), .mobile_service_row:nth-of-type(7), .mobile_service_row:nth-of-type(8), .mobile_service_row:nth-of-type(11), .mobile_service_row:nth-of-type(12) {
		justify-content: flex-end;
	}

	.mobile_service_block {
		position: relative;
		display: block;
		width: 50%;
	}

	.mobile_service_block a {
		display: block;
		text-decoration: none;
	}

	.mobile_service_block a img {
		display: block;
		width: 100%;
	}

	.mobile_service_block a h3 {
		position: absolute;
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		color: #7E8386;
		text-align: right;
		margin: 0;
		right: 5px;
		margin-top: 5px;
		font-size: 22px;
		text-transform: uppercase;
	}

	.service_navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		background-color: #353636;
		padding: 10px 0;
	}

	.service_navigation ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;

		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.service_navigation li {
		position: relative;
		display: block;
		width: 100%;
		margin: 15px 0;
	}

	.service_navigation a {
		display: block;
		text-decoration: none;
		text-transform: uppercase;

		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		color: #fff;
		font-size: 14px;
	}

	section#casestudies a {
		text-decoration: none;
	}

	.more_case_study_button {
		position: relative;
		display: inline-block;
		background-color: #EB6918;
		padding: 10px 15px;
		margin: 0 auto;
	}

	.more_case_study_button span {
		font-family: 'Gotham Book';
		color: #fff;
	}

	.case_studies_title {
		color: #404040;
		font-family: 'Gotham';
		font-weight: 500;
		font-style: normal;
		text-transform: uppercase;
		font-size: 20px;
		margin-bottom: 30px;
	}

	.cell__grid {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}

	.cell__grid::after {
		content: "";
		width: 31%;
	}

	.cell__block {
		position: relative;
		display: block;
		width: 31%;
		margin-bottom: 1rem;
	}

	.cell__block-link {
		text-decoration: none;
	}

	.cell__block-image-wrapper {
		position: relative;
		width: 100%;
		margin-bottom: 1rem;
	}

	.cell__block-image {
		display: block;
		width: 100%;
	}

	.cell__block:nth-child(n+4) {
		margin-top: 2rem;
	}

	.cell__block-title {
		margin: 0.2rem 0 0.2rem;
		font-weight: bold;
	}

	.cell__block-location {
		margin: 0 0 0 ;
	}

	.cell__block-typology {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		color: #EB6918;
		margin: 0 0 0.5rem;
		text-decoration: none;
	}

	.cell__block-typology:hover {
		color: #da5c0e;
	}

	.full_case_study {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		color: #ffffff;
		background-color: #008CC2;
		padding: 2px 5px 1px;
		margin: 0;
	}

	.full_case_study_alt {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		color: #008CC2;
		background-color: #ffffff;
		padding: 2px 5px 1px;
		margin: 0;
	}

	.cell_info {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 13px;
		color: #404040;
		background-color: #E3E9EC;
		padding: 12px 15px;
		min-height: 72px;
	}

	.cell_info p {
		margin: 2px 0;
		max-height: 64px;
		transition: color 0.2s;
	}

	.cell_info a {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #008CC2;
	}

	/*Our Work*/

	.filter {
	}

	.filter__container {
		position: relative;
		display: block;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 1.5rem;
	}

	.filter__toolbar {
		display: flex;
		align-items: center;
	}

	.filter__button-group {
		position: relative;
		overflow: visible;
	}

	.filter__button {
		position: relative;
		display: flex;
		align-items: center;
		appearance: none;
		-webkit-appearance: none;
		border: 1px solid #000;
		padding: 10px 12px;
		border-radius: 0;
		background-color: #fff;
		font-family: 'Gotham Book';
	  font-weight: 400;
	  font-style: normal;
		font-size: 13px;
		text-transform: uppercase;
		margin-right: 1.5rem;
	}

	.filter__button::after {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		margin-left: 13px;
		margin-top: -4px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: rotate(45deg);
	}

	.filter__button:hover {
		border: 1px solid #EB6918;
		background-color: #EB6918;
		color: #fff;
	}

	.filter__button:hover::after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.filter__dropdown {
		position: absolute;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		background-color: #fff;
		border: 1px solid #000;
		width: 200px;
		top: 37px;
		left: 0;
		height: 0;
		max-height: 300px;
		z-index: 100;
		overflow: scroll;
		box-sizing: border-box;
		opacity: 0;
		pointer-events: none;

	}

	.filter__button:hover .filter__dropdown {
		opacity: 1;
		pointer-events: all;
		height: auto;
	}

	.filter__dropdown::-webkit-scrollbar {
		width: 4px;
	}

	.filter__dropdown::-webkit-scrollbar-thumb {
		background-color: #000;
	}

	.filter__dropdown-item {
		color: #000;
		padding: 8px 10px;
		text-decoration: none;
		font-family: "Gotham Book";
		font-weight: 500;
		width: 100%;
	}

	.filter__dropdown-item:first-of-type {
		padding-top: 10px;
	}

	.filter__dropdown-item:last-of-type {
		padding-bottom: 10px;
	}

	.filter__dropdown-item:hover {
		background-color: #EB6918;
		color: #fff;
	}
	.filter__dropdown-item:visited {
		color: #000;
	}

	.study_header {
		position: relative;
		display: flex;
		align-items: center;
		height: 500px;
		width: 100%;
		overflow: hidden;
	}

	.study_header_hero {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;

		background-size: cover;
		background-position: center;
	}

	.study_header h2 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #fff;
		font-size: 20px;
		margin-bottom: 20px;
		z-index: 200;
	}

	.study_header h1 {
		position: relative;
		display: block;
		font-family: 'Gotham Book';
		font-weight: 600;
		font-style: normal;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
		margin-top: 0;
		margin-left: 20px;
		width: 70%;
		font-size: 25px;
		color: #fff;
		z-index: 50;
		pointer-events: none;
	}

	.study_header_carousel {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.study_header_carousel_cell {
		display: block;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.study_header_carousel_controls {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 30px;
		padding: 5px 40px;
		z-index: 100;
	}

	.carousel_arrow {
		display: none;
	}

	.carousel_dot_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.carousel_dot {
		position: relative;
		display: inline-block;
		margin: 0 5px;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
	}

	.carousel_dot.is-selected {
		background-color: #EB6918;
		border: none;
	}

	.study_wrapper {
		margin-top: 0;
		padding: 0 20px;
	}

	.study_wrapper .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
		padding: 0;
	}

	.study_footer .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
	}

	.study_block {
		position: relative;
		display: block;
		width: 100%;
	}

	.study_img_block {
		width: 49%;
	}

	.study_block h3 {
		color: #EB6918;
		font-family: 'Gotham';
		font-weight: 400;
		margin-bottom: 0;
	}

	.study_block span {
		margin-top: 0;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: italic;
		color: #3A3B3B;
		font-size: 14px;
	}

	.study_banner {
		height: 800px;
		background-size: cover;
		background-image: url('../../../wp-content/uploads/2017/11/casestudy_banner.jpg')!important;
		margin-bottom: 50px;
	}

	.study_quote {
		border-top: 1px solid #EB6918;
		border-bottom: 1px solid #EB6918;
		padding: 45px 0;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: italic;
		line-height: 25px;
	}

	.study_quote blockquote:before {
		content: open-quote;
	}

	.study_quote blockquote:after {
		content: close-quote;
	}

	.study_quote blockquote {
		margin: 0;
		color: #747d7c;
	}

	.study_quote_accent {
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
	}

	.study_quote_accent#accent_top {
		top: -1px;
		left: 0;
	}

	.study_quote_accent#accent_bottom {
		bottom: -1px;
		right: 0;
	}

	.study_block img {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
	}

	.study_footer {
		padding: 30px 0;
		background-color: #4C5356;
	}

	.project_facts {
		padding: 40px 0;
		background-color: #fff;
		/* background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/project_facts_background.png);
		background-size: 30px;
		background-position: 20px 20px; */
	}

	.project_facts .study_wrapper {
		margin-bottom: 40px;
	}

	.project_facts_wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.study_project_fact {
		width: 48%;
	}

	.project_facts .study_block h2 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #EB6918;
		font-size: 20px;
	}

	.project_facts .study_block p {
		margin-top: 0;
		margin-bottom: 10px;
		color: #606060;
	}

	.study_project_fact h4, .study_block h4 {
		margin-bottom: 10px;
	}

	.project_facts .study_block a {
		color: #EB6918;
		text-decoration: none;
	}

	.project_facts .study_block a:hover {
		text-decoration: underline;
	}

	.study_footer_service_grid {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 44px;
		height: 200px;
	}

	.study_service_block {
		position: relative;
		display: inline-block;
		width: 66px;
		height: 66px;
	}

	.study_service_block:nth-of-type(odd) {
		margin-top: 66px;
	}

	.study_service_block h3 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		text-align: right;
		font-size: 7px;
		text-transform: uppercase;
		margin-top: 5px;
		padding-right: 2px;
		color: #fff;
	}

	.study_service_block a {
		color: #fff;
		text-decoration: none!important;
	}

	.study_service_block#study_service_logo {
		width: 33px;
		height: 33px;
		margin-top: -33px;
		background-color: #EB6918;
	}

	.study_testimonial_quote {
		position: relative;
		border-top: 1px solid #EB6918;
		padding-top: 45px;
		margin: 35px 0;
	}

	.study_testimonial_quote span {
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
		font-size: 12px;
		display: block;
		color: #EB6918;
	}

	.study_testimonial_quote_accent {
		position: absolute;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
		top: -1px;
		left: 0;
	}

	.study_testimonial_quote blockquote:before {
		content: open-quote;
	}

	.study_testimonial_quote blockquote:after {
		content: close-quote;
	}

	.study_testimonial_quote blockquote {
		margin: 0;
		color: #747d7c;
		margin-bottom: 35px;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
	}

	.study_footer_list {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.study_footer_list a {
		color: #fff;
		text-decoration: none;
	}

	.study_footer_list li {
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
		text-transform: uppercase;
		margin-bottom: 3px;
	}

	.study_list_arrow {
		display: inline-block;
		margin-right: 15px;
		padding: 2px 5px;
	}

	.study_footer_list li:hover .study_list_arrow {
		background-color: #16191A;
	}

	.study_footer_list a:hover {
		text-decoration: none!important;
	}

	/*Practice*/

	.page_hero {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		background-image: none!important;
	}

	.page_hero h1 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 500;
		color: #404040;
		z-index: 10;
		margin: 0 0 10px 20px;
		text-transform: uppercase;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.page_hero h3 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		font-size: 25px;
		color: #404040;
		z-index: 10;
		margin-top: 0;
		text-transform: uppercase;
		margin-left: 20px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.page_hero_tint {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+23,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 23%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
		z-index: 1;
	}

	.practice_sub_menu {
		position: relative;
		width: 100%;
		top: 0;
		margin-top: 60px;
		margin-bottom: 40px;
		padding: 0 40px;
	}

	.practice_sub_menu ul {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		z-index: 10;
		padding-top: 10px;
	}

	.practice_sub_menu li {
		display: inline-block;
		transform-origin: center;
		animation: anim_pop 0.08s linear;
		animation-fill-mode: both;
		text-align: left;
		margin-bottom: 8px;
	}

	.practice_sub_menu li:nth-child(1) {
		animation-delay: 0.07s;
	}
	.practice_sub_menu li:nth-child(2) {
		animation-delay: 0.14s;
	}
	.practice_sub_menu li:nth-child(3) {
		animation-delay: 0.21s;
	}
	.practice_sub_menu li:nth-child(4) {
		animation-delay: 0.28s;
	}
	.practice_sub_menu li:nth-child(5) {
		animation-delay: 0.35s;
	}
	.practice_sub_menu li:nth-child(6) {
		animation-delay: 0.42s;
	}

	.practice_sub_menu li a {
		font-family: 'Gotham';
	  font-weight: normal;
	  font-style: normal;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		transition: color 0.05s linear;
	}

	.practice_sub_menu .current-menu-item a {
		font-family: 'Gotham';
		font-weight: 800;
	}

	.careers_header .practice_sub_menu li a{
		color: #404040!important;
	}

	.page-title, .archive-description {
		display: none;
	}

	.gallery_image_wrapper {
		position: relative;
		display: flex;
		width: 100%;
	}

	.gallery_image_column {
		position: relative;
		display: block;
		width: 50%;
		margin-right: 28px;
		min-height: 100px;
	}

	.gallery_image_column:last-of-type {
		margin-right: 0;
	}

	.gallery_image_link {
		text-decoration: none;
	}

	.gallery_image {
		margin-bottom: 20px;

		animation-name: anim_fade_down;
		animation-duration: 1.5s;
	}

	.gallery_image_caption {
		position: relative;
		display: block;
		padding: 15px;
		background-color: #E3E9EC;
	}

	.gallery_image_caption p {
		margin: 0;
	}

	.caption_link {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/caption_link2.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: 15px 18px;
		padding-left: 40px;
	}

	.caption_link:hover {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/caption_link_hover.png);
	}

	/*Gallery Page*/

	.gallery__wrapper {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	.gallery__group {
		position: relative;
		display: block;
		width: 100%;
		min-height: 100px;
		padding-bottom: 60%;
		margin-bottom: 4%;
	}

	.gallery__group::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(15deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
		pointer-events: none;
	}

	.gallery__group-link {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
	}

	.gallery__group-link:first-of-type {
		display: block;
	}

	.gallery__group-link img {
		object-fit: cover;
		object-position: center;
		height: 100%;
		width: 100%;
	}

	.gallery__group-title {
		position: absolute;
		color: #fff!important;
		font-family: 'Gotham';
		font-weight: bold;
		font-size: 14px;
		bottom: 15px;
		left: 15px;
		text-shadow: 0 0 4px #000;
		text-decoration: none;
		z-index: 100;
	}

	.gallery__group-count {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		border-radius: 6px;
		font-family: 'Gotham';
		font-weight: bold;
		font-size: 14px;
		background-color: #fff;
		bottom: 15px;
		right: 15px;
		z-index: 100;
		transition: all 0.2s;
	}

	.gallery__group-count::after {
		content: "";
		position: absolute;
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 10px;
		background-color: #fff;
		bottom: -5px;
		transition: all 0.2s;
	}

	/*About*/

	.content_intro h4, .content_intro h3 {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
	}

	.content_intro ul {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
	}

	.values_wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 20px 50px 20px;
	}

	.value_block {
		width: 100%;
		padding: 0 35px;
		text-align: center;
	}

	.value_block h2 {
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
	}

	.about_links {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 20px 30px 20px;
	}

	.about_link_block {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.about_link_block img {
		display: block;
	}

	.about_link_block h2 {
		position: absolute;
		bottom: 10px;
		left: 20px;
		margin: 0;
		z-index: 99;
		width: 50%;
		line-height: 27px;
		text-align: left;
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		color: #fff;
	}

	.about_link_block#weareidp h2 {
		width: 20%;
	}

	.about_blog_wrapper {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		padding: 0 20px 40px 20px;
	}

	.blog_info {
		position: relative;
		width: 100%;
		padding-right: 0;
	}

	.blog_info h2 {
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		margin: 5px 0;
	}

	.blog_info h4 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		margin: 5px 0;
	}

	.blog_post_list {
		position: relative;
		width: 100%
	}

	.blog_post_list a {
		display: block;
		text-decoration: none;
		color: #3A3B3B;
	}

	.blog_list_item {
		position: relative;
		padding: 10px;
		background-color: #bccbd3;
		margin-bottom: 10px;
	}

	.blog_list_item p {
		margin: 0;
	}

	.blog_list_item h3 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		margin: 0;
	}

	.blog_post_list a:hover span {
		color: #EB6918;
	}

	.blog_list_item span {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		margin: 0;
	}

	/*Culture*/

	.culture_links {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 30px 0;
	}

	.culture_link_block {
		position: relative;
		display: block;
		width: 49%;
		margin-bottom: 20px;
	}

	.culture_link_block a {
		text-decoration: none;
	}

	.culture_link_image {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #E3E9EC;
		min-height: 80px;
		margin-bottom: 10px;
	}

	.culture_link_image h1 {
		position: absolute;
		font-family: 'Gotham';
		font-weight: 200;
		z-index: 1000;
		margin: 0;
		color: #fff;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.culture_link_caption {
		position: relative;
		display: block;
		padding: 15px;
		background-color: #E3E9EC;
	}

	.culture_link_caption p {
		margin: 0;
	}

	.culture_link_block img {
		display: block;
	}

	.culture_link_block .image_tint {
		background-color: rgba(0,0,0,0.0);
	}

	/*NEWS*/

	.news {
		padding-top: 50px;
	}

	.news_header {
		width: 100%;
		padding: 0 0 20px;
	}

	.news_header p {
		margin: 0;
	}

	.news_header h1 {
		width: 100%;
		font-family: 'Gotham';
	  font-weight: 200;
	  font-style: normal
		margin-bottom: 10px;
		font-size: 25px;
	}

	.news_copy {
		padding-bottom: 30px;
	}

	.news_copy blockquote p {
		font-size: 16px;
	}

	.news_copy blockquote p:before {
		content: "“";
	}

	.news_copy blockquote p:after {
		content: "”";
	}

	.news_copy ul, .news_copy ol {
		font-family: 'Gotham';
	  font-weight: normal;
	  font-style: normal;
		font-size: 14px;
		padding: 18px;
		margin: 0;
	}

	/*People*/

	.team_list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 50px;
		width: 100%;
	}

	.team_list::after {
		content: "";
		display: block;
		flex-grow: 1;
	}

	.team_member_box {
		position: relative;
		display: inline-block;
		width: 33%;
		margin-bottom: 22px;
		margin-right: 20px;
		height: auto;
	}

	.team_member_box:nth-of-type(2n) {
		margin-right: 0;
	}

	.team_member_box_inner {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		justify-content: flex-end;

		animation-name: anim_fade;
		animation-duration: 1.5s;
	}

	.team_member_image {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
		opacity: 1;
		transition: all 0.3s;
	}

	.team_member_image img {
		display: block;
	}

	.team_member_info {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 13px;
		color: #404040;
		padding: 8px;
		/* background-color: #E3E9EC; */
	}

	.team_member_info p {
		margin: 2px 0;
	}

	.team_member_info p:first-of-type {
		font-weight: 600;
	}

	.team_member_info a {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #404040;
		display: none;
	}

	.team_member_info a:hover {
		color: #EB6918;
	}

	/*CAREERS*/

	.careers_header {
		width: 100%;
		padding: 20px 0 20px;
	}

	.careers_list {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}

	.careers_header h1 {
		font-family: 'Gotham';
	    font-weight: 200;
	    font-style: normal;
		margin: 0;
		margin-bottom: 10px;
	}

	.careers_header h3, .careers_header h4, .careers_wrapper h4 {
		display: inline-block;
		font-family: 'Gotham';
		font-weight: 200;
	  font-style: normal;
		margin: 0;
	}

	.careers_list a {
		color: #3A3B3B;
		text-decoration: none;
	}

	.careers_block {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 12px;
		background-color: #E3E9EC;
	}

	.careers_block h2 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		margin: 0;
		font-size: 15px;
		width: 100%
	}

	.careers_block p {
		margin: 0;
	}

	.careers_title_wrapper {
		margin-bottom: 5px;
	}

	.careers_title_wrapper p {
		font-size: 12px;
	}

	.careers_wrapper {
		margin-bottom: 30px;
	}

	.careers_wrapper h2 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;

		margin: 10px 0;
	}

	.careers_wrapper ul {
		margin: 0;
		padding-left: 20px;
	}

	.careers_wrapper ul li {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.careers_wrapper p {
		clear: both;
	}

	.careers_wrapper .careers_button {
		position: relative;
		display: block;
		float: left;
	    clear: both;
		text-decoration: none;
		color: #fff;
		background-color: #000;
		margin: 10px 0 30px;
		padding: 10px 20px;
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
		text-transform: uppercase;
}

	/*Contact*/

	/*CONTACT*/

	.contact_header {
		width: 50%;
		padding: 60px 0 30px;
	}

	.contact_header h1 {
		font-family: 'Gotham';
	    font-weight: 200;
	    font-style: normal;
		margin: 0;
		margin-bottom: 10px;
	}

	.contact_header h4 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		text-transform: uppercase;
		margin: 0;
		margin-bottom: 10px;
	}

	.contact_header p {
		margin: 0;
	}

	.map_row {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.google_map_container {
		width: 100%;
		height: 350px;
	}

	.google_map_container #coventrymap, .google_map_container #londonmap, .google_map_container #manchestermap {
		height: 100%;
	}

	.address_container {
		width: 100%;
		padding: 8px 0 8px 20px;
		padding-left: 20px;
	}

	.contact_address {
		display: inline-block;
		padding: 15px 0 0 0;
		margin: 0;
		margin-bottom: 10px;
		list-style-type: none;
		margin-right: 30px;
	}

	.contact_address p {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		line-height: 22px;
		margin: 0;
		font-size: 16px;
	}

	.contact_address p:first-of-type {
		font-weight: 800;
	}

	.contact_address p a {
		color: #EB6918;
		text-decoration: none;
	}

	.contact_address p a:hover {
		text-decoration: underline;
	}

	.contact_form {
		padding: 30px 0;
		background-color: #D3D6D8;
	}

	.wpcf7 {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto!important;
	}

	.wpcf7-form {
		position: relative;
		display: block;

	}

	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		margin: 0 0 15px 0;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #3A3B3B;
		width: 100%;
	}

	.wpcf7-form input:focus, .wpcf7-form textarea:focus {
		outline: none;
	}

	.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
		opacity: 1;
		transition: all 0.6s;
	}

	.wpcf7-form input:focus::placeholder, .wpcf7-form textarea:focus::placeholder {
		opacity: 0.4;
	}

	.wpcf7-form textarea {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		margin: 0 0 15px 0;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #3A3B3B;
		resize: none;
	}

	.wpcf7-form input[type="submit"] {
		position: relative;
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		text-align: center;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #fff;
		width: 30%;

		background-color: #3A3B3B;
	}

	.wpcf7-form p {
		margin: 0;
	}

	.wpcf7-not-valid-tip {
		margin: 0 0 15px;
	}

	.wpcf7-response-output {
		padding: 15px!important;
		color: #3A3B3B;
	}

	.wpcf7-mail-sent-ok {
		border: 2px solid #b0ff64!important;
		background-color: rgba(176, 255, 100, 0.4);
	}

	.wpcf7-validation-errors {
		border: 2px solid #ff391b!important;
		background-color: rgba(255, 57, 27, 0.4);
	}

	.square_grey {
		fill: #D3D6D8;
		animation: anim_fade;

	}
}

/*Mobile (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
	.hero {
		position: relative;
		height: 75vh;
		overflow: hidden;
		background-color: #E3E9EC;
		background-size: cover;
		background-position: center;
	}

	.hero__container {
		position: relative;
		display: flex;
		align-items: center;
		height: 100%;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 1.5rem;
		color: #fff;
	}

	.hero--small {
		height: 20vh;
		background-color: #fff;
		padding-top: 12vh
	}

	.hero--small .hero__container {
		color: #000;
	}

	.header_container {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		/* overflow: hidden; */
	}

	.container {
		padding: 0 20px;
	}

	.header_logo {
		width: 80px;
		height: 80px;
	}

	section {
		padding: 2rem 0;
	}

	section.intro {
		padding: 2rem 0;
	}

	.burger_menu_menu {
		flex-wrap: wrap;
	}

	.burger_menu_item {
		width: 100%;
	}

	.burger_menu_item_link--has-child::after {
		display: none;
	}

	.burger_menu_item_sub {
		display: none;
	}

	.main-navigation {
		clear: both;
		width: 100%;
		height: 80px;
	}

	.current-menu-item::after {
		display: none;
	}

	.menu-menu-1-container {
		display: block;
		margin-top: 40px;
	}

	#primary-menu .current-menu-item::after {
		position: absolute;
		display: inline-block;
		height: 1.5px;
		width: 100px;
		transform: translateX(-50px);
		background-color: #EB6918;
		top: 25px;
		content: "";
	}

	.burger_menu {
		padding: 12px;
	}

	/*FOOTER*/

	.site-footer {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 300px;
		padding: 4rem 0;
		background-color: #E3E9EC;
	}

	.footer__container {
		position: relative;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		height: 100%;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 1.5rem;
	}

	.footer__column {
		position: relative;
		width: 100%;
		margin-right: 4rem;
		margin-bottom: 2rem;
	}

	.footer__column ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		font-family: "Gotham Book";
	}

	.footer__column ul li {
		margin-bottom: 2px;
	}

	.footer__column a {
		color: inherit;
		text-decoration: none;
	}

	.footer__column a[href^="mailto"] {
		color: #EB6918;
	}

	ul.footer_socials {
		display: flex;
		padding: 0;
		margin-top: 15px;
		list-style-type: none;
		vertical-align: middle;
	}

	.footer_socials li {
		display: inline-block;
		margin: 0 15px 0 0;
	}

	.footer_socials a {
		display: block;
		width: 25px;
		height: 25px;
		margin-right: 0;
	}

	.footer_socials img {
		position: relative;
		display: block;
		height: 25px;
		width: 25px;
	}

	.footer_link {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		text-decoration: none;
		margin-right: 8px;
	}

	.footer_link:hover {
		text-decoration: underline;
	}

	.footer__accreditations {
		position: relative;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		/* background-color: #0ff; */
		margin: 2.5rem 0 0 0;
	}

	.footer__accreditation {
		position: relative;
		display: block;
		max-width: 80px;
		max-height: 30px;
		margin-right: 1rem;
		margin-bottom: 1.5rem;
		height: auto;
		object-fit: contain;
	}

	/*Home*/

	.homepage__hero {
		position: relative;
		display: flex;
		align-items: center;
		height: 75vh;
		width: 100%;
		overflow: hidden;
	}

	.carousel {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.carousel__cell {
		display: block;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.carousel__controls {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: space-between;
		bottom: 20px;
		left: 0;
		width: 100%;
		height: 30px;
		padding: 5px 40px;
		z-index: 100;
	}

	.carousel__arrow {
		width: 30px;
		height: 30px;
		cursor: pointer;
		transition: all 0.3s;
	}

	.carousel__arrow--next {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_next.svg);
	}

	.carousel__arrow--next:hover {
		transform: translateX(5px);
	}

	.carousel__arrow--prev {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_prev.svg);
	}

	.carousel__arrow--prev:hover {
		transform: translateX(-5px);
	}

	.carousel__dot-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.carousel__dot {
		position: relative;
		display: inline-block;
		margin: 0 5px;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
	}

	.carousel__dot.is-selected {
		background-color: #EB6918;
		border: none;
	}

	.carousel__static {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.image_tint {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: rgba(0,0,0,0.0);
	}

	.block_half {
		position: relative;
		display: block;
		width: 100vw;
		height: 100vw;
		padding-bottom: 12%;
		padding-top: 12%;

		background-size: cover;
		background-position: center;
	}

	.block_half a {
		text-decoration: none;
	}

	.block_half_inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.block_half_content {
		display: block;
		box-sizing: border-box;
		padding: 5px 20px;
	}

	.block_half_title {
		text-align: center;
	}

	.block_half_title h1 {
		color: #fff;
		font-family: 'Gotham';
		font-weight: 300;
		font-style: normal;
		margin-bottom: 0;
		margin-bottom: 30px;
	}

	.block_half_content a {
		color: #EB6918;
		text-decoration: none;
	}

	.accent {
		position: relative;
		display: none;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
		margin: 8px 0 30px;
		left: 50%;
		transform: translateX(-50%);
	}

	.bts {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 400px;
		background-image: url('../../../wp-content/uploads/2017/11/hero_about.jpg');
		background-size: cover;
		background-position: center;
		padding: 0 20px;
	}

	.bts h1 {
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
	}

	.bts p {
		position: relative;
		font-family: 'Gotham';
		font-size: 20px;
	  font-weight: 300;
	  font-style: normal;
		width: 100%;
		margin: 0 auto;
		color: #fff;
	}

	.bts h3 {
		position: relative;
		font-family: 'Gotham';
		font-weight: 300;
		font-style: normal;
		width: 320px;
		margin: 0 auto;
	}

	.bts a {
		text-decoration: none;
		color: #fff;
		text-align: center;
		z-index: 100;

}

	/*SERVICES*/

	.service__title {
		margin: 0;
		margin-left: 20px;
		padding-right: 55px;
		top: 8px;
		font-size: 1.2rem;
		color: #fff;
		text-transform: uppercase;
		z-index: 100;
		pointer-events: none;
	}

	.service__title.black {
		color: #404040;
	}

	.single-careers .service__title {
		display: none;
	}

	.services__list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}

	.services__row {
		height: 30vw;
		max-height: 400px;
		margin-bottom: 2rem;
	}

	.services__row-inner {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}

	.services__row:nth-of-type(even) .services__row-inner {
		flex-direction: row-reverse;
	}

	.service__row-column {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 100%;
		color: #3A3B3B;
		text-align: center;
		transition: all 0.3s;
	}

	.service__row-column.service__row-column--text {
		padding: 0 2.5rem;
	}

	.service__row-column img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.service__row-column h1 {
		font-family: 'Gotham';
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1rem;
	}

	.service_hero {
		position: relative;
		height: 400px;
		background-size: cover;
		background-position: center;
	}

	.service_hero_container {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-size: cover;
		background-position: center;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px;
		z-index: 99;
	}

	.service_logo_container {
		z-index: 100;
	}

	.service_logo_wrap {
		width: 133px;
		margin-top: 45px;
	}

	.service_logo_wrap img {
		display: block;
	}

	.service_logo_wrap h2 {
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
		text-align: right;
		text-transform: uppercase;
		font-size: 15px;
		margin-top: 5px;
		color: #fff;
	}

	.service_pattern {
		position: absolute;
		width: 100%;
		height: 40%;
		z-index: 10;
		right: 0;
		bottom: 0;
		background-size: 110px;
		background-position: 45% 50%;
	}

	.service_caption_container {
		display: none;
		align-self: flex-end;
	}

	.service_caption_container p {
		text-align: right;
		color: #fff;
	}

	.service_quote_mob {
		display: none;
	}

	.service_copy_wrapper, .service_image_wrapper {
		padding: 50px 20px 20px 20px;
	}

	.service_copy_wrapper blockquote {
		margin: 0;
	}

	.service_copy_wrapper blockquote p {
		font-family: 'Gotham';
		font-weight: bold;
	  font-style: normal;
		font-size: 20px;
		color: #EB6918;
		margin: 2rem 0 0.5rem;
	}

	.service_copy_wrapper blockquote p::before, .service_copy_wrapper blockquote p::after {
		content: "\"";
	}

	.service_copy_wrapper ul {
		margin: 20px 0;
		color: #4C5356;
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
	}

	.mobile_services {
		display: block;
		padding: 30px 0 40px;
		background-color: #ffffff;
	}

	.mobile_services_list {
		display: flex;
		flex-wrap: wrap;
	}

	.mobile_service_row {
		position: relative;
		display: flex;
		width: 50%;
	}

	.mobile_service_row:nth-of-type(3), .mobile_service_row:nth-of-type(4), .mobile_service_row:nth-of-type(7), .mobile_service_row:nth-of-type(8), .mobile_service_row:nth-of-type(11), .mobile_service_row:nth-of-type(12) {
		justify-content: flex-end;
	}

	.mobile_service_block {
		position: relative;
		display: block;
		width: 50%;
	}

	.mobile_service_block a {
		display: block;
		text-decoration: none;
	}

	.mobile_service_block a img {
		display: block;
		width: 100%;
	}

	.mobile_service_block a h3 {
		position: absolute;
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		color: #7E8386;
		text-align: right;
		margin: 0;
		right: 5px;
		margin-top: 5px;
		font-size: 15px;
		text-transform: uppercase;
	}

	.service_navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		background-color: #353636;
		padding: 10px 0;
	}

	.service_navigation ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;

		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.service_navigation li {
		position: relative;
		display: block;
		width: 100%;
		margin: 15px 0;
	}

	.service_navigation a {
		display: block;
		text-decoration: none;
		text-transform: uppercase;

		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		color: #fff;
		font-size: 14px;
	}

	section#casestudies a {
		text-decoration: none;
	}

	.more_case_study_button {
		position: relative;
		display: block;
		text-align: center;
		background-color: #EB6918;
		padding: 10px 15px;
		margin-bottom: 30px;
	}

	.more_case_study_button span {
		font-family: 'Gotham Book';
		color: #fff;
	}

	.case_studies_title {
		color: #404040;
		font-family: 'Gotham';
		font-weight: 500;
		font-style: normal;
		text-transform: uppercase;
		font-size: 20px;
		margin-bottom: 30px;
	}

	.cell__grid {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}

	.cell__block {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 1rem;
	}

	.cell__block-link {
		text-decoration: none;
	}

	.cell__block-image-wrapper {
		position: relative;
		width: 100%;
		margin-bottom: 1rem;
	}

	.cell__block-image {
		display: block;
		width: 100%;
	}

	.cell__block:nth-child(n+4) {
		margin-top: 2rem;
	}

	.cell__block-title {
		margin: 0.2rem 0 0.2rem;
		font-weight: bold;
	}

	.cell__block-location {
		margin: 0 0 0 ;
	}

	.cell__block-typology {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		color: #EB6918;
		margin: 0 0 0.5rem;
		text-decoration: none;
	}

	.cell__block-typology:hover {
		color: #da5c0e;
	}

	.full_case_study {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		color: #ffffff;
		background-color: #008CC2;
		padding: 2px 5px 1px;
		margin: 0;
	}

	.full_case_study_alt {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		color: #008CC2;
		background-color: #ffffff;
		padding: 2px 5px 1px;
		margin: 0;
	}

	.cell_info {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 13px;
		color: #404040;
		background-color: #E3E9EC;
		padding: 12px 15px;
		min-height: 72px;
	}

	.cell_info p {
		margin: 2px 0;
		max-height: 64px;
		transition: color 0.2s;
	}

	.cell_info a {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #008CC2;
	}

	/*Our Work*/

	.filter {
	}

	.filter__container {
		position: relative;
		display: block;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 1.5rem;
	}

	.filter__toolbar {
		display: flex;
		align-items: center;
	}

	.filter__button-group {
		position: relative;
		overflow: visible;
	}

	.filter__button {
		position: relative;
		display: flex;
		align-items: center;
		appearance: none;
		-webkit-appearance: none;
		border: 1px solid #000;
		padding: 10px 12px;
		border-radius: 0;
		background-color: #fff;
		font-family: 'Gotham Book';
	  font-weight: 400;
	  font-style: normal;
		font-size: 13px;
		text-transform: uppercase;
		margin-right: 1.5rem;
	}

	.filter__button::after {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		margin-left: 13px;
		margin-top: -4px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: rotate(45deg);
	}

	.filter__button:hover {
		border: 1px solid #EB6918;
		background-color: #EB6918;
		color: #fff;
	}

	.filter__button:hover::after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.filter__dropdown {
		position: absolute;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		background-color: #fff;
		border: 1px solid #000;
		width: 200px;
		top: 37px;
		left: 0;
		height: 0;
		max-height: 300px;
		z-index: 100;
		overflow: scroll;
		box-sizing: border-box;
		opacity: 0;
		pointer-events: none;

	}

	.filter__button:hover .filter__dropdown {
		opacity: 1;
		pointer-events: all;
		height: auto;
	}

	.filter__dropdown::-webkit-scrollbar {
		width: 4px;
	}

	.filter__dropdown::-webkit-scrollbar-thumb {
		background-color: #000;
	}

	.filter__dropdown-item {
		color: #000;
		padding: 8px 10px;
		text-decoration: none;
		font-family: "Gotham Book";
		font-weight: 500;
		width: 100%;
	}

	.filter__dropdown-item:first-of-type {
		padding-top: 10px;
	}

	.filter__dropdown-item:last-of-type {
		padding-bottom: 10px;
	}

	.filter__dropdown-item:hover {
		background-color: #EB6918;
		color: #fff;
	}

	.filter__dropdown-item:visited {
		color: #000;
	}

	.study_header {
		position: relative;
		display: flex;
		align-items: center;
		height: 300px;
		width: 100%;
		overflow: hidden;
	}

	.study_header_hero {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;

		background-size: cover;
		background-position: center;
	}

	.study_header h2 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #fff;
		font-size: 20px;
		margin-bottom: 20px;
		z-index: 200;
	}

	.study_header h1 {
		position: relative;
		display: block;
		font-family: 'Gotham Book';
		font-weight: 600;
		font-style: normal;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
		margin-top: 0;
		margin-left: 20px;
		width: 70%;
		font-size: 25px;
		color: #fff;
		z-index: 200;
		pointer-events: none;
	}

	.study_header_carousel {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.study_header_carousel_cell {
		display: block;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.study_header_carousel_controls {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 30px;
		padding: 5px 40px;
		z-index: 100;
	}

	.carousel_arrow {
		display: none;
	}

	.carousel_dot_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.carousel_dot {
		position: relative;
		display: inline-block;
		margin: 0 5px;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
	}

	.carousel_dot.is-selected {
		background-color: #EB6918;
		border: none;
	}

	.study_wrapper {
		margin-top: 0;
		padding: 0 20px;
	}

	.study_wrapper .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
		padding: 0;
	}

	.study_footer .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
	}

	.study_block {
		position: relative;
		display: block;
		width: 100%;
	}

	.study_block h3 {
		color: #EB6918;
		font-family: 'Gotham';
		font-weight: 400;
		margin-bottom: 0;
	}

	.study_block span {
		margin-top: 0;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: italic;
		color: #3A3B3B;
		font-size: 14px;
	}

	.study_banner {
		height: 800px;
		background-size: cover;
		background-image: url('../../../wp-content/uploads/2017/11/casestudy_banner.jpg')!important;
		margin-bottom: 50px;
	}

	.study_quote {
		border-top: 1px solid #EB6918;
		border-bottom: 1px solid #EB6918;
		padding: 45px 0;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: italic;
		line-height: 25px;
	}

	.study_quote blockquote:before {
		content: open-quote;
	}

	.study_quote blockquote:after {
		content: close-quote;
	}

	.study_quote blockquote {
		margin: 0;
		color: #747d7c;
	}

	.study_quote_accent {
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
	}

	.study_quote_accent#accent_top {
		top: -1px;
		left: 0;
	}

	.study_quote_accent#accent_bottom {
		bottom: -1px;
		right: 0;
	}

	.study_block img {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
	}

	.study_footer {
		padding: 30px 0;
		background-color: #4C5356;
	}

	.project_facts {
		padding: 40px 0;
		background-color: #fff;
		/* background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/project_facts_background.png);
		background-size: 30px;
		background-position: 20px 20px; */
	}

	.project_facts .study_wrapper {
		margin-bottom: 40px;
	}

	.project_facts_wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.study_project_fact {
		width: 48%;
	}

	.project_facts .study_block h2 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #EB6918;
		font-size: 20px;
	}

	.project_facts .study_block p {
		margin-top: 0;
		margin-bottom: 10px;
		color: #606060;
	}

	.study_project_fact h4, .study_block h4 {
		margin-bottom: 10px;
	}

	.project_facts .study_block a {
		color: #EB6918;
		text-decoration: none;
	}

	.project_facts .study_block a:hover {
		text-decoration: underline;
	}

	.study_footer_service_grid {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 44px;
		height: 200px;
	}

	.study_service_block {
		position: relative;
		display: inline-block;
		width: 66px;
		height: 66px;
	}

	.study_service_block:nth-of-type(odd) {
		margin-top: 66px;
	}

	.study_service_block h3 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		text-align: right;
		font-size: 7px;
		text-transform: uppercase;
		margin-top: 5px;
		padding-right: 2px;
		color: #fff;
	}

	.study_service_block a {
		color: #fff;
		text-decoration: none!important;
	}

	.study_service_block#study_service_logo {
		width: 33px;
		height: 33px;
		margin-top: -33px;
		background-color: #EB6918;
	}

	.study_testimonial_quote {
		position: relative;
		border-top: 1px solid #EB6918;
		padding-top: 45px;
		margin: 35px 0;
	}

	.study_testimonial_quote span {
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
		font-size: 12px;
		display: block;
		color: #EB6918;
	}

	.study_testimonial_quote_accent {
		position: absolute;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
		top: -1px;
		left: 0;
	}

	.study_testimonial_quote blockquote:before {
		content: open-quote;
	}

	.study_testimonial_quote blockquote:after {
		content: close-quote;
	}

	.study_testimonial_quote blockquote {
		margin: 0;
		color: #747d7c;
		margin-bottom: 35px;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
	}

	.study_footer_list {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.study_footer_list a {
		color: #fff;
		text-decoration: none;
	}

	.study_footer_list li {
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
		text-transform: uppercase;
		margin-bottom: 3px;
	}

	.study_list_arrow {
		display: inline-block;
		margin-right: 15px;
		padding: 2px 5px;
	}

	.study_footer_list li:hover .study_list_arrow {
		background-color: #16191A;
	}

	.study_footer_list a:hover {
		text-decoration: none!important;
	}

	/*Practice*/

	.page_hero {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		background-image: none!important;
	}

	.page_hero h1 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 500;
		color: #404040;
		z-index: 10;
		margin: 0 0 10px 20px;
		text-transform: uppercase;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.page_hero h3 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		font-size: 25px;
		color: #404040;
		z-index: 10;
		margin-top: 0;
		text-transform: uppercase;
		margin-left: 20px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.page_hero_tint {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+23,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 23%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
		z-index: 1;
	}

	.practice_sub_menu {
		position: relative;
		width: 100%;
		top: 0;
		margin-top: 60px;
		margin-bottom: 40px;
		padding: 0 40px;
	}

	.practice_sub_menu ul {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		z-index: 10;
		padding-top: 10px;
	}

	.practice_sub_menu li {
		display: inline-block;
		transform-origin: center;
		animation: anim_pop 0.08s linear;
		animation-fill-mode: both;
		text-align: left;
		margin-bottom: 8px;
	}

	.practice_sub_menu li:nth-child(1) {
		animation-delay: 0.07s;
	}
	.practice_sub_menu li:nth-child(2) {
		animation-delay: 0.14s;
	}
	.practice_sub_menu li:nth-child(3) {
		animation-delay: 0.21s;
	}
	.practice_sub_menu li:nth-child(4) {
		animation-delay: 0.28s;
	}
	.practice_sub_menu li:nth-child(5) {
		animation-delay: 0.35s;
	}
	.practice_sub_menu li:nth-child(6) {
		animation-delay: 0.42s;
	}

	.practice_sub_menu li a {
		font-family: 'Gotham';
	  font-weight: normal;
	  font-style: normal;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		transition: color 0.05s linear;
	}

	.practice_sub_menu .current-menu-item a {
		font-family: 'Gotham';
		font-weight: 800;
	}

	.careers_header .practice_sub_menu li a{
		color: #404040!important;
	}

	.page-title, .archive-description {
		display: none;
	}


	.gallery_image_link {
		text-decoration: none;
	}

	.gallery_image {
		margin-bottom: 20px;

		animation-name: anim_fade_down;
		animation-duration: 1.5s;
	}

	.gallery_image_caption {
		position: relative;
		display: block;
		padding: 15px;
		background-color: #E3E9EC;
	}

	.gallery_image_caption p {
		margin: 0;
	}

	.caption_link {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/caption_link2.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: 15px 18px;
		padding-left: 40px;
	}

	/*Gallery Page*/

	.gallery__wrapper {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	.gallery__group {
		position: relative;
		display: block;
		width: 100%;
		min-height: 100px;
		padding-bottom: 60%;
		margin-bottom: 4%;
	}

	.gallery__group::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(15deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
		pointer-events: none;
	}

	.gallery__group::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(15deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
		pointer-events: none;
	}

	.gallery__group-link {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
	}

	.gallery__group-link:first-of-type {
		display: block;
	}

	.gallery__group-link img {
		object-fit: cover;
		object-position: center;
		height: 100%;
		width: 100%;
	}

	.gallery__group-title {
		position: absolute;
		color: #fff!important;
		font-family: 'Gotham';
		font-weight: bold;
		font-size: 14px;
		bottom: 15px;
		left: 15px;
		text-shadow: 0 0 4px #000;
		text-decoration: none;
		z-index: 100;
	}

	.gallery__group-count {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		border-radius: 6px;
		font-family: 'Gotham';
		font-weight: bold;
		font-size: 14px;
		background-color: #fff;
		bottom: 15px;
		right: 15px;
		z-index: 100;
		transition: all 0.2s;
	}

	.gallery__group-count::after {
		content: "";
		position: absolute;
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 10px;
		background-color: #fff;
		bottom: -5px;
		transition: all 0.2s;
	}

	/*About*/

	.content_intro h4, .content_intro h3 {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
	}

	.content_intro ul {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
	}

	.values_wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 0 50px 0;
	}

	.value_block {
		width: 100%;
		text-align: left;
	}

	.value_block h2 {
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
	}

	.about_links {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 20px 30px 20px;
	}

	.about_link_block {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.about_link_block img {
		display: block;
	}

	.about_link_block h2 {
		position: absolute;
		bottom: 10px;
		left: 20px;
		margin: 0;
		z-index: 99;
		width: 50%;
		line-height: 27px;
		text-align: left;
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		color: #fff;
	}

	.about_link_block#weareidp h2 {
		width: 20%;
	}

	.about_blog_wrapper {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		padding: 0 20px 40px 20px;
	}

	.blog_info {
		position: relative;
		width: 100%;
		padding-right: 0;
	}

	.blog_info h2 {
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		margin: 5px 0;
	}

	.blog_info h4 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		margin: 5px 0;
	}

	.blog_post_list {
		position: relative;
		width: 100%
	}

	.blog_post_list a {
		display: block;
		text-decoration: none;
		color: #3A3B3B;
	}

	.blog_list_item {
		position: relative;
		padding: 10px;
		background-color: #bccbd3;
		margin-bottom: 10px;
	}

	.blog_list_item p {
		margin: 0;
	}

	.blog_list_item h3 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		margin: 0;
	}

	.blog_post_list a:hover span {
		color: #EB6918;
	}

	.blog_list_item span {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		margin: 0;
	}

	/*Culture*/

	.culture_links {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 30px 0;
	}

	.culture_link_block {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.culture_link_block a {
		text-decoration: none;
	}

	.culture_link_image {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #E3E9EC;
		min-height: 80px;
		margin-bottom: 10px;
	}

	.culture_link_image h1 {
		position: absolute;
		font-family: 'Gotham';
		font-weight: 200;
		z-index: 1000;
		margin: 0;
		color: #fff;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.culture_link_caption {
		position: relative;
		display: block;
		padding: 15px;
		background-color: #E3E9EC;
	}

	.culture_link_caption p {
		margin: 0;
	}

	.culture_link_block img {
		display: block;
	}

	.culture_link_block .image_tint {
		background-color: rgba(0,0,0,0.0);
	}

	/*NEWS*/

	.news {
		padding-top: 50px;
	}

	.news_header {
		width: 100%;
		padding: 0 0 20px;
	}

	.news_header p {
		margin: 0;
	}

	.news_header h1 {
		width: 100%;
		font-family: 'Gotham';
	  font-weight: 200;
	  font-style: normal
		margin-bottom: 10px;
		font-size: 25px;
	}

	.news_copy {
		padding-bottom: 30px;
	}

	.news_copy blockquote p {
		font-size: 16px;
	}

	.news_copy blockquote p:before {
		content: "“";
	}

	.news_copy blockquote p:after {
		content: "”";
	}

	.news_copy ul, .news_copy ol {
		font-family: 'Gotham';
	  font-weight: normal;
	  font-style: normal;
		font-size: 14px;
		padding: 18px;
		margin: 0;
	}

	/*People*/

	.team_list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 50px;
		width: 100%;
	}

	.team_list::after {
		content: "";
		display: block;
		flex-grow: 1;
	}

	.team_member_box {
		position: relative;
		display: block;
		width: 48%;
		margin-bottom: 22px;
		height: auto;
	}

	.team_member_box:nth-of-type(4n) {
		margin-right: 0;
	}

	.team_member_box_inner {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		justify-content: flex-end;

		animation-name: anim_fade;
		animation-duration: 1.5s;
	}

	.team_member_image {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
		opacity: 1;
		transition: all 0.3s;
	}

	.team_member_image img {
		display: block;
	}

	.team_member_info {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 13px;
		color: #404040;
		padding: 8px;
		/* background-color: #E3E9EC; */
	}

	.team_member_info p {
		margin: 2px 0;
	}

	.team_member_info p:first-of-type {
		font-weight: 600;
	}

	.team_member_info a {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #404040;
		display: none;
	}

	.team_member_info a:hover {
		color: #EB6918;
	}

	/*CAREERS*/

	.careers_header {
		width: 100%;
		padding: 100px 0 20px;
	}

	.careers_list {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}

	.careers_header h1 {
		font-family: 'Gotham';
	    font-weight: 200;
	    font-style: normal;
		margin: 0;
		margin-bottom: 10px;
	}

	.careers_header h3, .careers_header h4, .careers_wrapper h4 {
		display: inline-block;
		font-family: 'Gotham';
		font-weight: 200;
	  font-style: normal;
		margin: 0;
	}

	.careers_list a {
		color: #3A3B3B;
		text-decoration: none;
	}

	.careers_block {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 12px;
		background-color: #E3E9EC;
	}

	.careers_block h2 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		margin: 0;
		font-size: 15px;
		width: 100%
	}

	.careers_block p {
		margin: 0;
	}

	.careers_title_wrapper {
		margin-bottom: 5px;
	}

	.careers_title_wrapper p {
		font-size: 12px;
	}

	.careers_wrapper {
		margin-bottom: 30px;
	}

	.careers_wrapper h2 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;

		margin: 10px 0;
	}

	.careers_wrapper ul {
		margin: 0;
		padding-left: 20px;
	}

	.careers_wrapper ul li {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.careers_wrapper p {
		clear: both;
	}

	.careers_wrapper .careers_button {
		position: relative;
		display: block;
		float: left;
	    clear: both;
		text-decoration: none;
		color: #fff;
		background-color: #000;
		margin: 10px 0 30px;
		padding: 10px 20px;
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
		text-transform: uppercase;
}

	/*Contact*/

	/*CONTACT*/

	.contact_header {
		width: 50%;
		padding: 60px 0 30px;
	}

	.contact_header h1 {
		font-family: 'Gotham';
	    font-weight: 200;
	    font-style: normal;
		margin: 0;
		margin-bottom: 10px;
	}

	.contact_header h4 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		text-transform: uppercase;
		margin: 0;
		margin-bottom: 10px;
	}

	.contact_header p {
		margin: 0;
	}

	.map_row {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.google_map_container {
		width: 100%;
		height: 350px;
	}

	.google_map_container #coventrymap, .google_map_container #londonmap, .google_map_container #manchestermap {
		height: 100%;
	}

	.address_container {
		width: 100%;
		padding: 8px 0 8px 20px;
		padding-left: 20px;
	}

	.contact_address {
		display: inline-block;
		padding: 15px 0 0 0;
		margin: 0;
		margin-bottom: 10px;
		list-style-type: none;
		margin-right: 30px;
	}

	.contact_address p {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		line-height: 22px;
		margin: 0;
		font-size: 16px;
	}

	.contact_address p:first-of-type {
		font-weight: 800;
	}

	.contact_address p a {
		color: #EB6918;
		text-decoration: none;
	}

	.contact_address p a:hover {
		text-decoration: underline;
	}

	.contact_form {
		padding: 30px 0;
		background-color: #D3D6D8;
	}

	.wpcf7 {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto!important;
	}

	.wpcf7-form {
		position: relative;
		display: block;

	}

	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		margin: 0 0 15px 0;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #3A3B3B;
		width: 100%;
	}

	.wpcf7-form input:focus, .wpcf7-form textarea:focus {
		outline: none;
	}

	.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
		opacity: 1;
		transition: all 0.6s;
	}

	.wpcf7-form input:focus::placeholder, .wpcf7-form textarea:focus::placeholder {
		opacity: 0.4;
	}

	.wpcf7-form textarea {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		margin: 0 0 15px 0;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #3A3B3B;
		resize: none;
	}

	.wpcf7-form input[type="submit"] {
		position: relative;
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		text-align: center;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #fff;
		width: 30%;

		background-color: #3A3B3B;
	}

	.wpcf7-form p {
		margin: 0;
	}

	.wpcf7-not-valid-tip {
		margin: 0 0 15px;
	}

	.wpcf7-response-output {
		padding: 15px!important;
		color: #3A3B3B;
	}

	.wpcf7-mail-sent-ok {
		border: 2px solid #b0ff64!important;
		background-color: rgba(176, 255, 100, 0.4);
	}

	.wpcf7-validation-errors {
		border: 2px solid #ff391b!important;
		background-color: rgba(255, 57, 27, 0.4);
	}

	.square_grey {
		fill: #D3D6D8;
		animation: anim_fade;

	}
}

/*Mobile (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
	.hero {
		position: relative;
		height: 75vh;
		overflow: hidden;
		background-color: #E3E9EC;
		background-size: cover;
		background-position: center;
	}

	.hero__container {
		position: relative;
		display: flex;
		align-items: center;
		height: 100%;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 1.5rem;
		color: #fff;
	}

	.hero--small {
		height: 20vh;
		background-color: #fff;
		padding-top: 12vh
	}

	.hero--small .hero__container {
		color: #000;
	}

	.header_container {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		/* overflow: hidden; */
	}

	.container {
		padding: 0 20px;
	}

	section {
		padding: 2rem 0;
	}

	section.intro {
		padding: 2rem 0;
	}

	.header_logo {
		width: 80px;
		height: 80px;
	}

	.main-navigation {
		clear: both;
		width: 100%;
		height: 80px;
	}

	.current-menu-item::after {
		display: none;
	}

	.menu-menu-1-container {
		display: block;
		margin-top: 40px;
	}

	#primary-menu .current-menu-item::after {
		position: absolute;
		display: inline-block;
		height: 1.5px;
		width: 100px;
		transform: translateX(-50px);
		background-color: #EB6918;
		top: 25px;
		content: "";
	}

	.header_services_menu {
		display: none;
	}

	.burger_menu_menu {
		flex-wrap: wrap;
	}

	.burger_menu_item {
		width: 100%;
	}

	.burger_menu_item_link--has-child::after {
		display: none;
	}

	.burger_menu_item_sub {
		display: none;
	}

	.burger_menu {
		padding: 12px;
	}

	/*FOOTER*/

	.site-footer {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 300px;
		padding: 4rem 0;
		background-color: #E3E9EC;
	}

	.footer__container {
		position: relative;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		height: 100%;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 1.5rem;
	}

	.footer__column {
		position: relative;
		width: 100%;
		margin-right: 4rem;
		margin-bottom: 2rem;
	}

	.footer__column ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		font-family: "Gotham Book";
	}

	.footer__column ul li {
		margin-bottom: 2px;
	}

	.footer__column a {
		color: inherit;
		text-decoration: none;
	}

	.footer__column a[href^="mailto"] {
		color: #EB6918;
	}

	ul.footer_socials {
		display: flex;
		padding: 0;
		margin-top: 15px;
		list-style-type: none;
		vertical-align: middle;
	}

	.footer_socials li {
		display: inline-block;
		margin: 0 15px 0 0;
	}

	.footer_socials a {
		display: block;
		width: 25px;
		height: 25px;
		margin-right: 0;
	}

	.footer_socials img {
		position: relative;
		display: block;
		height: 25px;
		width: 25px;
	}

	.footer_link {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		text-decoration: none;
		margin-right: 8px;
	}

	.footer_link:hover {
		text-decoration: underline;
	}

	.footer__accreditations {
		position: relative;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		/* background-color: #0ff; */
		margin: 2.5rem 0 0 0;
	}

	.footer__accreditation {
		position: relative;
		display: block;
		max-width: 80px;
		max-height: 30px;
		margin-right: 1rem;
		margin-bottom: 1.5rem;
		height: auto;
		object-fit: contain;
	}

	/*Home*/

	.homepage__hero {
		position: relative;
		display: flex;
		align-items: center;
		height: 75vh;
		width: 100%;
		overflow: hidden;
	}

	.carousel {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.carousel__cell {
		display: block;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.carousel__controls {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: space-between;
		bottom: 20px;
		left: 0;
		width: 100%;
		height: 30px;
		padding: 5px 40px;
		z-index: 100;
	}

	.carousel__arrow {
		width: 30px;
		height: 30px;
		cursor: pointer;
		transition: all 0.3s;
	}

	.carousel__arrow--next {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_next.svg);
	}

	.carousel__arrow--next:hover {
		transform: translateX(5px);
	}

	.carousel__arrow--prev {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/carousel_prev.svg);
	}

	.carousel__arrow--prev:hover {
		transform: translateX(-5px);
	}

	.carousel__dot-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.carousel__dot {
		position: relative;
		display: inline-block;
		margin: 0 5px;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
	}

	.carousel__dot.is-selected {
		background-color: #EB6918;
		border: none;
	}

	.carousel__static {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.image_tint {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: rgba(0,0,0,0.0);
	}

	.block_half {
		position: relative;
		display: block;
		width: 100vw;
		height: 100vw;
		padding-bottom: 12%;
		padding-top: 12%;

		background-size: cover;
		background-position: center;
	}

	.block_half a {
		text-decoration: none;
	}

	.block_half_inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.block_half_content {
		display: block;
		box-sizing: border-box;
		padding: 5px 20px;
	}

	.block_half_title {
		text-align: center;
	}

	.block_half_title h1 {
		color: #fff;
		font-family: 'Gotham';
		font-weight: 300;
		font-style: normal;
		margin-bottom: 0;
		margin-bottom: 30px;
	}

	.block_half_content a {
		color: #EB6918;
		text-decoration: none;
	}

	.accent {
		position: relative;
		display: none;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
		margin: 8px 0 30px;
		left: 50%;
		transform: translateX(-50%);
	}

	.bts {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 400px;
		background-image: url('../../../wp-content/uploads/2017/11/hero_about.jpg');
		background-size: cover;
		background-position: center;
		padding: 0 20px;
	}

	.bts h1 {
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
	}

	.bts p {
		position: relative;
		font-family: 'Gotham';
		font-size: 20px;
	  font-weight: 300;
	  font-style: normal;
		width: 100%;
		margin: 0 auto;
		color: #fff;
	}

	.bts h3 {
		position: relative;
		font-family: 'Gotham';
		font-weight: 300;
		font-style: normal;
		width: 320px;
		margin: 0 auto;
	}

	.bts a {
		text-decoration: none;
		color: #fff;
		text-align: center;
		z-index: 100;
	}

	/*SERVICES*/

	.service__title {
		margin: 0;
		margin-left: 20px;
		padding-right: 55px;
		top: 8px;
		font-size: 1.2rem;
		color: #fff;
		text-transform: uppercase;
		z-index: 100;
		pointer-events: none;
	}

	.service__title.black {
		color: #404040;
	}
	.single-careers .service__title {
		display: none;
	}

	.services__list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}

	.services__row {
		height: 30vw;
		max-height: 400px;
		margin-bottom: 2rem;
	}

	.services__row-inner {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}

	.services__row:nth-of-type(even) .services__row-inner {
		flex-direction: row-reverse;
	}

	.service__row-column {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 100%;
		color: #3A3B3B;
		text-align: center;
		transition: all 0.3s;
	}

	.service__row-column.service__row-column--text {
		padding: 0 2.5rem;
	}

	.service__row-column img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.service__row-column h1 {
		font-family: 'Gotham';
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1rem;
	}

	.service_hero {
		position: relative;
		height: 400px;
		background-size: cover;
		background-position: center;
	}

	.service_hero_container {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-size: cover;
		background-position: center;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px;
		z-index: 99;
	}

	.service_logo_container {
		z-index: 100;
	}

	.service_logo_wrap {
		width: 133px;
		margin-top: 45px;
	}

	.service_logo_wrap img {
		display: block;
	}

	.service_logo_wrap h2 {
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
		text-align: right;
		text-transform: uppercase;
		font-size: 15px;
		margin-top: 5px;
		color: #fff;
	}

	.service_pattern {
		position: absolute;
		width: 100%;
		height: 40%;
		z-index: 10;
		right: 0;
		bottom: 0;
		background-size: 110px;
		background-position: 45% 50%;
	}

	.service_caption_container {
		display: none;
		align-self: flex-end;
	}

	.service_caption_container p {
		text-align: right;
		color: #fff;
	}

	.service_quote_mob {
		display: none;
	}

	.service_copy_wrapper, .service_image_wrapper {
		padding: 50px 20px 20px 20px;
	}

	.service_copy_wrapper blockquote {
		margin: 0;
	}

	.service_copy_wrapper blockquote p {
		font-family: 'Gotham';
		font-weight: bold;
	  font-style: normal;
		font-size: 20px;
		color: #EB6918;
		margin: 2rem 0 0.5rem;
	}

	.service_copy_wrapper blockquote p::before, .service_copy_wrapper blockquote p::after {
		content: "\"";
	}

	.service_copy_wrapper ul {
		margin: 20px 0;
		color: #4C5356;
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
	}

	.mobile_services {
		display: block;
		padding: 30px 0 40px;
		background-color: #ffffff;
	}

	.mobile_services_list {
		display: flex;
		flex-wrap: wrap;
	}

	.mobile_service_row {
		position: relative;
		display: flex;
		width: 100%;
	}

	.mobile_service_row:nth-of-type(even) {
		justify-content: flex-end;
	}

	.mobile_service_block {
		position: relative;
		display: block;
		width: 50%;
	}

	.mobile_service_block a {
		display: block;
		text-decoration: none;
	}

	.mobile_service_block a img {
		display: block;
		width: 100%;
	}

	.mobile_service_block a h3 {
		position: absolute;
		font-family: 'Gotham Book';
		font-style: normal;
		font-weight: 400;
		color: #7E8386;
		text-align: right;
		margin: 0;
		right: 5px;
		margin-top: 5px;
		text-transform: uppercase;
	}

	.service_navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		background-color: #353636;
		padding: 10px 0;
	}

	.service_navigation ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;

		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.service_navigation li {
		position: relative;
		display: block;
		width: 100%;
		margin: 15px 0;
	}

	.service_navigation a {
		display: block;
		text-decoration: none;
		text-transform: uppercase;

		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		color: #fff;
		font-size: 14px;
	}

	section#casestudies a {
		text-decoration: none;
	}

	.more_case_study_button {
		position: relative;
		display: inline-block;
		background-color: #EB6918;
		padding: 10px 15px;
		margin: 0 auto;
	}

	.more_case_study_button span {
		font-family: 'Gotham Book';
		color: #fff;
	}

	.case_studies_title {
		color: #404040;
		font-family: 'Gotham';
		font-weight: 500;
		font-style: normal;
		text-transform: uppercase;
		font-size: 20px;
		margin-bottom: 30px;
	}

	.cell__grid {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}

	.cell__block {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 1rem;
	}

	.cell__block-link {
		text-decoration: none;
	}

	.cell__block-image-wrapper {
		position: relative;
		width: 100%;
		margin-bottom: 1rem;
	}

	.cell__block-image {
		display: block;
		width: 100%;
	}

	.cell__block:nth-child(n+4) {
		margin-top: 2rem;
	}

	.cell__block-title {
		margin: 0.2rem 0 0.2rem;
		font-weight: bold;
	}

	.cell__block-location {
		margin: 0 0 0 ;
	}

	.cell__block-typology {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		color: #EB6918;
		margin: 0 0 0.5rem;
		text-decoration: none;
	}

	.cell__block-typology:hover {
		color: #da5c0e;
	}

	.full_case_study {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		color: #ffffff;
		background-color: #008CC2;
		padding: 2px 5px 1px;
		margin: 0;
	}

	.full_case_study_alt {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		color: #008CC2;
		background-color: #ffffff;
		padding: 2px 5px 1px;
		margin: 0;
	}

	.cell_info {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 13px;
		color: #404040;
		background-color: #E3E9EC;
		padding: 12px 15px;
		min-height: 72px;
	}

	.cell_info p {
		margin: 2px 0;
		max-height: 64px;
		transition: color 0.2s;
	}

	.cell_info a {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #008CC2;
	}

	/*Our Work*/

	.filter {
	}

	.filter__container {
		position: relative;
		display: block;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 1.5rem;
	}

	.filter__toolbar {
		display: flex;
		align-items: center;
	}

	.filter__button-group {
		position: relative;
		overflow: visible;
	}

	.filter__button {
		position: relative;
		display: flex;
		align-items: center;
		appearance: none;
		-webkit-appearance: none;
		border: 1px solid #000;
		padding: 10px 12px;
		border-radius: 0;
		background-color: #fff;
		font-family: 'Gotham Book';
	  font-weight: 400;
	  font-style: normal;
		font-size: 13px;
		text-transform: uppercase;
		margin-right: 1.5rem;
	}

	.filter__button::after {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		margin-left: 13px;
		margin-top: -4px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: rotate(45deg);
	}

	.filter__button:hover {
		border: 1px solid #EB6918;
		background-color: #EB6918;
		color: #fff;
	}

	.filter__button:hover::after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.filter__dropdown {
		position: absolute;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		background-color: #fff;
		border: 1px solid #000;
		width: 200px;
		top: 37px;
		left: 0;
		height: 0;
		max-height: 300px;
		z-index: 100;
		overflow: scroll;
		box-sizing: border-box;
		opacity: 0;
		pointer-events: none;

	}

	.filter__button:hover .filter__dropdown {
		opacity: 1;
		pointer-events: all;
		height: auto;
	}

	.filter__dropdown::-webkit-scrollbar {
		width: 4px;
	}

	.filter__dropdown::-webkit-scrollbar-thumb {
		background-color: #000;
	}

	.filter__dropdown-item {
		color: #000;
		padding: 8px 10px;
		text-decoration: none;
		font-family: "Gotham Book";
		font-weight: 500;
		width: 100%;
	}

	.filter__dropdown-item:first-of-type {
		padding-top: 10px;
	}

	.filter__dropdown-item:last-of-type {
		padding-bottom: 10px;
	}

	.filter__dropdown-item:hover {
		background-color: #EB6918;
		color: #fff;
	}

	.filter__dropdown-item:visited {
		color: #000;
	}

	.study_header {
		position: relative;
		display: flex;
		align-items: center;
		height: 300px;
		width: 100%;
		overflow: hidden;
	}

	.study_header_hero {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;

		background-size: cover;
		background-position: center;
	}

	.study_header h2 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #fff;
		font-size: 20px;
		margin-bottom: 20px;
		z-index: 200;
	}

	.study_header h1 {
		position: relative;
		display: block;
		font-family: 'Gotham Book';
		font-weight: 600;
		font-style: normal;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
		margin-top: 0;
		margin-left: 20px;
		width: 70%;
		font-size: 25px;
		color: #fff;
		z-index: 50;
		pointer-events: none;
	}

	.study_header_carousel {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.study_header_carousel_cell {
		display: block;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		background-position: center!important;
	}

	.study_header_carousel_controls {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 30px;
		padding: 5px 40px;
		z-index: 100;
	}

	.carousel_arrow {
		display: none;
	}

	.carousel_dot_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.carousel_dot {
		position: relative;
		display: inline-block;
		margin: 0 5px;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
	}

	.carousel_dot.is-selected {
		background-color: #EB6918;
		border: none;
	}

	.study_wrapper {
		margin-top: 0;
		padding: 0 20px;
	}

	.study_wrapper .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
		padding: 0;
	}

	.study_footer .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
	}

	.study_block {
		position: relative;
		display: block;
		width: 100%;
	}

	.study_block h3 {
		color: #EB6918;
		font-family: 'Gotham';
		font-weight: 400;
		margin-bottom: 0;
	}

	.study_block span {
		margin-top: 0;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: italic;
		color: #3A3B3B;
		font-size: 14px;
	}

	.study_banner {
		height: 800px;
		background-size: cover;
		background-image: url('../../../wp-content/uploads/2017/11/casestudy_banner.jpg')!important;
		margin-bottom: 50px;
	}

	.study_quote {
		border-top: 1px solid #EB6918;
		border-bottom: 1px solid #EB6918;
		padding: 45px 0;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: italic;
		line-height: 25px;
	}

	.study_quote blockquote:before {
		content: open-quote;
	}

	.study_quote blockquote:after {
		content: close-quote;
	}

	.study_quote blockquote {
		margin: 0;
		color: #747d7c;
	}

	.study_quote_accent {
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
	}

	.study_quote_accent#accent_top {
		top: -1px;
		left: 0;
	}

	.study_quote_accent#accent_bottom {
		bottom: -1px;
		right: 0;
	}

	.study_block img {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
	}

	.study_footer {
		padding: 30px 0;
		background-color: #4C5356;
	}

	.project_facts {
		padding: 40px 0;
		background-color: #fff;
		/* background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/project_facts_background.png);
		background-size: 30px;
		background-position: 20px 20px; */
	}

	.project_facts .study_wrapper {
		margin-bottom: 40px;
	}

	.project_facts_wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.study_project_fact {
		width: 48%;
	}

	.project_facts .study_block h2 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #EB6918;
		font-size: 20px;
	}

	.project_facts .study_block p {
		margin-top: 0;
		margin-bottom: 10px;
		color: #606060;
	}

	.study_project_fact h4, .study_block h4 {
		margin-bottom: 10px;
	}

	.project_facts .study_block a {
		color: #EB6918;
		text-decoration: none;
	}

	.project_facts .study_block a:hover {
		text-decoration: underline;
	}

	.study_footer_service_grid {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 44px;
		height: 200px;
	}

	.study_service_block {
		position: relative;
		display: inline-block;
		width: 66px;
		height: 66px;
	}

	.study_service_block:nth-of-type(odd) {
		margin-top: 66px;
	}

	.study_service_block h3 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		text-align: right;
		font-size: 7px;
		text-transform: uppercase;
		margin-top: 5px;
		padding-right: 2px;
		color: #fff;
	}

	.study_service_block a {
		color: #fff;
		text-decoration: none!important;
	}

	.study_service_block#study_service_logo {
		width: 33px;
		height: 33px;
		margin-top: -33px;
		background-color: #EB6918;
	}

	.study_testimonial_quote {
		position: relative;
		border-top: 1px solid #EB6918;
		padding-top: 45px;
		margin: 35px 0;
	}

	.study_testimonial_quote span {
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
		font-size: 12px;
		display: block;
		color: #EB6918;
	}

	.study_testimonial_quote_accent {
		position: absolute;
		width: 15px;
		height: 15px;
		border: 1px solid #EB6918;
		top: -1px;
		left: 0;
	}

	.study_testimonial_quote blockquote:before {
		content: open-quote;
	}

	.study_testimonial_quote blockquote:after {
		content: close-quote;
	}

	.study_testimonial_quote blockquote {
		margin: 0;
		color: #747d7c;
		margin-bottom: 35px;
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
	}

	.study_footer_list {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.study_footer_list a {
		color: #fff;
		text-decoration: none;
	}

	.study_footer_list li {
		font-family: 'Gotham';
			font-weight: normal;
			font-style: normal;
		text-transform: uppercase;
		margin-bottom: 3px;
	}

	.study_list_arrow {
		display: inline-block;
		margin-right: 15px;
		padding: 2px 5px;
	}

	.study_footer_list li:hover .study_list_arrow {
		background-color: #16191A;
	}

	.study_footer_list a:hover {
		text-decoration: none!important;
	}

	/*Practice*/

	.page_hero {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		background-image: none!important;
	}

	.page_hero h1 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 500;
		color: #404040;
		z-index: 10;
		margin: 0 0 10px 20px;
		text-transform: uppercase;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.page_hero h3 {
		font-family: 'Gotham';
		font-style: normal;
		font-weight: 200;
		font-size: 25px;
		color: #404040;
		z-index: 10;
		margin-top: 0;
		text-transform: uppercase;
		margin-left: 20px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.page_hero_tint {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+23,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 23%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 23%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
		z-index: 1;
	}

	.practice_sub_menu {
		position: relative;
		width: 100%;
		top: 0;
		margin-top: 30px;
		margin-bottom: 40px;
		padding: 0 40px;
	}


	.practice_sub_menu ul {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		z-index: 10;
		padding-top: 10px;
	}

	.practice_sub_menu li {
		display: inline-block;
		transform-origin: center;
		animation: anim_pop 0.08s linear;
		animation-fill-mode: both;
		text-align: left;
		margin-bottom: 8px;
	}

	.practice_sub_menu li:nth-child(1) {
		animation-delay: 0.07s;
	}
	.practice_sub_menu li:nth-child(2) {
		animation-delay: 0.14s;
	}
	.practice_sub_menu li:nth-child(3) {
		animation-delay: 0.21s;
	}
	.practice_sub_menu li:nth-child(4) {
		animation-delay: 0.28s;
	}
	.practice_sub_menu li:nth-child(5) {
		animation-delay: 0.35s;
	}
	.practice_sub_menu li:nth-child(6) {
		animation-delay: 0.42s;
	}

	.practice_sub_menu li a {
		font-family: 'Gotham';
	  font-weight: normal;
	  font-style: normal;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		transition: color 0.05s linear;
	}

	.practice_sub_menu .current-menu-item a {
		font-family: 'Gotham';
		font-weight: 800;
	}

	.careers_header .practice_sub_menu li a{
		color: #404040!important;
	}

	.page-title, .archive-description {
		display: none;
	}


	.gallery_image_link {
		text-decoration: none;
	}

	.gallery_image {
		margin-bottom: 20px;

		animation-name: anim_fade_down;
		animation-duration: 1.5s;
	}

	.gallery_image_caption {
		position: relative;
		display: block;
		padding: 15px;
		background-color: #E3E9EC;
	}

	.gallery_image_caption p {
		margin: 0;
	}

	.caption_link {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/caption_link2.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: 15px 18px;
		padding-left: 40px;
	}

	.caption_link:hover {
		background-image: url(https://www.weareidp.com/wp-content/uploads/2018/02/caption_link_hover.png);
	}

	/*Gallery Page*/

	.gallery__wrapper {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	.gallery__group {
		position: relative;
		display: block;
		width: 100%;
		min-height: 100px;
		padding-bottom: 30%;
		margin-bottom: 4%;
	}

	.gallery__group::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(15deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
		pointer-events: none;
	}

	.gallery__group-link {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
	}

	.gallery__group-link:first-of-type {
		display: block;
	}

	.gallery__group-link img {
		object-fit: cover;
		object-position: center;
		height: 100%;
		width: 100%;
	}

	.gallery__group-title {
		position: absolute;
		color: #fff!important;
		font-family: 'Gotham';
		font-weight: bold;
		font-size: 14px;
		bottom: 15px;
		left: 15px;
		text-shadow: 0 0 4px #000;
		text-decoration: none;
		z-index: 100;
	}

	.gallery__group-count {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		border-radius: 6px;
		font-family: 'Gotham';
		font-weight: bold;
		font-size: 14px;
		background-color: #fff;
		bottom: 15px;
		right: 15px;
		z-index: 100;
		transition: all 0.2s;
	}

	.gallery__group-count::after {
		content: "";
		position: absolute;
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 10px;
		background-color: #fff;
		bottom: -5px;
		transition: all 0.2s;
	}

	/*About*/

	.content_intro h4, .content_intro h3 {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
	}

	.content_intro ul {
		font-family: 'Gotham Book';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
	}

	.values_wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 20px 50px 20px;
	}

	.value_block {
		width: 100%;
		padding: 0 35px;
		text-align: center;
	}

	.value_block h2 {
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
	}

	.about_links {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 20px 30px 20px;
	}

	.about_link_block {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.about_link_block img {
		display: block;
	}

	.about_link_block h2 {
		position: absolute;
		bottom: 10px;
		left: 20px;
		margin: 0;
		z-index: 99;
		width: 50%;
		line-height: 27px;
		text-align: left;
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		color: #fff;
	}

	.about_link_block#weareidp h2 {
		width: 20%;
	}

	.about_blog_wrapper {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		padding: 0 20px 40px 20px;
	}

	.blog_info {
		position: relative;
		width: 100%;
		padding-right: 0;
	}

	.blog_info h2 {
		font-family: 'Gotham';
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		margin: 5px 0;
	}

	.blog_info h4 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		margin: 5px 0;
	}

	.blog_post_list {
		position: relative;
		width: 100%
	}

	.blog_post_list a {
		display: block;
		text-decoration: none;
		color: #3A3B3B;
	}

	.blog_list_item {
		position: relative;
		padding: 10px;
		background-color: #bccbd3;
		margin-bottom: 10px;
	}

	.blog_list_item p {
		margin: 0;
	}

	.blog_list_item h3 {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		margin: 0;
	}

	.blog_post_list a:hover span {
		color: #EB6918;
	}

	.blog_list_item span {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		margin: 0;
	}

	/*Culture*/

	.culture_links {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 30px 0;
	}

	.culture_link_block {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.culture_link_block a {
		text-decoration: none;
	}

	.culture_link_image {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #E3E9EC;
		min-height: 80px;
		margin-bottom: 10px;
	}

	.culture_link_image h1 {
		position: absolute;
		font-family: 'Gotham';
		font-weight: 200;
		z-index: 1000;
		margin: 0;
		color: #fff;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	}

	.culture_link_caption {
		position: relative;
		display: block;
		padding: 15px;
		background-color: #E3E9EC;
	}

	.culture_link_caption p {
		margin: 0;
	}

	.culture_link_block img {
		display: block;
	}

	.culture_link_block .image_tint {
		background-color: rgba(0,0,0,0.0);
	}

	/*NEWS*/

	.news {
		padding-top: 50px;
	}

	.news_header {
		width: 100%;
		padding: 0 0 20px;
	}

	.news_header p {
		margin: 0;
	}

	.news_header h1 {
		width: 100%;
		font-family: 'Gotham';
	  font-weight: 200;
	  font-style: normal
		margin-bottom: 10px;
		font-size: 25px;
	}

	.news_copy {
		padding-bottom: 30px;
	}

	.news_copy blockquote p {
		font-size: 16px;
	}

	.news_copy blockquote p:before {
		content: "“";
	}

	.news_copy blockquote p:after {
		content: "”";
	}

	.news_copy ul, .news_copy ol {
		font-family: 'Gotham';
	  font-weight: normal;
	  font-style: normal;
		font-size: 14px;
		padding: 18px;
		margin: 0;
	}

	/*People*/

	.team_list {
		position: relative;
		display: block;
		padding: 0 0 50px;
		width: 100%;
	}

	.team_member_box {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom: 22px;
		height: auto;
	}

	.team_member_box:nth-of-type(4n) {
		margin-right: 0;
	}

	.team_member_box_inner {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		justify-content: flex-end;

		animation-name: anim_fade;
		animation-duration: 1.5s;
	}

	.team_member_image {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
		opacity: 1;
		transition: all 0.3s;
	}

	.team_member_image img {
		display: block;
	}

	.team_member_info {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		font-size: 13px;
		color: #404040;
		padding: 8px;
		/* background-color: #E3E9EC; */
	}

	.team_member_info p {
		margin: 2px 0;
	}

	.team_member_info p:first-of-type {
		font-weight: 600;
	}

	.team_member_info a {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #404040;
		display: none;
	}

	.team_member_info a:hover {
		color: #EB6918;
	}

	/*CAREERS*/

	.careers_header {
		width: 100%;
		padding: 100px 0 20px;
	}

	.careers_list {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}

	.careers_header h1 {
		font-family: 'Gotham';
	    font-weight: 200;
	    font-style: normal;
		margin: 0;
		margin-bottom: 10px;
	}

	.careers_header h3, .careers_header h4, .careers_wrapper h4 {
		display: inline-block;
		font-family: 'Gotham';
		font-weight: 200;
	  font-style: normal;
		margin: 0;
	}

	.careers_list a {
		color: #3A3B3B;
		text-decoration: none;
	}

	.careers_block {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 12px;
		background-color: #E3E9EC;
	}

	.careers_block h2 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		margin: 0;
		font-size: 15px;
		width: 100%
	}

	.careers_block p {
		margin: 0;
	}

	.careers_title_wrapper {
		margin-bottom: 5px;
	}

	.careers_title_wrapper p {
		font-size: 12px;
	}

	.careers_wrapper {
		margin-bottom: 30px;
	}

	.careers_wrapper h2 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;

		margin: 10px 0;
	}

	.careers_wrapper ul {
		margin: 0;
		padding-left: 20px;
	}

	.careers_wrapper ul li {
		font-family: 'Gotham';
		font-weight: normal;
		font-style: normal;
		color: #3A3B3B;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.careers_wrapper p {
		clear: both;
	}

	.careers_wrapper .careers_button {
		position: relative;
		display: block;
		float: left;
	    clear: both;
		text-decoration: none;
		color: #fff;
		background-color: #000;
		margin: 10px 0 30px;
		padding: 10px 20px;
		font-family: 'Gotham';
		font-weight: 200;
		font-style: normal;
		text-transform: uppercase;
}

	/*Contact*/

	/*CONTACT*/

	.contact_header {
		width: 50%;
		padding: 60px 0 30px;
	}

	.contact_header h1 {
		font-family: 'Gotham';
	    font-weight: 200;
	    font-style: normal;
		margin: 0;
		margin-bottom: 10px;
	}

	.contact_header h4 {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		text-transform: uppercase;
		margin: 0;
		margin-bottom: 10px;
	}

	.contact_header p {
		margin: 0;
	}

	.map_row {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.google_map_container {
		width: 100%;
		height: 350px;
	}

	.google_map_container #coventrymap, .google_map_container #londonmap, .google_map_container #manchestermap {
		height: 100%;
	}

	.address_container {
		width: 100%;
		padding: 8px 0 8px 20px;
		padding-left: 20px;
	}

	.contact_address {
		display: inline-block;
		padding: 15px 0 0 0;
		margin: 0;
		margin-bottom: 10px;
		list-style-type: none;
		margin-right: 30px;
	}

	.contact_address p {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		line-height: 22px;
		margin: 0;
		font-size: 16px;
	}

	.contact_address p:first-of-type {
		font-weight: 800;
	}

	.contact_address p a {
		color: #EB6918;
		text-decoration: none;
	}

	.contact_address p a:hover {
		text-decoration: underline;
	}

	.contact_form {
		padding: 30px 0;
		background-color: #D3D6D8;
	}

	.wpcf7 {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto!important;
	}

	.wpcf7-form {
		position: relative;
		display: block;

	}

	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		margin: 0 0 15px 0;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #3A3B3B;
		width: 100%;
	}

	.wpcf7-form input:focus, .wpcf7-form textarea:focus {
		outline: none;
	}

	.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
		opacity: 1;
		transition: all 0.6s;
	}

	.wpcf7-form input:focus::placeholder, .wpcf7-form textarea:focus::placeholder {
		opacity: 0.4;
	}

	.wpcf7-form textarea {
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		margin: 0 0 15px 0;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #3A3B3B;
		resize: none;
	}

	.wpcf7-form input[type="submit"] {
		position: relative;
		font-family: 'Gotham';
	    font-weight: normal;
	    font-style: normal;
		font-size: 14px;

		text-align: center;

		border: none;
		border-radius: 0;
		box-sizing: border-box;
		padding: 15px;
		color: #fff;
		width: 30%;

		background-color: #3A3B3B;
	}

	.wpcf7-form p {
		margin: 0;
	}

	.wpcf7-not-valid-tip {
		margin: 0 0 15px;
	}

	.wpcf7-response-output {
		padding: 15px!important;
		color: #3A3B3B;
	}

	.wpcf7-mail-sent-ok {
		border: 2px solid #b0ff64!important;
		background-color: rgba(176, 255, 100, 0.4);
	}

	.wpcf7-validation-errors {
		border: 2px solid #ff391b!important;
		background-color: rgba(255, 57, 27, 0.4);
	}

	.square_grey {
		fill: #D3D6D8;
		animation: anim_fade;

	}

}
