/*
	Theme Name: Isomer Capital
	Theme URI: http://wpdedicated.co.uk
	Description: Hand Crafted theme
	Version: 1.3
	Author: Ben Kitching
	Author URI: http://wpdedicated.co.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font:400 1.15vw/1.2 'DM Sans', sans-serif;
	color:#0b163d;
	background-color:#F5F5F5;
	margin:0;
	padding:0;
	overflow-x: hidden;
}
main {
	padding-top:6.88vw;
}
body.loading {
	overflow:hidden;
}
.marydale {
	font-family: 'marydale', sans-serif;
}
#loader {
	background-color:#fff;
	width:100vw;
	height:100vh;
	position:absolute;
	top:0;
	left:0;
	z-index:9999999;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img, picture {
	max-width:100%;
	vertical-align:bottom;
	object-fit:cover;
}
a {
	color:#444;
	text-decoration:none;
	transition:0.5s all;
}
a:hover {
	color:#444;
	text-decoration:underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, .h1 {
	font-size:2.8vw;
	line-height: 1;
	font-weight: 400;
}
h2, .h2 {
	font-size:1.5vw;
	font-weight: 700;
	line-height: 1;
}
.normal-weight {
	font-weight:400;
	line-height: 1.2;
}

.btn {
	border-radius:5vw;
	padding:0.35vw 2.8vw;
	text-align: center;
	transition:0.5s all;
	font-size:1vw;
	border:1px solid;
	position: relative;
	background-color:transparent;
	color:#0b163d;
	margin-right:0.69vw;
	width:fit-content;
}
.btn:before {
  content: '';
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-radius: 50%;
  left: 0.69vw;
  top: 0.5vw;
}
.btn.white:hover, .btn.white:before {
	background-color:#fff;
	border-color:#fff;
	color:#0b163d;
}
.btn-light:hover, .btn-light:before {
	background-color: #14a0e1;
	border-color: #14a0e1;
}
.btn-med:hover, .btn-med:before {
	background-color: #266bb9;
	border-color: #266bb9;
}
.btn-dark:hover, .btn-dark:before {
	background-color: #0b163d;
	border-color: #0b163d;
}
.btn-green:hover, .btn-green:before {
	background-color: #00dbe6;
	border-color: #00dbe6;
}
.btn:hover {
	color:#fff;
	text-decoration:none;
}
.center {
	text-align: center;
}
.white, .white a {
	color:#fff;
}
.bg-dark {
	background-color:#0b163d;
}
.bg-med, .quote-text.bg-med {
	background-color:#266BB9;
}
.bg-light, .quote-text.bg-light {
	background-color:#14A0E1;
}
.bg-green, .partner-inner.bg-green {
	background-color:#00DBE6;
}
.bg-light-gray {
	background-color:#F6F5F6;
}
.bg-mid-gray {
	background-color:#EDEDED;
}
.bg-white {
	background-color:#fff;
}

.row {
	display: flex;
	flex-wrap: wrap;
}
.col {
	position: relative;
	box-sizing: border-box;
}
.col.half {
	width:50%;
	flex-basis:50%;
}
.col.third {
	width:33.33%;
	flex-basis:33.33%;
}
.col.quarter {
	width:25%;
	flex-basis:25%;
}

.col.fifth {
	width:20%;
	flex-basis:20%;
}
.quote {
	padding:6% 12% 6% 14%;
}
.quote-inner {
	display: flex;
}
.quote-lines {
	width:10%;
	height:auto;
	position: absolute;
	object-fit: contain;
}
.top-line {
  left: 1vw;
  top: 2vw;
}
.bottom-line {
	bottom:2vw;
	right:1vw;
}
.quote-text {
  background-color: #fff;
  padding: 3% 5%;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%;
  position: relative;
  z-index: 2;
}
.quote-heading {
  margin: 0;
  font-weight: 700;
  margin-bottom: 1.39vw;
}
.quote-body {
  font-size: 2.05vw;
  margin-bottom: 6.94vw;
	min-height:20vw;
}
.quote-source {
  align-self: flex-end;
  margin: 0 0 0 auto;
}
.quote-image {
	width:50%;
}
.quote-image img {
  width: 104%;
  max-width: unset;
  position: relative;
  left: -8%;
}
.quote .center {
	margin-top:3.47vw;
	padding-right:2vw;
}
.section-title {
  text-align: center;
  border-bottom: 1px solid #00dbe6;
  display: block;
  width: 15vw;
  margin: 0 auto 4vw;
  padding-bottom: 1vw;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.site-wrapper {
	max-width: 2560px;
	margin:auto;
	-webkit-box-shadow: 0px -5px 20px 5px #a8a8a8;
  box-shadow: 0px -5px 20px 5px #a8a8a8;
}
.swiper-button-next, .swiper-button-prev {
	color:#00dbe6 !important;
}

/* wrapper */
.wrapper {
	max-width:2432px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.wrapper.thin {
	width: 80%;
	max-width: 2048px;
}
/* header */
#header {
	background-color:#fff;
	position: fixed;
	max-width:2560px;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width: 100%;
	-webkit-box-shadow: 0px -5px 20px 5px #a8a8a8;
	box-shadow: 0px -5px 20px 5px #a8a8a8;
	z-index:20;
}
#header .wrapper {
  padding: 1.5% 0 1%;
  display: flex;
}
#header-gradient {
	background: rgb(11,22,61);
	background: linear-gradient(90deg, rgba(11,22,61,1) 0%, rgba(38,107,185,1) 25%, rgba(20,160,225,1) 50%, rgba(0,219,230,1) 75%);
	width:100%;
	height:1.39vw;
}
#header-logo {
	width:20.83vw;
}
#header-logo img {
	width:100%;
	height:auto;
}
/* nav */
.nav {
  flex-grow: 1;
  text-align: right;
}
.nav-menu {
	height:100%;
	display: flex;
	justify-content: flex-end;
}
.nav-menu img {
  width: 2.5vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
}
.nav-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.nav-menu ul.sub-menu {
	position: absolute;
	display: block;
	background-color: #fff;
	width: max-content;
	height: max-content;
	padding: 3rem 2rem 1rem;
	text-align: left;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s opacity;
}

.nav-menu li {
	margin-left:1.39vw;
	position: relative;
	padding-bottom:0.83vw;
}

.nav-menu li.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	pointer-events: all;
}

.nav-menu a:hover {
	text-decoration: none;
}
.nav-menu li.current_page_item:after, .nav-menu li:hover:after {
	content:'';
	display: block;
	width:0.69vw;
	height:0.69vw;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left:calc(50% - 0.35vw);
	background-color:#00dbe6;
}

