/*
Theme Name: AlphaPlus (AQA)
Author: Airdrop
Author URI: https://airdrop.co.uk
Version: 1.4
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0

*/

#wpadminbar {
	display: none !important;
}
html {
	padding-top: 0 !important;
	scroll-padding-top: 0 !important;
}

body {
	padding-top: 145px;
}

@media screen and (max-width: 600px) {
	body {
		padding-top: 90px;
	}
}

.main {
	overflow-x: hidden;
}

.admin-bar .main {
	margin-top: calc(0px - var(--wp-admin--admin-bar--height));
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.wrap.maxw-1000px {
	max-width: 1000px;
}

.row {
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (max-width: 600px) {
	.row {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 400px) {
	.row {
		padding-left: 15px;
		padding-right: 15px;
	}
}

h1,
h2,
h3 {
	font-family: "Aleo", sans-serif;
	font-weight: 500;
}
h4,
h5 {
	font-weight: 500;
	color: #2f2f2f;
}
h1.antihero {
	font-size: 38px;
}

.block {
}
.block.primary {
	background: #C8194B;
	color: #fff;
}
.block.primary h3 {
	font-family: inherit;
	font-weight: inherit;
	color: #fff;
}

.aui-dropdown.always-down.aui-dropup.open .aui-panel {
	top: 39px;
	bottom: auto;
}

.btn {
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	padding: ;
}

.btn-primary,
.btn-primary:active {
	background-color: #3b768d;
	border: 1px solid #3b768d;
	transition: all 0.1s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #3b768d;
	border: 1px solid #3b768d;
	transform: scale(1.05);
	box-shadow: none;
}

.sitelogo {
	position: relative;
	top: 7px;
	left: 20px;
}
.sitelogo img {
	height: 70px;
	width: auto;
	position: relative;
	top: 5px;
	left: -19px;
}

.site-header {
	box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.08);
	z-index: 1000;
	height: 144px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 44px solid #333;
	box-sizing: border-box;
}

@media screen and (max-height: 800px) {
	.site-header {
		position: absolute;
	}
}

.site-header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.site-header .wrap #site-menu {
	display: flex;
	justify-content: flex-end;
}

#site-menu > ul > li {
	display: inline-block;
	position: relative;
	z-index: 0;
}

#site-menu > ul > li:hover > ul,
#site-menu > ul > li:focus-within > ul {
	opacity: 1;
	z-index: -1;
	visibility: visible;
}

#site-menu > ul > li > a {
	height: 60px;
	display: inline-block;
	padding: 30px 2px 23px;
	color: #333;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	margin-right: 18px;
}
#site-menu > ul > li:hover > a {
	border-bottom: 2px solid #C8194B;
	color: #000;
}
#site-menu > ul > li > a.active {
	border-bottom: 2px solid #C8194B;
}

#site-menu > ul > li > ul {
	position: absolute;
	top: 61px;
	left: 0;
	width: 250px;
	background: #fff;
	padding: 10px 0px 10px 0px;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.18);
	transition: opacity 0.2s ease-in;
	opacity: 0;
	visibility: hidden;
}

#site-menu > ul > li > ul > li {
	line-height: 1.4em;
}

#site-menu > ul > li > ul > li > a {
	display: block;
	padding: 15px 22px;
	color: #333;
	cursor: pointer;
}

#site-menu > ul > li > ul > li > a:hover,
#site-menu > ul > li > ul > li > a:focus {
	background: #f5f6f7;
	cursor: pointer;
}

#site-menu > ul > li > ul.drop-right {
	left: auto;
	right: 0;
	width: 200px;
}

#site-menu a .ai-search {
	color: #C8194B;
}
#site-menu a:hover .ai-search,
#site-menu a:focus .ai-search {
	color: #9c1229;
}