.nav-menu .sub-menu li:hover:after {
	left: -2rem;
	bottom: 50%;
}

/* footer */
#footer-top {
	padding:4vw 0;
}
#footer-top .btn, .btn.big-btn {
	font-size:1.5vw;
	padding:1vw 6vw;
}
#footer-top .btn:before, .btn.big-btn:before {
  background-image: url('./img/after-arrow.png');
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  width: 3vw;
  height: 3vw;
  top: 0.5vw;
  left: 0.8vw;
}
.btn.big-btn:before {
	background-image: url('./img/arrow-right.png');
	background-size: 50%;
}
#footer-bottom .col.half.bg-dark {
	padding:2vw;
}
#footer-logo {
	width:55%;
	margin-bottom:11vw;
}
#footer-links {
	display: flex;
	flex-wrap: wrap;
}
#footer-links a {
	display: block;
	margin-right: 20px;
}
#signatories div {
	display: flex;
	width: 85%;
	flex-wrap: wrap;
}
#signatories img {
	height:4vw;
	margin-right: 2vw;
	width: auto;
}
#signup-form {
	position: relative;
}
#signup-button {
	position: absolute;
	top:-1vw;
	left:0;
}
#mc_embed_signup {
	position: absolute;
	top:-1vw;
	left:0;
	display: none;
	width:100%;
}
#mc_embed_signup_scroll {
	display: flex;
}
#mce-EMAIL {
	text-align: left;
	color:#266BB9;
	padding:0.35vw 1vw;
	border:1px solid #fff;
	background-color:#fff;
}
#mce-EMAIL::placeholder {
	color:#266BB9;
}
#mc_embed_signup div.mce_inline_error, #mce-success-response, #mce-error-response {
  position: absolute;
  width: 42%;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 5vw;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1vw;
}
.footer-inner {
	padding:2vw;
	height:34%;
}
.footer-inner.bg-med {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-inner h2 {
	margin-top:0;
	font-weight: 400;
	font-size: 2vw;
}
.footer-inner.bg-light {
	height:66%;
}
.footer-inner.bg-light .row {
	height:100%;
	align-items: flex-end;
}
#footer-contact {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
#footer-contact .row {
	width:100%;
}
.footer-inner.bg-light .row.outer-row {
	align-items: flex-end;
	height: 100%;
}
.footer-inner.bg-light p {
	margin-bottom:0;
}
.footer-inner.bg-light a {
	display: block;
}
.footer-inner.bg-light a:last-child {
	margin-bottom: 0;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.text-center {
	text-align: center;
}

#page-header-inner {
  position: absolute;
  top: 65%;
  text-align: center;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-header-inner h1 {
	margin-bottom:8%;
}
#page-header img {
	width:100%;
	height:100%;
	object-position: top;
}
#page-header img#header-arrow {
	position: absolute;
	bottom:5%;
	left:50%;
	transform:translateX(-50%);
	width:2vw;
	height:auto;
}
#page-header img#header-iso {
  position: absolute;
  top: calc(95% - 1.25vw);
  right: 50%;
  width: 48%;
  height: auto;
	object-fit:contain;
}

#home-carousel, #page-header {
	height:44vw;
	position: relative;
	margin-bottom:3.47vw;
}
.home-slide svg {
	position: absolute;
	display:none;
	width: 50.5%;
  left: 2.6%;
  bottom: -36.5%;
}
.home-slide {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.home-slide.move-over {
	pointer-events:none;
}
.home-slide img, .home-slide picture, .home-slide video {
	width:100%;
	height:100%;
	transition:0.5s transform;
	transition-delay:0.2s;
	object-position: 50% 25%;
	object-fit: cover;
}
.home-slide.move-over img, .home-slide.move-over picture, .home-slide.move-over video {
	transform:translateX(-100%);
}
.vertical-title-bar {
  position: absolute;
  width: 2.78vw;
  color: #fff;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  background-color: #00dbe6;
  z-index: 11;
  display: flex;
  justify-content: center;
	cursor:pointer;
	transition:0.5s right;
	transition-delay:0.2s;
}
.vertical-title-bar img, .vertical-title-bar picture {
  position: absolute;
  bottom: 1.39vw;
  width: 70%;
  left: 15%;
}
.vertical-title-bar span {
  font-weight: 700;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  padding-top: 4.17vw;
}
.vertical-title-bar[data-slide="1"] {
	background-color:#0b163d;
	right:5.56vw;
}
.vertical-title-bar[data-slide="2"] {
	background-color:#266bb9;
	right:2.78vw;
}
.vertical-title-bar[data-slide="3"] {
	background-color:#14a0e1;
	right:0;
}

.vertical-title-bar.move-over[data-slide="1"] {
	right:calc(100vw - 3.6vw);
}
.vertical-title-bar.move-over[data-slide="2"] {
	right:calc(100vw - 6.1vw);
}
.vertical-title-bar.move-over[data-slide="3"] {
	right:calc(100vw - 8.8vw);
}
.vertical-title-bar.move-over[data-slide="4"] {
	right:calc(100vw - 11.5vw);
}

.home-slide-inner {
  color: #fff;
  position: absolute;
  bottom: 40%;
  left: 3.8%;
  z-index: 10;
  width: 30%;
	display: none;
}

@media(min-width:1920px) {
	.home-slide-inner {
		bottom:42%;
	}
}

@media(min-width:2560px) {
	.home-slide-inner {
		bottom:47%;
	}
}

.home-slide[data-slide="0"] .home-slide-inner {
	display: block;
}
.home-slide[data-slide="1"] .home-slide-inner {
	left:5.6%;
  width: 35%;
}
.home-slide[data-slide="2"] .home-slide-inner {
	left:7.6%;
  width: 33%;
}
.home-slide[data-slide="3"] .home-slide-inner {
	left:11%;
  width: 27%;
}
.home-slide[data-slide="4"] .home-slide-inner {
	left:14.4%;
}

.home-slide[data-slide="0"] svg {
	display:inline;
}

.zls-1 {
	fill:none;
	stroke:#00dbe6;
	stroke-width:.5px;
}
.zls-2 {
	fill:#00dbe6;
}


#home-carousel .home-slide .home-slide-inner.content {
	bottom:3.47vw
}

.home-slide .btn, .home-slide h1 {
	margin-bottom: 75px;
	display: block;
}

#home-intro {
  width: 35%;
  margin-left: auto;
  margin-right: 11%;
}
#home-buttons {
	margin-top:2.1vw;
}
#home-map-intro {
	padding-top:6.94vw;
}
#home-map-intro p {
	margin:0;
}
#home-map-intro span.marydale {
	font-size: 2vw;
}
#home-map {
	padding-top:5vw;
}
#home-map svg {
	position: relative;
	left:-6%;
}
#home-map-stats {
  position: absolute;
  top: 15%;
  right: 0;
  background-color: rgba(255,255,255,0.8);
  padding: 1%;
  width: 29%;
}
.dots-selected, .location-dots, .dots-highlight {
	display: none;
}
.map-stat {
  display: flex;
  align-items: flex-end;
  border-top: 1px solid #00DBE6;
  padding-top: 1.39vw;
  padding-bottom: 0.69vw;
}
.map-stat:last-child {
	border-bottom: 1px solid #00DBE6;
}
.map-stat-number {
  font-size: 3.5vw;
  margin: 0;
  margin-right: 15%;
  line-height: 0.8;
  width: 30%;
}
.map-stat-description {
  display: flex;
  align-items: center;
}
.circle {
  width: 1.32vw;
  height: 1.32vw;
  border-radius: 50%;
  margin-right: 5px;
	border:1px solid;
	background-color:#fff;
}
.circle.bg-green {
	border-color:#00DBE6;
	background-color:#00DBE6;
}
.circle.bg-med {
	background-color:#266BB9;
	border-color:#266BB9;
}
.map-stat:nth-child(1) .circle {
	border-color: #00dbe6;
}
.map-stat:nth-child(2) .circle, .circle.type-green {
  border-color: #00dbe6;
  background-color: #0B163D;
}
.map-stat:nth-child(3) .circle{
	border-color: #00dbe6;
}
.map-stat:nth-child(4) .circle, .circle.type-blue {
	border-color: #14a0e1;
	background-color: #14a0e1;
}
.map-stat:nth-child(5) .circle {
	border-color: #00dbe6;
}
.map-stat:nth-child(6) .circle, .circle.type-gradient {
	background: rgb(38,107,185);
	background: linear-gradient(57deg, rgba(38,107,185,1) 40%, rgba(0,219,230,1) 100%);
	border:none;
	width:1.39vw;
	height:1.39vw;
}
.map-stat span {
	font-size:1vw;
}
#home-map-button {
	margin:1.74vw 0 3.47vw;
}

#euro-lp .bg-white, #euro-lp .bg-light-gray .wrapper {
	padding:6% 4%;
}
#euro-lp .bg-white {
	padding-bottom:0;
}
#euro-lp .bg-white svg {
  position: relative;
  width: 100%;
  left: 0;
  top: -4vw;
  margin-bottom: -4vw;
}
.the-isomer-strategies #euro-lp .bg-white svg {
	margin-bottom: 0;
}
#euro-lp .circle {
	width:1.74vw;
	height:1.74vw;
	position: relative;
}
#euro-bottom .bg-white {
	padding:5% 0;
	text-align: center;
}
#euro-bottom .bg-med {
	padding:0 5%;
	display: flex;
	align-items: center;
}
#home-strategies-text {
	width:25%;
}
#home-logo-image {
  display: block;
  width: 40%;
  margin: 5vw auto;
}
#euro-lp .bg-light-gray {
	padding-right:0;
	position: relative;
}
#euro-lp-text {
	position: relative;
}
#euro-lp-body {
  width: 27%;
  margin-top: 10vw;
  margin-bottom: 20vw;
  margin-left: 10%;
}
#euro-lp-body img {
	width:85%;
	margin-top:5%;
}
.strategy-box {
	display: none
}
.bls-1 {
	pointer-events: none;
}
.strategy-circle {
	cursor:pointer;
	transition:0.5s all;
	position:relative;
	z-index: 5;
	pointer-events:all;
	fill:none;
	stroke:#00dbe6;
}
.strategy-circle:hover {
	fill:#00dbe6;
}
.full-svg {
	transform:scale(0.99);
}
#sketch-logo {
	padding:10vw 0 5vw;
}
#sketch-logo .swiper {
	padding-top:10vw;
}
#sketch-logo p, #euro-lp svg p {
	font-size: 18px;
}
#euro-lp svg p.heading {
	font-size:22px;
}
#sketch-logo .marydale {
	font-size:40px;
	line-height: 1;
}
.sketch-hover {
	pointer-events: bounding-box;
	transition:0.5s all;
}
.sketch-hover:hover, .sketch-hover:hover path {
	fill:#0b163d;
}
#isomer-image {
	width:50%;
	position: absolute;
	right: 0;
	top:8vw;
}
#euro-lp p.center {
	padding-bottom:4vw;
	margin-bottom:0;
	position: relative;
	top:-4vw;
}
#home-news {
	padding: 5% 10%;
}
#home-news .center {
	margin-top:5%;
}
#home-news .center a.btn-green {
	position: relative;
	top:1vw;
}
#home-news .col {
	margin-bottom:2vw;
}
#blog-angles {
  position: absolute;
  width: 95%;
  top: 55%;
  left: 0%;
  max-width: unset;
  pointer-events: none;
}
.home-post-inner {
	padding:0 5%;
}
.home-post-inner img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
#home-news .col:nth-child(2) .home-post-inner img {
	height:18vw;
}
.home-post-content {
	background-color: #fff;
	padding:10%;
}
.home-post-meta {
	color: #14a0e1;
	display: flex;
	justify-content: space-between;
}
.home-post-content p.h2, .home-post-content div:not(.home-post-meta) {
	min-height: 6vw;
}
.home-post-inner p.center {
	margin-top:3vw;
}

.filters {
	width: 15%;
	flex-basis: 15%;
}
.filter {
	position: sticky;
	top:10vw;
}
.filter p {
	border-bottom:1px solid #00dbe6;
	margin-bottom:0;
	margin-top:1vw;
	padding-bottom:0.1vw;
	width:70%;
	cursor:pointer;
}
.filter p.filter-item {
	font-size: 1.5vw;
	position: relative;
}
.filter p.filter-item:after {
	content:'';
	transition:0.5s background-color;
	width:1.5vw;
	height:1.5vw;
	border-radius: 50%;
	background-color:transparent;
	position: absolute;
	right:0;
	bottom:0.4vw;
}
.filter p.filter-item.active:after, .filter p.filter-item:hover:after {
	background-color: #00dbe6;
}
.filter-content {
	width: 85%;
	flex-basis: 85%;
	min-height:40vw;
}
#team .filter-content .col {
	padding:1%;
	width:23%;
	flex-basis:23%
}
.team-inner {
	height:25vw;
	overflow:hidden;
	position: relative;
}
.team-inner img.team-img {
	height:100%;
	width: 100%;
}
.team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0b163d;
  color: #fff;
  padding: 5%;
	transition:0.5s transform;
	transform:translateY(100%);
}
.team-inner:hover .team-overlay {
	transform:none;
}
.short-bio {
	margin-top:0;
}
.team-overlay-bottom {
  position: absolute;
  bottom: 5%;
  display: flex;
  align-items: center;
  width: 90%;
}
.full-bio, .full-bio:hover {
	color: #00dbe6;
}
.team-linkedin {
	width: 2vw;
  margin-left: auto;
}
.full-bio-text {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  z-index: 9;
  top: 0;
  left: 0;
}
.full-bio-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-bio-content {
	width:70vw;
	min-width: 300px;
	padding:2%;
	background-color: #fff;
	position: relative;
}
.full-bio-content img {
	width:100%;
	height:auto;
}
.full-bio-content .col.threequarters {
	flex-grow:1;
	padding-left:3%;
}
.full-bio-content a img {
	width:2vw;
}
.close-bio {
	position: absolute;
	top:5%;
	right:5%;
	margin:0;
	border-bottom:1px solid #00DBE6;
}