#mobile-nav-switch {
	height: 80px;
	width: 40px;
	position: absolute;
	top: -9px;
	right: 20px;
	z-index: 1;
	transform: scaleX(1);
	transform-origin: center;
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1.85);
}
#mobile-nav-switch div {
	height: 3px;
	width: 25px;
	background: #C8194B;
	border-radius: 6px;
	position: relative;
	transform: scaleX(1);
	transform-origin: left;
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1.85);
}
#mobile-nav-switch div:before {
	content: "";
	height: 3px;
	width: 25px;
	background: #C8194B;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 6px;
	transform: scaleX(1);
	transform-origin: left;
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1.85);
}
#mobile-nav-switch div:after {
	content: "";
	height: 3px;
	width: 25px;
	background: #C8194B;
	position: absolute;
	top: 16px;
	left: 0;
	border-radius: 6px;
	transform: scaleX(1);
	transform-origin: left;
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1.85);
}

#mobile-nav-switch:hover {
	transform: scale(1.1);
	#mobile-nav-switch: focus;
}
#mobile-nav-switch:hover div:before {
	top: 8px;
}
#mobile-nav-switch:hover div:after {
	top: 16px;
}

body.mobile-nav-in #mobile-nav-switch div {
	transform: rotate(45deg);
}
body.mobile-nav-in #mobile-nav-switch div:before {
	transform: rotate(-90deg);
	top: 12px;
	left: 12px;
}
body.mobile-nav-in #mobile-nav-switch div:after {
	transform: rotate(-90deg);
	top: 12px;
	left: 12px;
}

#mobile-nav-switch {
	display: none;
}
.mobile-nav-only {
	display: none;
}
.desktop-nav-only {
	display: block;
}

@media screen and (max-width: 1065px) {
	#mobile-nav-switch {
		display: block;
	}
	.mobile-nav-only {
		display: block;
	}
	.desktop-nav-only {
		display: none;
	}

	#site-menu > ul a {
		color: #333 !important;
	}

	.site-header .wrap #site-menu {
		display: block;
		background: #fff;
		position: absolute;
		top: 100px;
		left: -100vw;
		width: 100vw;
		height: calc(100vh - 99px);
		min-height: calc(100vh - 99px);
		transition: all 0.2s ease-in-out;
		overflow-y: auto;
		padding-top: 20px;
		padding-bottom: 50px;
	}

	#site-menu > ul > li > ul {
		position: relative;
		visibility: visible;
		opacity: 1;
		top: unset;
		left: unset;
		width: 100%;
	}
	#site-menu > ul > li:hover > a,
	#site-menu > ul > li:focus-within > a {
		border-bottom: 1px solid #ccc;
	}
	#site-menu > ul > li > ul {
		border: none;
		box-shadow: none;
	}
	#site-menu > ul > li > ul {
		padding: 0;
	}

	#site-menu ul li {
		display: block;
		width: 100%;
	}
	#site-menu ul li a {
		display: block;
		position: relative;
		width: calc (100% - 40px);
		padding: 10px 0px;
		height: auto;
		margin: 0 20px;
		border-bottom: 1px solid #ccc;
	}
	#site-menu > ul > li > ul > li > a:hover {
		background: transparent;
	}
	#site-menu > ul > li > ul > li > a {
		padding: 10px 0px;
		font-size: 90%;
	}

	#site-menu > ul > li > ul.drop-right {
		width: 100%;
	}
	
	/* accessibility fixes */
	#site-menu ul > li { padding: 6px 0 4px }
    #site-menu > ul > li > a { padding-bottom: 14px !important;}
    #site-menu ul > li a { padding-bottom: 8px;}
    #site-menu ul ul li a { padding-bottom: 5px !important; border-bottom: none !important;}
    #site-menu ul ul li:first-child { padding-top: 12px; }
    #site-menu ul ul li { padding-left: 30px; }
    #site-menu ul ul  { margin-bottom: 5px !important }
	
	
	body.mobile-nav-in .site-header .wrap #site-menu {
		left: 0 !important;
	}

	body.mobile-nav-in {
		overflow: hidden;
	}
	
}

@media (max-width: 600px) {
	.site-header {
		border-top-width: 10px;
		height: 90px;
	}

	.site-header .wrap #site-menu {
		top: 79px;
	}

	.sitelogo {
		//left: 3px;
	}

	.sitelogo img {
		width: auto;
		height: 62px;
		top: 0;
	}
}