#portfolio-intro {
	margin-bottom: 10vw;
	width: 18%;
}
#portfolio-map {
  position: relative;
}
#portfolio-map svg {
	width:100%;
	height:auto;
}
#map-companies {
	display: none;
}
.portfolio-map-info {
  position: absolute;
  width: 24vw;
  min-width: 300px;
  -webkit-box-shadow: -5px -5px 20px 5px #a8a8a8;
  box-shadow: -5px -5px 20px 5px #a8a8a8;
  background: #fff;
  top: 28%;
  left: -18%;
  display: none;
}
.portfolio-partners .portfolio-map-info {
	top:51%;
}
.gradient-bar, .gradient {
	height:1.39vw;
	width:100%;
	background: rgb(11,22,61);
  background: linear-gradient(90deg, rgba(11,22,61,1) 0%, rgba(38,107,185,1) 25%, rgba(20,160,225,1) 50%, rgba(0,219,230,1) 75%);
}
.dark .gradient-bar {
	background: rgb(11,22,61);
  background: linear-gradient(90deg, rgba(11,22,61,1) 0%, rgba(38,107,185,1) 25%, rgba(20,160,225,1) 50%, rgba(0,219,230,1) 75%);
}
.light .gradient-bar {
	background: #00dbe6;
  background: linear-gradient(90deg, rgba(38,107,185,1) 0%, rgba(20,160,225,1) 33%, rgba(0,219,230,1) 67%);
}
.gradient {
	background:none;
}
.portfolio-map-info .circle {
	width: 1.5vw;
	height: 1.5vw;
}
.light .circle {
	background: #00dbe6;
	border-color: #00dbe6;
}
.dark .circle {
	background: rgb(11,22,61);
	border-color: rgb(11,22,61);
}
.portfolio-info-inner {
	padding:1vw;
	background-color: #fff;
	position: relative;
}
.company {
	position: absolute;
	background-color: #fff;
	width: 22vw;
	height: fit-content;
	left: 0;
	top:0;
	padding:0;
}
.company .h2 {
	font-weight: normal;
	line-height: 1.2;
}
.portfolio-info-inner p:not(.h2) {
	margin-bottom:0;
}
.company-nav {
  display: flex;
  position: absolute;
  bottom: 1.5vw;
  width: 40%;
  left: 30%;
  justify-content: space-between;
	z-index:2;
}
.company-nav img {
	width: 3vw;
	height: auto;
}
#unicorns-1 {
	top:4vw;
	right:10vw;
}
#unicorns-2 {
  top: 30vw;
  right: 16vw;
}
#partners {
	padding-top:5vw;
}
.strategies#partners {
	padding-top: 0;
}
#partners .col {
	padding:2%;
}
.partner-inner {
  padding: 5%;
  padding-bottom: 95%;
  position: relative;
	border-radius: 50%;
}
.partner-inner img {
  width: 86%;
  object-fit: unset;
  border-radius: 50%;
  position: absolute;
  height: 86%;
  left: 7%;
  top: 7%;
}
.headline {
	padding:5vw;
}

.line-buttons {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 4vw 0 2vw;
}
.line-buttons .line {
	flex-grow: 1;
  border-bottom: 1px solid;
}
.line-buttons .btn {
	margin-left:2vw;
}
#portfolio-bottom .row {
	align-items: center;
}
#portfolio-bottom-image {
  width: 60%;
  margin: auto;
}

#strategy .wrapper {
	width:85%;
	padding: 6vw 0;
}
#strategy-text, #strategy-text img {
	width:75%;
}
#strategy-text .line-buttons {
	margin:2vw 0 4vw;
}
#strategy-bottom {
	position: relative;
}
#strategy-bottom img {
	width:100%;
	height:56.6vw;
	object-fit: cover;
}
#strategy-bottom img:nth-child(2) {
	height:60vw;
}
#strategy-bottom svg {
	position: absolute;
	width: 65%;
	left:5%;
	top:2%
}
#strategy-bottom svg p {
	color:#fff;
	font-size:20px;
}
#strategy-bottom svg p.marydale {
	font-size: 40px;
}

#strategy-icon {
	padding:10vw 0 4vw;
}
#strategy-icon img {
	width:30%;
	display: block;
	margin:auto;
}
#strategy-icon p.center {
	margin-top:8vw;
}

#strategy-quotes {
  padding-top: 10%;
  padding-bottom: 5%;
  overflow-y: hidden;
}
#strategy-quotes svg {
	width:100%;
	height:auto;
}
#strategy-quotes svg p {
	font-size:20px;
}
#strategy-quotes svg p.header {
	font-size:30px;
}
#strategy-angles {
  position: absolute;
  left: 0;
  top: -5vw;
  width: 60%;
}
#strategy-quotes .quote:nth-child(2) {
	padding-top: 0;
	padding-bottom:15%
}
#strategy-quotes .quote:nth-child(odd) .quote-text {
	background-color:#14a0e1;
	margin-top:0;
	height:95%;
}
#strategy-quotes .quote:nth-child(odd) .quote-image {
	margin-top:5%;
}
#strategy-quotes .quote:nth-child(even) .quote-text {
	background-color:#00dbe6;
	margin-top:0;
	height:95%;
	order:1;
}
#strategy-quotes .quote:nth-child(even) .quote-inner {
	align-items: flex-end;
}
#strategy-quotes .quote:nth-child(even) .quote-image img {
	left:0;
	top:3vw;
}
#full-width-quote {
	height:45vw;
	margin-bottom:5%;
	position: relative;
}
#full-quote-inner {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size: 2vw;
	text-align: center;
	width: 45%;
}
#full-width-quote img {
	width:100%;
	height:100%;
}

#euro-lp .bg-white#teaser-episode, #blog-intro {
	padding:5vw 0;
}