/* hero */

.hero {
	padding: 20px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	min-height: 490px;
}

.hero h1 {
	max-width: 750px;
	padding-top: 29px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 1.15em;
	color: #fff;
	position: absolute;
	bottom: 80px;
}
.hero p {
	max-width: 770px;
	margin: 0 0;
	font-size: 19px;
	line-height: 1.4em;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.hero-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100vw;
	background: linear-gradient(
		45deg,
		rgba(0, 0, 0, 0.45) 0%,
		rgba(0, 0, 0, 0) 78%,
		rgba(0, 0, 0, 0) 100%
	);
}

/* misc */
.cat-links a {
	background: #eee;
	padding: 4px 8px;
	font-size: 13px;
}
.cat-links a:hover,
.cat-links a:focus {
	background: #ddd;
}
.single-post article {
	margin-bottom: 40px;
}
h3.wp-block-heading {
	padding-top: 16px;
}
h4.wp-block-heading {
	padding-top: 14px;
	line-height: 1.4em;
}
.wp-block-image figcaption {
	font-size: 90%;
	line-height: 1.4em;
	margin-bottom: 30px;
}

article ul {
	display: block;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	padding-top: 4px;
	padding-left: 0px;
	margin-bottom: 30px;
}

article ul li {
	margin-left: 0;
	margin-bottom: 6px;
	max-width: 97%;
	position: relative;
	padding-left: 20px;
	color: #4f4f4f !important;
	line-height: 1.5em;
}

article ul li:before {
	content: "";
	background: #C8194B;
	height: 2px;
	width: 8px;
	position: absolute;
	left: 1px;
	top: 12px;
	border-radius: 3px;
}

article ul li:after {
	content: "";
	background: #C8194B;
	height: 8px;
	width: 2px;
	position: absolute;
	left: 4px;
	top: 9px;
	border-radius: 3px;
}

article h2.wp-block-heading {
	margin-bottom: 20px;
}
article h3.wp-block-heading {
	margin-bottom: 17px;
}
article h4.wp-block-heading {
	margin-bottom: 12px;
}

article table td {
	vertical-align: top;
}

.entry-content a:not(.aui-button, :has(img)),
.block p a:not(.aui-button, :has(img)) {
	color: #4f4f4f;
	text-transform: initial;
	border-bottom: 1px solid #4f4f4f;
	padding-left: 0px;
	padding-right: 0px;
	word-wrap: break-word;
}

.entry-content a:hover,
.entry-content a:focus,
.block p a:hover,
.block p a:focus {
	color: #000;
}

.category [class~="post"]:last-of-type hr {
	display: none !important;
}

.single-post .separator hr {
	display: none !important;
}

/* blocks */

.block.grey {
	background: #f2f2f2;
	padding: 55px 20px 40px;
}

/* cards */

.cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.card {
	background: #f2f2f2;
	flex-basis: 0 1 250px;
	width: calc(25% - 10px);
	border: 1px solid #ccc;
	min-height: 100px;
	min-width: 250px;
	margin: 30px 20px;
}

.card-body {
	height: 70px;
}

.card-footer {
	background: #f7f7f7;
	height: 50px;
}

/* homepage */

/* footer */
.footer {
	padding: 50px 20px 0;
	background: #222;
	color: #fff;
	position: relative;
	overflow: hidden;
	background-image: url("./img/backgrounds/footer-bg.png");
	background-repeat: repeat-x;
	background-position: left 220px;
	background-size: 28px 774px;
	min-height: 200px;
}

@media (max-width: 1000px) {
	.footer {
		background-position: left bottom;
	}
}

.footer h3 {
	color: #fff;
	font-size: 21px;
}
.footer p {
	color: #fff;
	font-size: 14px;
}

.footer ul.bulleted {
	margin-left: 0;
}
.footer ul.bulleted li {
	font-size: 14px;
}
.footer ul.bulleted.plus li:before {
	top: 10px;
}
.footer ul.bulleted.plus li:after {
	top: 7px;
}

.footer .aui-button.outline {
	min-width: 138px !important;
}

.footer-logo {
    width: 87%;
    max-width: 220px;
    height: auto;
    margin-bottom: 40px;
    margin-top: -5px;
}

.iso-27001-logo {
	width: 87%;
    max-width: 180px;
    height: auto;
    margin-right: 20px;
}

@media (max-width: 991px) {
	.footer-logo-column {
		display: flex; 
		align-items: center;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	
	.footer-logo {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.iso-27001-logo {
		width: 131px;
		margin-right: 0;
		margin-top: 8px;
	}
}

@media (max-width: 460px) {
		.footer-logo-column {
			flex-wrap: wrap;
			gap: 30px;
	}
	
}


.footer .col {
	padding-right: 20px;
	margin-bottom: 30px;
}

.footer .col.minw-300px {
	min-width: 300px !important;
}
.footer .col.minw-350px {
	min-width: 350px !important;
}

.footer-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: 400;
}
.footer hr {
	opacity: 0.5;
	margin-bottom: 10px;
}

.footer a:not(.aui-button) {
	color: #fff;
	border-bottom: 1px solid transparent;
	display: inline-block;
	line-height: 1.4em;
	margin-bottom: 2px;
}
.footer a:hover,
.footer a:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.footer a.icon-link {
	opacity: 0.5;
	margin-right: 15px;
}
.footer a.icon-link img {
	width: 40px;
	height: 40px;
}
.footer a.icon-link:hover,
.footer a.icon-link:focus {
	border-bottom: 1px solid transparent;
	opacity: 1;
}

.footer .aui-input {
	border: none;
}

.footer .smallprint {
	padding: 20px 0 20px;
	font-size: 14px;
}
.footer .smallprint a {
	opacity: 0.5;
	margin-right: 18px;
}

/* newsletter modal */

#newsletter-modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
}

#newsletter-modal iframe {
	width: 100%;
	height: 443px;
}

#newsletter-modal .aui-modal-body {
	position: relative;
}

#zznewsletter-modal .blocker {
	position: absolute;
	height: 60px;
	width: 100%;
	display: block;
	z-index: 10;
	background: #fff;
	bottom: 0;
	left: 0;
}

@media (max-width: 608px) {
	.aui-modal {
		width: 100% !important;
		left: 0;
		transform: none;
	}
}

@media (max-width: 400px) {
	#newsletter-modal .aui-modal-body {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* what we do */

.wwd-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	max-width: 1100px;
}

.wwd-card {
	max-width: 485px;
	min-width: 485px;
	flex: 0 0 485px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px;
	position: relative;
	padding: 285px 20px 10px;
}

@media (max-width: 1050px) {
	.wwd-card {
		max-width: 400px;
		min-width: 400px;
		flex: 0 0 400px;
	}
}

@media (max-width: 1050px) {
	.wwd-card {
		max-width: 400px;
		min-width: 400px;
		flex: 0 0 400px;
	}
}

@media (max-width: 600px) {
	.wwd-card {
		max-width: calc(100% - 40px);
		min-width: calc(100% - 40px);
		flex: 0 0 485px;
	}
}

.wwd-card:hover .card-img,
.wwd-card:focus-within .card-img {
	transform: scale(110%);
}