.awards-wrapper #page-header-inner {
	width: fit-content;
	padding: 1rem 8rem;
	top:50%;
}
.awards-wrapper .section-title {
	width:20vw;
}
.awards-wrapper #blog-intro {
	position: relative;
	z-index: 1;
}
.awards-wrapper .home-post-inner img {
	height:auto !important;
}
.awards-wrapper #blog-angles {
	z-index: -1;
}
#awards-logos {
	justify-content: center;
	align-items: center;
}
#awards-logos .col {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10vw;
}
#awards-logos img {
	height:auto;
	width:80%;
}

#post-filter {
	margin-bottom: 4vw;
	margin-left: 1%;
}

#post-filter a {
	margin-top: 1vw;
	display: inline-block;
}

#post-filter a:hover, #post-filter a.active {
	background-color: #0b163d;
	color: #fff;
}

#post-header {
  background: rgb(11,22,61);
  background: linear-gradient(90deg, rgba(0,219,230,1) 0%, rgba(20,160,225,1) 25%, rgba(38,107,185,1) 50%, rgba(11,22,61,1) 75% );
  height: 25vw;
  min-height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#post-header h1 {
  width: 55%;
  text-align: center;
  font-size: 4vw;
}
#post-header h1 a {
	color:#fff;
	text-decoration: none !important;
}
#post-main {
	padding:5% 0;
}
.col.single-meta {
	width:20%;
}
.col.single-content {
	width:80%;
	padding-left:5%;
}
.single-meta p.single-meta-heading {
	font-size:1.15vw;
	border-bottom:1px solid #00dbe6;
	padding-bottom:0.1vw;
	margin-bottom:1vw;
	width:50%;
}
#post-main ul {
  list-style: none;
	padding:0;
}
#post-main #euro-lp {
	margin-top:1em;
}
#post-main ul li {
	position: relative;
	margin-bottom: 1vw;
}
#post-main ul li::before {
  content: "\2022";
  color: #00DBE6;
  font-weight: bold;
  width: 4vw;
  font-size: 3vw;
  position: absolute;
  top: -1.12vw;
  left: -1.5vw;
}
#post-main iframe {
	margin:2vw auto;
	display: block;
}
#post-bottom {
  width: 25%;
  margin: 5% 25%;
}
.not-author#post-bottom {
	margin-left:23%;
}
#author-meta img {
  width: 100%;
  height: 20vw;
}
#author-meta-inner {
	margin: 2vw 0 5vw;
}
.shared-counts-wrap {
	display: flex;
	justify-content: center;
}
.no-author .shared-counts-wrap {
	justify-content: flex-start;
}

#podcasts-intro {
	margin-top:5vw;
}
#insights-quote {
	padding-top:3%;
}
#insights-quote .quote-body {
	font-size: 1.5vw;
}
#insights-bottom {
	position: relative;
}
#insights-bottom svg {
	position: absolute;
	top: 1rem;
	left:2%;
	width:45%;
	overflow:visible;
}
#insights-bottom .svg-text {
	font-size: 36px;
	color:#fff;
}
#insights-bottom img {
	width: 100%;
	height:56vw;
	object-fit: cover;
}
#insights-bottom .center {
	position: absolute;
	width:100%;
	bottom:5%;
}