.wwd-card a {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.wwd-card hr {
	border-top: 1px solid #bdbdbd;
	margin-bottom: 18px;
}

.wwd-card ul.bulleted {
	margin-left: 2px;
	margin-bottom: 15px;
}

.wwd-card h4 {
	margin-bottom: 5px;
}

.wwd-card .img-holder {
	width: 100%;
	height: 285px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.wwd-card .card-img {
	width: 100%;
	height: 285px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	transition: 0.15s ease-in-out;
}

.wwd-card h3 {
	font-size: 20px;
	padding: 20px 0 10px;
}

/* homepage case studies */

.cs-cards {
	//display: block;
	overflow-x: hidden;
	//width: 100%;
	//margin: 20px;
	height: 370px;
	padding: 80px 20px;
}

.cs-card {
	width: 280px;
	min-height: 238px;
	background: #f2f2f2;
	border-radius: 4px;
	overflow: hidden;
	margin: 20px;
	position: relative;
	padding: 185px 20px 10px;
	box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.25);
	transform: scale(1);
	transition: all 0.15s ease-in-out;
}

@media (max-width: 600px) {
	.cs-card {
		width: 200px;
	}
}

.cs-card p {
	font-size: 14px;
	line-height: 1.33em;
	opacity: 0;
	text-align: center;
	margin-bottom: 2px;
	transition: all 0.5s ease-in-out;
	transition-delay: 0.3s;
}

.cs-card.slick-center p,
.cs-card:hover p {
	opacity: 1;
}

.cs-card .img-holder {
	width: 100%;
	height: 175px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

article .cs-card .img-holder img {
	margin: 0 !important;
	padding: 0 !important;
	width: auto;
	height: 100%;
}

.cs-card .card-img {
	width: auto;
	height: 285px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	transition: 0.2s ease-in-out;
}

.cs-buttons {
	display: flex;
	justify-content: space-between;
}

.cs-card .card-link {
	z-index: 100;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.cs-card:hover {
	transform: scale(1.1);
	transition: 0.1s;
	z-index: 3;
	cursor: pointer;
}

.cs-card.slick-center {
	transform: scale(1.2);
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
}

.slick-slider {
	min-height: 460px;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 10px;
	margin-bottom: 30px;
}

.slick-track {
	padding-top: 30px;
	padding-bottom: 30px;
}

.slick-prev {
	background: url("./img/svg/back.svg") no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -300px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 1;
	transform: translateX(-450px);
}

.slick-next {
	background: url("./img/svg/forward.svg") no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -300px;
	position: absolute;
	bottom: 20px;
	right: 50%;
	z-index: 1;
	transform: translateX(450px);
}

.slick-dots {
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	margin-bottom: 0 !important;
}

.slick-dots li {
	height: 10px;
	width: 10px;
	border: 1px solid #C8194B;
	overflow: hidden;
	text-indent: -400px;
	margin-right: 10px;
	border-radius: 10px;
	padding-left: 0 !important;
}

.slick-dots li button {
	color: #fff;
}

.slick-dots li.slick-active {
	background: #C8194B;
}

.slick-dots li.slick-active button {
	color: #C8194B;
}

@media (max-width: 500px) {
	.slick-dots {
		display: none !important;
	}

	.slick-slider {
		min-height: 421px;
	}
}

@media (max-width: 960px) {
	.slick-next {
		right: 25px;
		left: auto;
		transform: none;
	}
	.slick-prev {
		left: 30px;
		transform: none;
	}
}

/* homepage global reach */

ul.reach-list {
	column-count: 2;
	column-gap: 5px;
}

ul.reach-list li {
	font-size: 16px;
}

@media (max-width: 767px) {
	.country-list {
		order: 2;
	}

	.map {
		order: 1;
	}

	.map img {
		margin-bottom: 30px;
	}

	ul.reach-list {
		column-count: 3;
		column-gap: 5px;
	}
}

/* about page */

.block.numbers {
	background: url("./img/backgrounds/lockers.jpg") no-repeat;
	background-size: cover;
	padding-bottom: 40px;
}

.block.numbers h2 {
	color: #fff;
}

.block.numbers .number-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.block.numbers .number-card {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	text-align: center;
	margin: 30px;
	padding: 20px 30px;
	flex: 0 0 250px;
	min-width: 250px;
	max-width: 250px;
}

.block.numbers .number-card svg {
	display: block;
	margin: 0 auto 10px;
}

.block.numbers .number-card .stat {
	font-size: 64px;
	font-weight: 300;
}
.block.numbers .number-card .stat .plus {
	font-size: 28px;
	font-weight: 400;
	vertical-align: 32px;
}

.people {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.person {
	text-align: center;
	margin: 15px 15px 30px;
	font-size: 16px;
	line-height: 1.8em;
	max-width: 250px;
	min-width: 250px;
}

.person .img-holder {
	width: 140px;
	height: 140px;
	background: #f2f2f2 no-repeat;
	border-radius: 70px;
	background-size: 140px 140px;
	background-position: center center;
	transition: all 0.2s ease-in-out;
	margin: 0 auto 15px;
	overflow: hidden;
}

.person .img-holder img {
	width: 100%;
	height: 100%;
}

.person .name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.person .title {
	line-height: 1.3em;
	margin-bottom: 8px;
}

.person:hover .img-holder {
	background-size: 150px 150px;
}

.testimonials {
	max-width: 1000px;
	padding-left: 140px;
	padding-right: 140px;
	margin: 0 auto;
}

.testimonial {
	max-width: 720px;
}

.testimonial p {
	margin-bottom: 18px;
}

.testimonial img {
	margin-bottom: 18px;
}

.testimonials .slick-prev {
	width: 58px;
	height: 58px;
	background: url("./img/svg/open-quote.png") no-repeat;
	background-size: 58px 58px;
	top: 37px;
	left: 40px;
	transform: none;
}

.testimonials .slick-next {
	width: 58px;
	height: 58px;
	background: url("./img/svg/close-quote.png") no-repeat;
	background-size: 58px 58px;
	top: 37px;
	right: 47px;
	transform: none;
}

.testimonials .slick-dots {
	margin-bottom: 30px;
}

@media (max-width: 550px) {
	.testimonials {
		padding-left: 30px;
		padding-right: 30px;
	}

	.testimonials .slick-prev,
	.testimonials .slick-next {
		display: none !important;
	}
}

.testimonial-single {
	position: relative;
	padding: 53px 140px 60px 140px;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 95%;
}

.testimonial-single:before {
	content: "";
	width: 58px;
	height: 58px;
	background: url("./img/svg/open-quote.png") no-repeat;
	background-size: 58px 58px;
	top: 57px;
	left: 45px;
	position: absolute;
}

.testimonial-single:after {
	content: "";
	position: absolute;
	width: 58px;
	height: 58px;
	background: url("./img/svg/close-quote.png") no-repeat;
	background-size: 58px 58px;
	top: 57px;
	right: 47px;
}

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

.testimonial-single p.source {
	font-style: italic;
}

.testimonial-single img {
	height: 90px;
	width: auto;
	display: block;
	margin-bottom: 15px;
}

@media (max-width: 550px) {
	.testimonial-single {
		padding: 53px 100px 60px 100px;
	}
	.testimonial-single:before {
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
		left: 30px;
	}
	.testimonial-single:after {
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
		right: 30px;
	}
}

.info-squares {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.info-square {
	border: 1px solid #bdbdbd;
	padding: 20px 15px;
	margin: 20px;
	text-align: center;
	width: 176px;
	line-height: 1.2em;
	font-size: 19px;
	min-height: 173px;
	max-width: 176px;
	flex: 0 0 176px;
}

.info-square img {
	display: block;
	margin: 0 auto 15px;
	width: 65px;
	height: 65px;
}

.info-square.with-stat {
	width: auto;
	max-width: 100%;
	flex: 1 1 176px;
}

.info-square.with-stat img {
	margin-bottom: 5px;
}

.info-square .stat {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.4em;
}

.info-square .stat .plus {
	font-size: 28px;
	font-weight: 400;
	position: relative;
	top: -23px;
}

.client-list {
	column-count: 2;
	column-gap: 20px;
}

@media (max-width: 500px) {
	.client-list {
		column-count: 1;
	}
}

.contact-array {
	background: #4f4f4f;
	border-radius: 6px;
	color: #d9d9d9;
	padding: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.contact-array .contacts {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.contact-array .contact {
	text-align: center;
}

.contact-array .contact img {
	width: 145px;
	height: auto;
	margin-bottom: 0px !important;
}

.contact-array .contact .scope {
	padding-top: 13px;
	font-weight: 500;
	margin-bottom: 15px;
}

.contact-array .contact .name {
	font-weight: 500;
	padding-top: 13px;
	margin-bottom: 15px;
}

.contact-array .contact .email {
	margin-bottom: 10px;
	font-size: 17px;
}

.contact-array a {
	text-decoration: underline;
}

.contact-array a:hover,
.contact-array a:focus {
	color: #fff;
}

.contact-array .contact .title {
	margin-bottom: 4px;
	font-size: 17px;
}

.contact-array .contact .phone {
	margin-bottom: 10px;
	font-size: 17px;
}

.contact-array.single .contact {
	position: relative;
	padding-left: 180px;
	min-height: 157px;
}

.contact-array.single .contact img {
	position: absolute;
	left: 0;
}

@media (max-width: 800px) {
	.contact-array.single .contact {
		padding-left: 0;
	}

	.contact-array.single .contact img {
		display: block;
		position: relative;
		left: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.related-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	max-width: 1100px;
}

.page-id-37 .related-cards {
	max-width: 2000px;
}

.related-card {
	max-width: 375px;
	min-width: 28%;
	flex: 1 1 calc(33% - 32px);
	background: #f2f2f2;
	border-radius: 6px;
	overflow: hidden;
	margin: 16px;
	position: relative;
	padding: 195px 17px 10px;
}

.related-card.fixed-width {
	min-width: 375px;
}

.related-card:hover .card-img,
.related-card:focus-within .card-img,
.related-card:hover .img-holder img,
.related-card:focus-within .img-holder img {
	transform: scale(108%);
}

.related-card a {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.related-card ul.bulleted {
	margin-left: 2px;
	margin-bottom: 15px;
}

.related-card .img-holder {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.related-card .card-img,
.related-card .img-holder img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	transition: 0.15s ease-in-out;
}

.related-card .card-img.background-img {
	height: 100%;
}

.related-card .card-title {
	margin-bottom: 12px;
	font-size: 19px;
}

.related-card .metadata {
	background: #fff;
	font-size: 12px;
	padding: 4px 6px;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
	border-radius: 4px;
}

@media (max-width: 750px) {
	.related-card {
		max-width: 250px;
		min-width: 43%;
		flex: 0 0 calc(50% - 25px);
	}
}

@media (max-width: 641px) {
	.related-card {
		max-width: 90%;
		min-width: 90%;
		flex: 0 0 100%;
	}
}

.big-numbered {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.big-numbered .number {
	min-width: 80px;
	font-size: 64px;
	font-weight: 600;
}

.big-numbered p {
	padding-top: 10px;
	margin-bottom: 20px;
}

#noCaseStudiesMsg {
	padding: 30px;
	margin-bottom: 50px;
	text-align: center;
	color: #9f9f9f;
}

.case-study-header h1 {
	bottom: 135px;
}

.case-study-header .back-link {
	position: absolute;
	top: -30px;
	opacity: 0.6;
	font-size: 20px;
	font-weight: 500;
}

.case-study-header .back-link:hover,
.case-study-header .back-link:focus {
	opacity: 1;
}

.case-study-header .tags {
	position: absolute;
	bottom: 62px;
}

.case-study-header .tags span {
	background: rgba(255, 255, 255, 0.7);
	padding: 10px 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
}

.vacancy-list {
	margin-bottom: 20px;
}
.vacancy-list tr {
	background: #eae7e5;
}
.vacancy-list td {
	background: #eae7e5;
	padding: 20px;
	border-bottom: 2px solid #fff;
}


@media (max-width: 685px) {
.vacancy-list, .vacancy-list tbody, .vacancy-list tr, .vacancy-list td  { display: block; width: 100%; border-bottom: none !important; }

.vacancy-list tr { padding: 15px 30px 15px; border-bottom: 2px solid #fff !important;}
.vacancy-list td:first-child { font-weight: bold; padding-top; font-size: 100%;}
.vacancy-list td { padding: 7px !important; font-size: 90%; }
.vacancy-list td:last-child { padding-top: 20px !important; padding-bottom: 20px !important;}

}


.hero.job-vacancy {
	background: #d9d9d9;
	color: #4f4f4f;
	min-height: 30px !important;
	padding: 30px 0;
}

@media (max-width: 1024px) {
	.hero.job-vacancy {
		padding: 30px 10px;
	}
}

.hero.job-vacancy h1 {
	color: #4f4f4f;
	position: relative;
	bottom: auto;
	padding-top: 0;
}

.job-vacancy-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-template-page-template-job-vacancy article h3 {
	padding-top: 20px;
	margin-bottom: 8px;
}

.pagination {
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
}

.pagination .aui-button {
	line-height: 1;
}
.pagination .aui-button.next {
	margin-left: auto;
}

.category .pagination {
	display: block !important;
	padding-top: 0;
}

.pagination .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
}

.pagination .nav-links .nav-next {
	margin-left: auto;
}

/* Cookies */

.aui-cn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 50%;
	max-width: 420px;
	min-width: 420px;
	padding: 23px 28px 23px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 3px 5px 17px 0px rgb(0 0 0 / 47%);
	z-index: 10000;
	line-height: 1.2em;
	font-size: 16px;
}

@media (max-width: 550px) {
	.aui-cn {
		width: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		max-width: 550px;
		border-radius: 0;
	}
}

.cookie-settings {
	padding-top: 40px;
	margin-bottom: 50px;
}
body.cookies-on .cookie-settings .aui-button.allow {
	display: none;
}
body.cookies-off .cookie-settings .aui-button.reject {
	display: none;
}
body.cookies-on .cookie-settings .aui-button.reject {
	display: block;
}
body.cookies-off .cookie-settings .aui-button.allow {
	display: block;
}

body .cookies-on,
body .cookies-off {
	display: none;
}
body.cookies-on .cookies-on {
	display: block;
}
body.cookies-on .cookies-off {
	display: none;
}

body.cookies-off .cookies-off {
	display: block;
}
body.cookies-off .cookies-on {
	display: none;
}

.page-id-357 .aui-cn {
	display: none !important;
}

/* make sure anchors are visible when navigated to */
.anchor-scroll {
	scroll-margin-top: 200px;
}

body.js-enabled .aui-stage.aui-fade-in {
	opacity: 0;
	transition: opacity 0.6s ease-in-out 1s;
}
body.js-enabled .aui-stage.aui-fade-in.aui-stage-enter {
	opacity: 1;
}

body.js-enabled .aui-stage.aui-slide-in {
	transform: translateX(-100%);
	transition: all 1s ease-in-out 1s;
}
body.js-enabled .aui-stage.aui-slide-in.aui-stage-enter {
	transform: translateX(0);
}

details summary > * {
	display: inline;
}
details summary {
	margin-bottom: 6px;
	cursor: pointer;
}
details {
	margin-bottom: 15px;
}

.tag-right {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid transparent;
	border-left: 10px solid #c41632;
	margin-right: 6px;
}

.timeline-table tbody th {
	background: #f5f5f5;
	border-bottom: 6px solid #fff;
	padding: 8px;
	vertical-align: middle;
	line-height: 1.4;
	font-weight: 500;
}
.timeline-table tbody td {
	padding: 8px;
	padding-left: 12px;
	border-bottom: 6px solid #fff;
	vertical-align: middle;
	line-height: 1.4;
}

.case-study-table tbody th {
	background: #c42034;
	color: #fff;
	border: 2px solid #c42034;
	padding: 3px;
	line-height: 1.4;
	font-weight: 500;
}

.case-study-table tbody td {
	padding: 3px;
	padding-left: 8px;
	border: 2px solid #c42034;
	line-height: 1.4;
}

a img {
	border-bottom: none;
}

.asterisk {
    font-style: italic;
    font-size: 12px;
}

/* back to top button */
.btt-holder { position: relative; width: 100%; text-align: center;}
.btt-button { font-size: 95%; margin-left: 10px; padding-left: 15px; padding-right: 20px; }

.btt-button .icon { font-size: 14px; margin-right: 8px; }