.strategy-title {
	padding-top: 30px;
	display: flex;
	align-items: center;
}
.strategy-title .circle {
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

.strategy-intro {
	padding: 50px 0;
}

.page-template-template-strategies #page-header {
	margin-bottom: 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (min-width:2561px) {
	body {
		font-size:29px;
	}
	main {
		padding-top:159px;
	}
	h1, .h1 {
		font-size: 72px;
	}
	h2, .h2 {
		font-size: 38px;
	}
	.btn {
		border-radius: 128px;
		padding:9px 72px;
		font-size:26px;
		margin-right: 18px
	}
	.btn:before {
		width: 26px;
		height:26px;
		left: 17.6px;
		top: 10.8px;
	}
	.quote-heading {
		margin-bottom:36px;
	}
	.quote-body {
		font-size:53px;
		margin-bottom:178px;
		min-height:500px;
	}
	.quote .center {
		margin-top:89px;
		padding-right:51px;
	}
	.section-title {
		width:385px;
	}
	#header-gradient {
		height:35px;
	}
	#header-logo {
		width:533px;
		display: flex;
		align-items: center;
	}
	.nav-menu li {
		margin-left:35px;
		padding-bottom: 21px;
	}
	.nav-menu li.current_page_item:after, .nav-menu li:hover:after {
		width:18px;
		height:18px;
		left:calc(50% - 9px);
	}
	.nav-menu img {
    width: 64px;
    margin-left: 26px;
    margin-bottom: 26px;
	}
	#footer-top {
		padding:102px 0;
	}
	#footer-top .btn {
		font-size:38px;
		padding:26px 154px;
	}
	#footer-top .btn:before {
	  width: 77px;
	  height: 77px;
	  top: 13px;
	  left: 20px;
	}
	#footer-bottom .col.half.bg-dark, .footer-inner {
		padding:51px;
	}
	#footer-logo {
		margin-bottom:281px;
	}
	#signatories img {
		height:102px;
		margin-right: 51px;
	}
	.footer-inner h2 {
		font-size: 51px;
	}
	#home-carousel, #page-header {
		height:1126px;
		margin-bottom:89px;
	}
	#iso-line {
    width: 750px;
    bottom: -400px;
    left: 60px;
	}
	.vertical-title-bar {
		width:71px;
	}
	.vertical-title-bar img, .vertical-title-bar picture {
		bottom:35px;
	}
	.vertical-title-bar[data-slide="1"] {
		right:213.248px;
	}
	.vertical-title-bar[data-slide="2"] {
		right:142.336px;
	}
	.vertical-title-bar[data-slide="3"] {
		right:71.168px;
	}

	.vertical-title-bar.move-over[data-slide="1"] {
		right:2490px;
	}
	.vertical-title-bar.move-over[data-slide="2"] {
		right:2420px;
	}
	.vertical-title-bar.move-over[data-slide="3"] {
		right:2350px;
	}
	.vertical-title-bar.move-over[data-slide="4"] {
		right:2280px;
	}
	.home-slide-inner {
	  left: 89px;
		bottom:47%;
	}



	#home-carousel .home-slide .home-slide-inner.content {
		bottom:89px;
	}

	#home-buttons {
		margin-top:54px;
	}
	#home-map {
		padding-top:128px;
	}
	#home-map-intro {
		padding-top:178px;
	}
	#home-map-intro span.marydale {
		font-size:38px;
	}
	.map-stat {
		padding-top: 36px;
	  padding-bottom: 18px;
	}
	.map-stat-number {
		font-size: 90px;
	}
	.circle {
		width: 34px;
		height: 34px;
	}
	.map-stat:nth-child(6) .circle {
		width: 35px;
		height: 35px;
	}
	.map-stat span {
		font-size:26px;
	}
	#home-map-button {
		margin:45px 0 89px;
	}
	#euro-lp .col.half .circle {
		width:45px;
		height:45px;
	}
	#euro-lp p.center {
		margin-bottom:0;
		top:-100px;
	}
	#euro-lp-body {
		margin-top:256px;
		margin-bottom:0;
	}
	#isomer-image {
		top:205px;
	}
	#isomer-image {
		margin-top:-100px;
	}
	.home-post-inner img {
		height:375px;
	}
	.home-post-content p.h2, .home-post-content div:not(.home-post-meta) {
		min-height: 77px;
	}
	#home-news .col:nth-child(2) .home-post-inner img {
		height:584px;
	}
	.home-post-inner p.center {
		margin-top:77px;
	}
	#home-news .center a.btn-green {
		top:26px;
	}
	.top-line {
		top:50px;
		left:30px;
	}
	.bottom-line {
		bottom: 90px;
	}
	#podcasts-intro {
		margin-top:128px;
	}
	#insights-quote {
		padding-top:0;
	}
	#insights-quote .quote-body {
		font-size:36px;
	}
	.filter {
		top:256px;
	}
	.filter p {
		margin-top:26px;
		padding-bottom:3px;
	}
	.filter p.filter-item {
		font-size:39px;
	}
	.filter p.filter-item:after {
		width:39px;
		height:39px;
	}
	.filter-content {
		min-height:1000px;
	}
	.team-inner {
		height:640px;
	}
	.team-linkedin, .full-bio-content a img {
		width:52px;
	}
	.full-bio-text {
    width: 2560px;
    left: 50%;
    transform: translateX(-50%);
	}
	.full-bio-content {
		width:1280px;
	}
	#portfolio-intro {
		margin-bottom:256px;
	}
	.portfolio-map-info {
		width:640px;
	}
	.portfolio-partners .portfolio-map-info {
		top:450px;
	}
	.portfolio-map-info .swiper {
		padding-bottom:
	}
	.gradient-bar, .gradient {
		height:36px;
	}
	.portfolio-map-info .circle {
		width:40px;
		height:40px;
	}
	.portfolio-info-inner {
		padding:26px;
	}
	.company {
		width:640px;
		padding:26px;
	}
	.company-nav {
		bottom:26px;
	}
	.company-nav img {
		width: 77px;
	}
	.headline {
		padding:128px;
	}
	.line-buttons {
		margin:104px 0 52px;
	}
	.line-buttons .btn {
		margin-left:52px;
	}
	.portfolio-partners #home-map {
		padding-bottom: 128px;
	}
	#partners {
		padding-top:128px;
	}
	#strategy .wrapper {
		padding:154px 0;
	}
	#strategy-text .line-buttons {
		margin: 54px 0 102px;
	}
	#strategy-bullets {
		margin-top:384px;
	}
	#strategy-icon {
		padding: 256px 0 102px
	}
	#strategy-icon p.center {
		margin-top:205px;
	}
	#strategy-quotes .quote:nth-child(even) .quote-image img {
		top:77px;
	}
	#insights-bottom img, #strategy-bottom img {
		height:1400px;
	}
	#strategy-bottom img:nth-child(2) {
		height:1500px;
	}
	svg p {
    font-size: 36px;
	}
	#strategy-quotes svg p {
		font-size:20px;
	}
	#full-width-quote {
		height:1152px;
	}
	#full-quote-inner {
		font-size:50px;
	}
	#insights-quote .bottom-line {
		bottom:60px;
	}
	#post-header h1 {
		font-size: 100px;
	}
	#euro-lp .circle {
		width:45px;
		height:45px;
	}
	#post-main ul li:before {
    width: 50px;
    top: -50px;
    left: -60px;
	}
}

.sfs {
	display: none;
}

@media (max-width:900px) {
	#awards-logos .col {
		width:100%;
		flex-basis:100%;
		margin:5vw 0;
	}
	#awards-logos img {
		width:60%;
	}
	#strategy-quotes {
		padding-bottom:25%;
	}
	.sfs {
		display: block;
	}
	.hfs, .home-slide svg {
		display: none !important;
	}
	#sketch-logo .marydale {
		font-size:28px;
	}
	#sketch-logo p, #euro-lp svg p {
		font-size:16px;
	}
	#home-map-intro span.marydale {
		font-size:5.25vw;
	}
	body {
		font-size: 3.5vw;
	}
	h1, .h1 {
		font-size: 7vw;
	}
	h2, .h2 {
		font-size: 4vw;
	}
	#header-gradient {
		height:3vw;
	}
	#header .wrapper {
		padding:4vw 0
	}
	#header-logo {
		width: 55vw;
		padding-left: 3vw;
	}
	.nav {
		display: none;
		position: fixed;
    width: 100vw;
    background: #fff;
    top: 18vw;
    height: calc(100vh - 18vw);
    left: 0;
	}
	.nav-menu {
		font-size: 5vw;
    text-align: center;
    width: 100%;
		flex-wrap:wrap;
	}
	.nav-menu ul {
		width: 100%;
		flex-basis:100%;
    justify-content: center;
    flex-wrap: wrap;
    height: 50%;
    margin-top: 25%;
	}
	.nav-menu ul:last-child {
		height:10%;
		margin-top:0;
	}
	.nav-menu ul:last-child img {
		width:8vw;
		margin-right:1vw;
	}

	.nav-menu ul.sub-menu {
		position: static;
		opacity: 1;
		text-align: center;
		width: 100%;
		padding-top: 1rem;
		font-size: 1rem;
	}

	.nav-menu li {
		margin-left: 0;
    width: 100%;
    flex-basis: 100%;
	}
	.nav-menu li.current_page_item:after, .nav-menu li:hover:after {
    width: 50%;
    height: 0.2vw;
    border-radius: 0;
    bottom: 0;
    left: 25%;
	}
	.menu-icon {
	  position: relative;
	  cursor: pointer;
		flex-grow: 1;
	}
	.menu-icon .menu-icon__cheeckbox {
	  display: block;
	  width: 100%;
	  height: 100%;
	  cursor: pointer;
	  z-index: 2;
	  position: absolute;
	  opacity: 0;
	}
	.menu-icon div {
	  margin: auto;
	  position: absolute;
	  top: 50%;
		transform: translateY(-65%);
	  right: 4vw;
	  bottom: 0;
	  width: 12vw;
	  height: 3vw;
	}
	.menu-icon span {
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 1px;
	  background-color: #0b163d;
	  border-radius: 1px;
	  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
	}
	.menu-icon span:first-of-type {
	  top: 0;
	}
	.menu-icon span:last-of-type {
	  bottom: 0;
	}
	.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
	  transform: rotate(45deg);
	  top: 5px;
	}
	.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
	  transform: rotate(-45deg);
	  bottom: 5px;
	}
	main {
		padding-top:18vw;
	}
	#home-carousel {
		height:120vw;
		margin-bottom:8vw;
	}
	.home-slide-inner {
		width:75%;
		bottom:unset !important;
		top:25vw;
	}
	.vertical-title-bar {
		width:5vw;
	}
	.vertical-title-bar[data-slide="1"] {
		right:15vw;
	}
	.vertical-title-bar[data-slide="2"] {
		right:10vw;
	}
	.vertical-title-bar[data-slide="3"] {
		right:5vw;
	}

	.vertical-title-bar.move-over[data-slide="1"] {
		right:calc(100vw - 5vw);
	}
	.vertical-title-bar.move-over[data-slide="2"] {
		right:calc(100vw - 10vw);
	}
	.vertical-title-bar.move-over[data-slide="3"] {
		right:calc(100vw - 15vw);
	}
	.vertical-title-bar.move-over[data-slide="4"] {
		right:calc(100vw - 20vw);
	}
	.vertical-title-bar span {
		padding-top:6vw;
	}
	.home-slide[data-slide="1"] .home-slide-inner {
		width:65%;
		left:8vw;
	}
	.home-slide[data-slide="2"] .home-slide-inner {
		width:65%;
		left:14vw;
	}
	.home-slide[data-slide="3"] .home-slide-inner {
		left:18vw;
		width:70%;
	}
	.home-slide[data-slide="4"] .home-slide-inner {
		left:24vw;
	}
	#home-intro {
		width:70%;
		margin-left:0;
		padding-top:2%;
	}
	#home-map-intro {
		padding-top: 40%;
    padding-bottom: 5%;
	}
	.btn {
    font-size: 3.5vw;
    display: block;
    padding: 1.4vw 8vw 1vw;
    margin: 3vw 0;
	}
	.btn:before {
    width: 4vw;
    height: 4vw;
    left: 1.5vw;
    top: 1.4vw;
	}
	.center .btn {
		margin-left:auto;
		margin-right:auto;
	}
	#home-map {
		width: 100%;
    overflow: hidden;
	}
	#home-map svg {
		width: 200%;
    left: -10%;
	}
	.gradient-bar, .gradient {
		height:5vw;
	}
	.portfolio-map-info, .portfolio-partners .portfolio-map-info {
		position: relative;
    width: 90%;
    left: 0;
		padding-bottom:10vw;
		top:-30vw;
		margin-bottom:-30vw;
	}
	.portfolio-map-info .circle {
		width:4vw;
		height:4vw;
	}
	.company {
		width:90%;
		left:5%;
		padding:5% 3% 3%;
	}
	.company-nav img, .logo-prev img, .logo-next img {
		width:10vw;
	}
	.company-nav {
		bottom: 5vw;
	}
	#home-map-stats {
		position: relative;
    width: 90%;
    right: -4.5%;
    top: -2vw;
		margin-bottom:-2vw;
	}
	.map-stat {
		padding-top:3vw;
		padding-bottom:1.2vw;
	}
	.map-stat-number {
		font-size: 15vw;
	}
	.map-stat-description {
		align-items: flex-end;
	}
	.circle, #euro-lp .circle {
		width:4vw;
		height:4vw;
	}
	.map-stat:nth-child(6) .circle {
		width:calc(4vw + 1px);
		height:calc(4vw + 1px);
	}
	.map-stat .circle {
		margin-bottom:1vw;
	}
	.map-stat span {
		font-size: 3vw;
	}
	#home-map-button {
		margin:8vw 0 9vw;
	}
	.quote {
		padding-top:10%;
	}
	.quote-text {
		width: 95%;
    margin-top: 50%;
    padding: 5% 10%;
	}
	.quote-text img {
		width: 48%;
    top: 8%;
    left: 1%;
    transform: rotate(4deg);
	}
	.quote-body {
		font-size: 4vw;
	}
	.quote-image {
		width:5%;
	}
	.quote-image img {
		width: 1500%;
    left: -1400%;
	}.quote-text img.quote-lines {
		width: 8vw;
	}
	.quote-text img.top-line {
			top:5%;
			left:3%;
	}
	.quote-text img.bottom-line {
    bottom: 12%;
    right: 52%;
    top: unset;
    left: unset;
	}
	.quote .center {
		margin-top:8vw;
	}
	.col.half {
		width:100%;
		flex-basis:100%;
	}
	.col.quarter {
		width:50%;
		flex-basis:50%;
	}
	#home-strategies-text {
    width: 80%;
	}
	#euro-lp .col.half .center {
		position: static;
		margin-top: 8vw;
	}
	#euro-lp .col.half p {
    width: 75%;
    margin: 5vw auto;
    text-align: center;
	}
	#euro-lp .bg-white svg {
		width: 90%;
    height: auto;
    margin: 5%;
	}
	#euro-lp .bg-white p.center {
		top:0;
	}
	#euro-lp .sfs {
		padding-top:5vw;
	}
	#insights-bottom img {
		height:135vw;
	}
	#insights-bottom-text p {
		margin:0;
	}
	#insights-bottom .sfs .circle {
		margin-bottom:1em;
	}
	#insights-bottom .sfs {
		position: absolute;
		top:0;
		left:5%;
		color:#fff;
	}
	#logo-nav {
		display: flex;
		justify-content: space-between;
		width: 35%;
    margin: 0 auto 7%;
	}
	#euro-lp-body {
		margin:0;
		width:100%;
	}
	#euro-bottom .btn {
		margin:0 auto;
	}
	#isomer-image {
		position: static;
    width: 100%;
		margin-bottom:5vw;
	}
	.section-title {
		width:40vw;
		margin-bottom:8vw;
		padding-bottom:2vw;
	}
	#home-news {
		padding:10% 0;
	}
	#home-news .wrapper {
		overflow-x:scroll;
	}
	#home-news .row {
		width:225vw;
		padding: 0 16%;
	}
	.home-post-inner img {
		height:35vw;
	}
	#home-news .col:nth-child(2) .home-post-inner img {
		height:50vw;
	}
	#footer-top .btn, .btn.big-btn {
    font-size: 6vw;
    padding: 4vw 18vw 4.2vw;
    border-radius: 8vw;
	}
	#footer-top .btn:before, .btn.big-btn:before {
    width: 10vw;
    height: 10vw;
    top: 2.5vw;
    left: 3vw;
	}
	#footer-bottom .col.half.bg-dark {
    padding: 5vw;
	}
	#footer-bottom .btn.white:before {
		width: 5vw;
    height: 5vw;
    left: 1.5vw;
    top: 1.4vw;
	}
	.footer-inner {
    padding: 6vw;
    height: auto;
	}
	.footer-inner.bg-med {
		height:40vw;
	}
	.footer-inner h2 {
    font-size: 6vw;
    line-height: 1.2;
	}
	#footer-bottom .btn {
		margin:2vw auto;
		padding: 2vw 10vw 1.8vw;
		top: -10vw;
    left: 50%;
    transform: translateX(-50%);
	}
	#mc_embed_signup {
		top:0;
	}
	#mce-EMAIL {
		width:98%;
		margin-right:2% !important;
		padding:2vw 3vw 1.8vw !important;
	}
	#mc_embed_signup div.mce_inline_error, #mce-success-response, #mce-error-response {
		width: 100%;
    font-size: 3vw;
    height: fit-content;
    top: unset;
    bottom: 7vw;
    text-align: center;
	}
	.footer-inner.bg-light {
		padding-bottom: 12vw;
	}
	.contact-email {
		margin:6vw 0 2vw;
	}
	.footer-inner .col.half .row .col.half {
    width: 50%;
    flex-basis: 50%;
	}
	#signatories div {
		width:60%;
	}
	#signatories img {
    height: 10vw;
    margin-bottom: 4vw;
    width: auto;
    margin-right: 12vw;
	}

	#page-header {
		height:150vw;
		margin-bottom:8vw;
	}
	#page-header-inner {
		width: 90%;
		top:50%;
	}
	#page-header-inner h1 {
		margin-bottom: 50vw;
	}
	.awards-wrapper #page-header-inner h1 {
		margin-bottom:10vw;
	}
	.awards-wrapper #page-header-inner {
		padding:1rem 2rem;
		width:90%;
	}
	#page-header-inner h1 br {
		display: none;
	}
	#page-header img#header-arrow {
		width:8vw;
	}
	.filters, .filter-content {
		width:100%;
		flex-basis: 100%;
	}
	.team .filter-content {
		min-height:100vh !important;
	}
	.filter {
		display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
	}
	#filter-title {
		width: 100%;
    border-bottom: none;
    font-size: 2vw;
    margin-bottom: 2vw;
	}
	.filter p.filter-item {
		font-size: 3.5vw;
    width: fit-content;
		margin:0 2vw 5vw;
	}
	.filter p.filter-item:after {
		display: none;
	}
	.filter p.filter-item.active {
		font-weight: 700;
	}
	#team .filter-content .col {
		width: 100%;
		flex-basis: 100%;
		padding:1% 15%;
	}
	.team-inner {
		height:90vw;
	}
	.team-linkedin, .full-bio-content a img {
		width:6vw;
	}
	.full-bio-text {
    overflow-y: scroll;
	}
	.full-bio-content {
		top:10vw;
		padding:5% 0;
		width:95vw;
	}
	.full-bio-content .col.quarter {
		padding:1% 15% !important;
	}
	.full-bio-content .col.threequarters {
		padding:1% 5% !important;
	}
	.quote-text {
		order:1;
	}
	.quote-image img {
		left:0;
	}
	.portfolio #page-header-inner {
		width:85%;
	}
	.portfolio-partners #portfolio-map {
		top:0;
		margin-bottom:0;
	}
	#portfolio-intro {
		width:100%;
		padding:0 5%;
	}
	#portfolio-filter-split {
		width: 100%;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
	}
	#portfolio-filter-split .filter-item {
		margin-bottom:0;
	}
	#portfolio-map {
		top:0;
		margin-bottom:0;
		padding-bottom: 15vw;
	}
	#portfolio-map svg {
		width: 200%;
    position: relative;
    left: -10%;
	}
	#partners {
		padding-top:15vw;
	}
	#partners .wrapper {
		padding:5% 8%;
		min-height:80vh;
	}
	#partners .col.partner {
		padding:5%;
	}
	.headline br {
		display: none;
	}
	#portfolio-bottom .wrapper {
		width:90%;
	}
	#portfolio-bottom-image {
		width:100%;
	}
	.the-isomer-strategies #home-map-intro {
		padding-top:6.94vw;
	}
	#strategy-angles {
		width:100%;
		top:-11vw;
		left:3vw;
	}
	#strategy-angles svg p {
		font-size:5vw;
	}
	#strategy-quotes .quote:nth-child(even) .quote-image img {
		left:-8%;
		top:35vw;
	}
	#strategy-quotes .quote:nth-child(2) {
		margin-top:5vw;
		padding-bottom:50%;
	}
	#strategy-quotes .quote:nth-child(odd) .quote-image {
    margin-top: 90%;
	}
	#strategy-quotes .quote:nth-child(odd) .quote-image img {
		top:-5vw;
	}
	#portfolio-quotes-top {
		padding:0 45% 0 10%;
	}
	#portfolio-quotes-bottom {
		position: relative;
    top: 50vw;
    left: 10%;
	}
	.col.single-meta, .col.single-content {
		width:100%;
		padding-left:0;
	}
	#post-header h1 {
		width:80%;
		font-size:6vw;
	}
	.single-meta p.single-meta-heading {
		font-size:3vw;
	}
	#post-bottom {
		width:50%;
		margin:5% 0;
	}
	#author-meta img {
		height:45vw;
	}
	#full-width-quote {
		margin-bottom:0;
		margin-top:0;
		height:80vh;
	}
	#full-width-quote img {
		object-position: 10%;
	}
	#full-quote-inner {
		font-size: 6vw;
    width: 90%;
    top: unset;
    bottom: 10vw;
    transform: translateX(-50%);
	}
	#strategy-bottom img {
		height:80vh !important;
	}
	.strategy-bottom-text {
		position: absolute;
		width: 55%;
		color:#fff;
	}
	.strategy-bottom-text.left {
		left:5%;
	}
	.strategy-bottom-text.right {
		right:10%;
	}
	.strategy-bottom-text .marydale {
		font-size:5vw;
		line-height: 1;
		margin-top:10px;
	}
	.strategy-bottom-text.one {
		top:10vw;
	}
	.strategy-bottom-text.two {
		top:85vw;
	}
	.strategy-bottom-text.three {
		top:180vw;
	}
	.strategy-bottom-text.four {
		top:285vw;
	}
	.strategy-bottom-text.five {
		bottom:5vw;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00DBE6;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#00DBE6;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00DBE6;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
