/* Fonts */

body {
	color: var(--main);
	overflow-x: hidden;
	font-family: 'Helvetica',sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.375;
	padding: calc(var(--inner) / 2) 0;
}

h1 {
	font-size: 3.25rem;
}

h2 {
	font-size: 2.375rem;
}

h3 {
	font-size: 1.75rem;
}

h4,
h5,
h6 {
	font-size: 1.4375rem;
}

p,
address {
	font-size: 1.125rem;
	line-height: 1.5;
	padding: calc(var(--inner) / 2) 0;
}

blockquote p {
	font-weight: 700;
}

a {
	color: inherit;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}

main a:not(.btn,.exclude) {
	color: var(--green);
	font-weight: 700;
}

main a:not(.btn,.exclude):hover {
	border-bottom: .063rem solid var(--green);
}

main ul:not(.exclude,.gform_fields,.slick-dots,.gfield_radio,.gfield_checkbox,.validation_message) {
	list-style: disc;
	padding: calc(var(--inner) / 3) 0 calc(var(--inner) / 3) calc(var(--inner) * 1.5);
	line-height: 1.5;
}

main ol:not(.exclude) {
	list-style: decimal;
	padding: calc(var(--inner) / 3) 0 calc(var(--inner) / 3) calc(var(--inner) * 1.5);
	line-height: 1.5;
}

main ul:not(.exclude,.gform_fields,.slick-dots,.gfield_radio,.gfield_checkbox,.validation_message) li,
main ol:not(.exclude) li {
	padding: calc(var(--inner) / 6) 0 calc(var(--inner) / 6) calc(var(--inner) / 3);
}

hr {
	margin: 0;
	padding: 0;
	height: .125rem;
	background: var(--grey-four);
	border: 0;
	box-shadow: 0;
}

/* Buttons */

.btn,
input[type=submit],
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: table;
	text-align: center;
	border: .125rem solid transparent !important;
	border-radius: 1.875rem;
	font-size: 1.5rem;
	font-weight: 700;
	padding: .875rem 1.875rem;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	cursor: pointer;
	margin: calc(var(--inner) / 2) 0;
	height: auto  !important;
}

.btn.btn-green,
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
	background: var(--green) !important;
	color: var(--white) !important;
	border-color: var(--green) !important;
}

.btn.btn-green:hover,
.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
	background: var(--white) !important;
	color: var(--green) !important;
}

.btn.btn-smaller {
	font-size: 1.25rem;
}

.btn svg {
	width: auto;
	height: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
}

.btn svg path {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;	
}

.btn:hover svg path {
	fill: var(--green);
}

.read-more {
	color: var(--green);
	position: relative;
	padding-left: 1.75rem;
	font-size: 1.25rem;
	letter-spacing: .063rem;
	display: inline-block;
}

.read-more:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1.25rem;
	height: 1.25rem;
	background: url(../svg/arrow.svg) center no-repeat;
	background-size: 1.25rem;
}


/* Announcement Banner */

.block-announcement-banner {
	color: var(--white);
    display: none;
}

.block-announcement-banner span {
    flex: 1;
    padding-right: var(--inner)
}

.block-announcement-banner button.close {
    flex: 0 0 2rem;
    height: 2rem;
    border: .063rem solid var(--white);
    border-radius: 2rem;
    background-size: 1rem;
}


/* Top Menu */

.top-menu .container > div {
	margin-left: auto;
}

.top-menu span {
	color: var(--white);
	font-size: .9375rem;
	padding-right: calc(var(--inner) / 2);
}


/* Header */

header,
header .container {
	position: relative;
	z-index: 40;
}

header a.logo {
	height: 3.75rem;
	width: auto;
	display: block;
	flex: 0 1 auto;
	align-self: flex-start;
}

header a.logo img {
	height: 100%;
	width: auto;
	display: block;
}

header nav {
	flex: 1;
}

header nav ul:not(.sub-menu) {
	margin-left: auto;
}

header nav ul li {
	padding: 0 2.5rem;
	border-right: .063rem solid var(--main);
}

header nav ul li:last-child {
	border-right: 0;
}

header nav ul li a {
	display: block;
	text-align: center;
	font-size: 1.4375rem;
	letter-spacing: 0.071875rem;
	color: var(--grey-five);
	position: relative;
	padding: .125rem 0;
}

header nav ul li a:hover,
header nav ul li.current_page_item a,
header nav ul li.current_page_parent a {
	color: var(--green);
}

header nav ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: .063rem;
	width: 0;
	background: var(--green);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

header nav ul li > a:hover:after,
header nav ul li.current_page_item a:after,
header nav ul li.current_page_parent a:after {
	width: 100%;
}

header nav ul li.menu-item-has-children {
	position: relative;
}

header nav ul li.menu-item-has-children > a {
	position: relative;
}

header nav ul li.menu-item-has-children ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 20;
	top: 150%;
	left: 50%;
	border-top: 1rem solid #fff;
	transform: translateX(-50%);
	background: var(--green);
	padding: calc(var(--inner) / 2) 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

header nav ul li.menu-item-has-children ul.sub-menu li {
	padding: calc(var(--inner) / 2) var(--inner);
	border: 0;
}

header nav ul li.menu-item-has-children ul.sub-menu li a {
	color: var(--white);
	font-size: 1rem;
	text-align: left;
	display: inline-block;
}

header nav ul li.menu-item-has-children ul.sub-menu li a:after {
	background: var(--white);
}

header nav ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	top: 0;
	right: auto;
	left: calc(100% + 1rem);
}

header nav ul li.menu-item-has-children.active ul.sub-menu,
header nav ul li.menu-item-has-children:hover > ul.sub-menu,
header nav ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu,
header nav ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children.active ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

header nav ul li.menu-item-has-children ul.sub-menu li {
	display: block;
}

header nav ul li.menu-item-has-children ul.sub-menu li a {
	white-space: nowrap;
}



/* Banner */

.block-banner picture {
	display: block;
}



/* Sections */

.section-statistics {
	position: relative;
}

.section-statistics .top-background,
.section-statistics .bottom-background {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.section-statistics .bottom-background {
	top: auto;
	bottom: 0;
}

.section-statistics .outline {
	border-radius: 25rem;
	border: .1875rem solid var(--green);
	padding: var(--inner);
}

.section-statistics .statistics-slider-container {
	border-radius: 25rem;
	padding: var(--inner) calc(var(--section-padding) * 2);
}

.section-statistics .statistics-slider-container .content {
	color: var(--white);
}

.section-statistics .statistic {
	padding: calc(var(--section-padding) - calc(var(--inner) / 2)) var(--inner);
}

.section-statistics .statistic img {
	height: 5rem;
	width: auto;
}

.section-statistics .statistic p {
	font-size: 1.75rem;
	color: var(--white);
	line-height: 1.25;
}

.section-statistics .statistic p strong {
	font-size: 2.6875rem;
}

.section-content_and_image .row > div {
	position: relative;
	z-index: 10;
}

.section-content_and_image .image {
	flex: 0 0 34rem;
	position: relative;
}

.section-content_and_image .image:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 20rem;
	width: calc(100% - calc(var(--inner) / 2));
	background: var(--green);
	transform: translateY(-50%);
	z-index: -1;
	border-radius: 0 10rem 10rem 0;
}

.section-content_and_image .image:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 20rem;
	width: 50vw;
	background: var(--green);
	transform: translate(-100%,-50%);
	z-index: -1;
}

.section-content_and_image .image picture {
	display: block;
	width: 100%;
	max-width: 25rem;
	height: 100%;
	border-radius: .5rem;
	overflow: hidden;
}

.section-content_and_image .content {
	flex: 1;
	padding-left: var(--section-padding);
}

.section-content_and_image .content h2 {
	font-size: 1.75rem;
}

.section-cta .responsive-background:after,
.section-available_countries .responsive-background:after,
.section-our_values div.responsive-background:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--grey-three);
	opacity: .85;
}

.section-cta .content,
.section-available_countries .content,
.section-our_values .content,
.section-our_values ul {
	position: relative;
	z-index: 10;
}

.section-our_values .content,
.section-our_values ul {
	color: var(--white);
}

.section-our_values ul li {
	text-align: center;
}

.section-our_values ul li picture {
	display: block;
	padding-bottom: 135%;
	border-radius: 12rem;
	overflow: hidden;
	margin: calc(var(--inner) / 2) 0;
}

.section-our_values ul li:nth-child(3n+2) picture {
	padding-bottom: 100%;
	border-radius: 100%;
	margin: calc(var(--inner) / 2 + 17.5%) 0;
}

.section-our_values ul li h3 {
	background: var(--grey-five);
	padding: calc(var(--inner) / 4) var(--inner);
	border-radius: 2.5rem;
	display: inline-block;
	font-size: 1.5625rem;
	margin: calc(var(--inner) / 2) 0;
	min-width: 12.5rem;
}

.section-cta .content h2,
.section-available_countries h2 {
	font-size: 2.25rem;
	color: var(--white);
}

.section-available_countries ul li {
	flex: 0 1 auto;
	text-align: center;
}

.section-available_countries ul li h3 {
	color: var(--white);
	font-weight: 400;
	font-size: 1.25rem;
}

.section-available_countries ul li img {
	width: auto;
	height: 5rem;
	margin: auto;
}

.section-how_it_works .content-padding p {
	font-size: 1.375rem;
}

.section-how_it_works .item .row {
	height: 100%;
	justify-content: space-between;
}

.section-how_it_works .item h2 {
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.2;
}

.section-our_impact {
	position: relative;
}

body.home .section-our_impact:after {
	content: '';
	position: absolute;
	top: 0;
	right: var(--inner);
	background: url(../svg/lightbulb.svg) center no-repeat;
	background-size: contain;
	height: 100%;
	width: 20rem;
	z-index: -1;
	opacity: .5;
}

.section-our_impact .item h3 {
	font-size: 2rem;
	display: block;
}

.section-our_impact .item h4 {
	font-size: 2.5rem;
	color: var(--white);
	background: var(--green);
	border-radius: 1.875rem;
	padding: 0;
	font-weight: 300;
	margin: calc(var(--inner) / 2) 0;
}

.section-our_impact .item p {
	font-size: 1rem;
}

.section-testimonials .image-slider .slick-list,
.section-testimonials .image-slider .slick-track,
.section-testimonials .image-slider picture {
	height: 100%;
}

.section-testimonials .testimonial-slider,
.section-coloured_content_and_image .col-md-7 {
	border-left: var(--inner) solid var(--white);
	background: var(--green);
	height: 100%;
}

.section-testimonials .testimonial-slider .slick-slide,
.section-coloured_content_and_image .col-md-7 {
	padding: calc(var(--section-padding) * 3);
}

.section-testimonials .testimonial-slider .slick-slide > div,
.section-testimonials .testimonial-slider .slick-slide > blockquote,
.section-text_and_image div.col-md-6 > div,
.section-coloured_content_and_image .col-md-7 div {
	max-width: 48rem;
	color: var(--white);
	line-height: 1.3;
}

.section-coloured_content_and_image .col-md-7 div h2 {
	font-weight: 700;
}

.section-coloured_content_and_image .col-md-7 div h2:before {
	content: url(../svg/checked.svg);
	width: 2.375rem;
	height: 2.375rem;
	display: inline-block;
	margin: -.5rem .75rem 0 0;
	vertical-align: middle;
}

.section-testimonials .testimonial-slider .slick-slide > blockquote {
	font-size: 1.875rem;
	font-style: italic;
	padding-bottom: var(--section-padding);
}

.section-testimonials .testimonial-slider .slick-slide > div {
	font-size: 1.5625rem;
}

.section-testimonials .testimonial-slider .slick-slide > div:first-of-type {
	text-transform: uppercase;
	font-weight: 700;
}

.section-testimonials .testimonial-slider.slides-1 .slick-dots {
	display: none !important;
}

.section-testimonials .testimonial-slider .slick-dots {
	transform: translate(-50%,0);
	bottom: var(--inner);
}

.section-testimonials .testimonial-slider .slick-dots li.slick-active button {
	background: var(--main);
}

.section-product_showcase ul.product-categories li {
	padding-bottom: calc(calc(var(--inner) / 2) + 3.125rem);
}

.section-product_showcase ul.product-categories li button {
	background: var(--grey-one);
	width: 100%;
	height: 100%;
	position: relative;
}

.section-product_showcase ul.product-categories li button:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.125rem 1.75rem 0 1.75rem;
	border-color: var(--green) transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.section-product_showcase ul.product-categories li img {
	width: auto;
	max-height: 3.75rem;
	display: block;
	margin: auto;
}

.section-product_showcase ul.product-categories li h2 {
	font-size: 1.875rem;
}

.section-product_showcase ul.product-categories li h3 {
	color: var(--green);
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 0;
}

.section-product_showcase ul.product-categories li p {
	padding: 0;
	font-size: 1.063rem;
}

.section-product_showcase ul.product-categories li.selected button {
	background: var(--green);
}

.section-product_showcase ul.product-categories li.selected button:after {
	bottom: -3.125rem;
}

.section-product_showcase ul.product-categories li.selected h2 {
	font-weight: 700;
	color: var(--white);
}

.section-product_showcase ul.product-categories li.selected h3,
.section-product_showcase ul.product-categories li.selected p {
	color: var(--white);
}

.section-product_showcase .product-tabs ul {
	display: none;
}

.section-product_showcase .product-tabs ul.selected {
	display: flex;
	flex-wrap: wrap;
}

.section-product_showcase .product-tabs ul li {
	text-align: center;
	position: relative;
	cursor: pointer;
}

.section-product_showcase .product-tabs ul li .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 14rem;
	width: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.section-product_showcase .product-tabs ul li:hover .btn {
	z-index: 10;
	opacity: 1;
	visibility: visible;
}

.section-product_showcase .product-tabs ul li picture {
	display: block;
	height: 20rem;
	width: auto;
	margin-bottom: var(--section-padding);
}

.section-product_showcase .product-tabs ul li picture img {
	display: block;
	margin: auto;
	max-height: 20rem;
	width: auto;
}

.section-product_showcase .product-tabs ul li h3 {
	font-size: 1.5rem;
	color: var(--green);
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

.section-product_showcase .product-tabs ul li p {
	padding: 0;
	font-size: 1.063rem;
	width: 100%;
	max-width: 15rem;
	display: block;
	margin: auto;
}

.section-information .container {
	overflow: hidden;
}

.section-information .circle {
	width: 25rem;
	height: 25rem;
	border-radius: 25rem;
	background: var(--green);
	transform: translateY(calc(var(--inner) * 2));
}

.section-information .circle img {
	height: 100%;
	width: 100%;
	max-width: 15rem;
	max-height: 15rem;
	opacity: .4;
}

.section-information .content {
	flex: 1;
}

.section-information .content h2,
.section-information .content p {
	color: var(--white);
}

.section-information .content h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-information .content h2 strong {
	font-size: 5.9375rem;
	padding-right: var(--inner);
}

.section-text_and_image picture.col-md-6 {
	border-right: calc(var(--inner) / 2) solid var(--white);
}

.section-text_and_image div.col-md-6 {
	padding: calc(var(--section-padding) * 2) calc(var(--section-padding) * 3);
	border-left: calc(var(--inner) / 2) solid var(--white);
}

.section-text_and_image div.col-md-6 > div ul {
	padding: calc(var(--inner) / 6) 0;
}

.section-text_and_image div.col-md-6 > div ul li {
	list-style: none;
	font-size: 1.75rem;
	padding: calc(var(--inner) / 6) 0;
}

.section-content_and_links .content {
	padding: 0 var(--inner) var(--inner) var(--inner);
}

.section-content_and_links ul.exclude li a {
	display: block;
}

.section-content_and_links ul.exclude li picture {
	padding-bottom: 55%;
	display: block;
	margin-bottom: calc(var(--inner) / 2);
}

.section-content_and_links ul.exclude li h3 {
	font-weight: 700;
	color: var(--green);
	padding-bottom: 0;
}

.section-content_and_links ul.exclude li p {
	padding-top: 0;
}

#new-list {
	flex: 1;
}

.job-filters > div:first-child {
	flex: 1;
}

a#lever-clear-filters {
	font-size: .875rem;
	font-weight: 400;
	text-transform: none;
	min-height: 3.5625rem;
	padding: 1.25rem 1rem;
	border-radius: 0;
	margin: 0 calc(var(--inner) / 2);
}

.section-careers ul.list,
.section-careers #lever-jobs-container {
	height: 50rem;
	overflow: scroll;
}

li.lever-job {
	background: var(--white);
	min-height: 10rem;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

li.lever-job:nth-child(odd) {
	background: var(--grey-six);
}

li.lever-job:nth-child(odd):hover,
li.lever-job:hover {
	background: var(--green);
}

li.lever-job span {
	flex: 1;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

li span.lever-job-content {
	flex: 0 0 calc(var(--inner) + 17.5rem);
}

li.lever-job h3 {
	font-size: 1.5rem;
	font-weight: 700;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

li.lever-job h4 {
	font-size: 1rem;
	padding-top: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

li.lever-job:hover span,
li.lever-job:hover h3,
li.lever-job:hover h4 {
	color: var(--white);
}

li.lever-job .lever-job-apply {
	flex: 0 0 calc(var(--inner) + 8.875rem);
}

li.lever-job .lever-job-apply .btn {
	font-size: 1rem;
	text-transform: none;
	font-weight: 400;
}

li.lever-job:hover .lever-job-apply .btn {
	background: var(--white) !important;
	color: var(--main) !important;
} 

.section-careers h2 {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}

.section-careers h2 span {
	color: var(--green);
}

#ashby_embed {
    height: 50rem;
    overflow: scroll
}

.section-careers .join-the-team {
	flex: 0 0 calc(21.25rem + var(--inner));
	height: 100%;
	margin-top: 5.0625rem;
}

.section-careers.section-careers_ashby .join-the-team {
	margin-top: 0;
}

.section-careers .join-the-team > div {
	height: 50rem;
	position: relative;
}

.section-careers .join-the-team > div > div {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

.section-careers .join-the-team > div:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.section-careers .join-the-team > div > div h2 {
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: -.125rem;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.1;
}

.section-careers .join-the-team > div > div .btn {
	text-transform: none;
	font-weight: 400;
	font-size: 1.25rem;
	width: 100%;
	padding: 1.5rem .875rem;
	border-radius: 3.75rem;
}

.section-tabs ul.tabs li {
	margin-bottom: -.063rem;
}

.section-tabs ul.tabs li button {
	background: var(--grey-one);
	padding: calc(var(--inner) / 2) var(--inner);
	border: .063rem solid var(--grey-one);
	font-weight: 700;
	font-size: .875rem;
}

.section-tabs ul.tabs li.active button {
	background: var(--white);
	border-bottom-color: var(--white);
}

.section-tabs ul.tab-content {
	border: .063rem solid var(--grey-one);
}

.section-tabs ul.tab-content li {
	display: none;
}

.section-tabs ul.tab-content li.active {
	display: block;
}

.section-coloured_content * {
	color: var(--white);
}

.section-logo_slider .logo-slider {
	padding-bottom: var(--section-padding);
}

.section-logo_slider .logo-slider .slick-slide {
	display: flex;
	justify-content: center
}

.section-logo_slider .logo-slider picture {
	width: auto;
	max-height: 8.125rem;
}

.section-logo_slider .logo-slider picture img {
	width: auto;
	max-height: 8.125rem;
	display: block;
}

.section-logo_slider .logo-slider .slick-dots li button {
	width: .9375rem;
	height: .9375rem;
	border-radius: .9375rem;
	border: 0.15625rem solid var(--white);
	outline: .063rem solid var(--white);
	background: var(--grey-five);
}

.section-logo_slider .logo-slider .slick-dots li.slick-active button {
	outline: .063rem solid var(--green);
	background: var(--green);
}

#map-canvas {
	height: 48rem;
	width: 100%;
}


/* Press */

.block-post-feed ul li a {
	background: var(--white);
	border-radius: 1.375rem;
	overflow: hidden;
	height: 100%;
	display: block;
}

.block-post-feed ul li a:hover {
	box-shadow: 0 0 1rem rgba(0,0,0,.1);
}

.block-post-feed ul li a picture {
	padding-bottom: 56.25%;
	overflow: hidden;
	display: block;
}

.block-post-feed ul li a picture img {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.block-post-feed ul li a:hover picture img {
	transform: scale(1.05);
}

.block-post-feed ul li a > div {
	height: 100%;
}

.block-post-feed ul li a div {
	font-weight: 700;
	color: var(--grey-four);
	font-size: .875rem;
}

.block-post-feed ul li a div.category {
	text-transform: uppercase;
}

.block-post-feed ul li a h2 {
	font-size: 1.375rem;
	color: var(--black);
	font-weight: 700;
}

.block-post-feed ul li a div.date {
	margin-top: auto;
}


/* Popup */

.popup {
	display: none;
	position: absolute;
	left: 50%;
	max-width: 62rem;
	width: 100%;
	transform: translate(-50%,50%);
	z-index: 250;
	padding-top: calc(calc(var(--inner) / 2) + 2rem);
}

.popup > button.close {
	position: absolute;
	right: var(--inner);
	top: 0;
	width: 2rem;
	height: 2rem;
}

.popup > div {
	background: var(--white);
}

.popup > div picture img {
	margin: auto;
	max-height: 20rem;
	width: auto;
}

.popup > div h2 {
	font-size: 1.5rem;
	color: var(--green);
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

.popup > div p {
	font-size: 1.063rem;
}

.popup > div ul:not(.slick-dots) li {
	padding: calc(var(--inner) / 2) 0;
}

.popup > div ul li span {
	flex: 1;
}

.popup > div ul li span:first-child {
	flex: 0 0 1.25rem;
	padding-right: 1rem;
}

.popup > div ul li img {
	max-width: 1.25rem;
	max-height: 1.25rem;
}

.popup .product-slider {
	padding-bottom: 4.125rem;
}

.popup .product-slider.slides-1 .slick-dots {
	display: none !important;
}

.popup .product-slider .slick-dots {
    transform: translate(-50%,0);
    bottom: 1.375rem;
}

.popup > div ul.slick-dots li {
	padding: .25rem;
}

.popup > div ul.slick-dots li button {
	border-color: transparent;
	background: var(--grey-one);
}

.popup > div ul.slick-dots li.slick-active button {
	background: var(--main);
}



/* Slick Slider */

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-arrow {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0;
	padding: 0;
	z-index: 40;
	cursor: pointer;
	width: 1.5rem;
	height: 1.5rem;
	background: transparent;
}

.slick-arrow:after {
	content: '';
	background: url(../svg/chevron.svg) center no-repeat;
	background-size: 1.5rem 1.5rem;
	border: none;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	text-align: center;
	transform: rotate(-90deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.slick-arrow.slick-prev:after {
	transform: rotate(90deg);
}

.slick-dots {
	overflow: hidden;
	text-align: center;
	background: transparent;
	position: absolute;
	left: 50%;
	transform: translate(-50%,var(--section-padding));
	bottom: 0;
	z-index: 20;
}

.slick-dots li {
	display: inline-block;	
	height: 100%;
	margin: 0;
	background: transparent;
	cursor: pointer;
	padding: .5rem;
}

.slick-dots li button {
	display: block;
	text-indent: -500vw;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 0;
	cursor: pointer;
	border: .125rem solid var(--green);
	border-radius: .875rem;
	height: .875rem;
	width: .875rem;
	background: var(--white);
}

.slick-dots li.slick-active button {
	background: var(--green);
}

.slides-4 .slick-dots {
	display: none;
}



/* Pagination */

.block-pagination span:not(.slick-arrow) {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: .125rem 3rem 0 3rem;
	display: block;
}

.block-pagination a.slick-arrow:hover,
body:not(.is-touch) .block-pagination a.slick-arrow:hover, 
.block-pagination span.slick-arrow.no-page {
	opacity: .25;
}

.block-pagination span.slick-arrow.no-page {
	cursor: initial;
}

.block-pagination.block-pagination-minimal .slick-arrow:first-child {
	margin-right: 1.5rem;
	display: block;
}



/* Social */

ul.block-social li {
	display: block;
	flex: 0 0 calc(2rem + calc(var(--inner) / 2));
}

ul.block-social li a.dashicons {
	height: 2rem;
	width: 2rem;
	display: block;
	padding: 0;
	background: var(--main);
	color: var(--white);
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
	border: 0;
	border-radius: .1875rem;
	position: relative;
}

ul.block-social li a.dashicons.dashicons-tiktok:before {
	content: '';
	background: url(../svg/tiktok.svg) center no-repeat;
	background-size: 1.125rem;
	height: 1.5rem !important;
	width: 1.5rem !important;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

ul.block-social li a.dashicons.dashicons-twitter:before {
	content: '';
	background: url(../svg/x-twitter.svg) center no-repeat;
	background-size: 1.125rem;
	height: 1.5rem !important;
	width: 1.5rem !important;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

ul.block-social li a.dashicons:hover {
	color: var(--white);
	background: var(--green);
	text-decoration: none;
}

ul.block-social li a.dashicons svg {
	max-width: 1.5rem;
	max-height: 1.5rem;
}

ul.block-social li a.dashicons svg path {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

ul.block-social li a.dashicons:hover svg path {
	fill: var(--white);
}


/* Ninja Forms */

.nf-form-content {
    padding: 0 !important;
    max-width: 100% !important;
}

.nf-before-form-content {
    padding-bottom: var(--inner) !important
    
}


/* Footer */

footer h4 {
	font-weight: 400;
}

footer > .row > div {
	padding: var(--section-padding) var(--inner);
}

footer > .row > div:not(:last-child) {
	border-right: .1875rem solid var(--green);
}

footer a.latest-news-article span {
	font-size: 1.5rem;
	line-height: 1.375;
	font-weight: 700;
	display: block;
	letter-spacing: .063rem;
	margin-bottom: calc(var(--inner) / 2);
}

footer ul:not(#menu-location-menu) li a:not(.btn,.exclude) {
	font-size: 1.125rem;
	letter-spacing: .063rem;
	line-height: 1.5;
	position: relative;
}

footer ul:not(#menu-location-menu) li a:not(.btn,.exclude):hover {
	color: var(--green);
}

footer ul:not(#menu-location-menu) li a:not(.btn,.exclude):after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: .063rem;
	width: 0;
	background: var(--green);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

footer ul:not(#menu-location-menu) li a:not(.btn,.exclude):hover:after {
	width: 100%
}

ul#menu-location-menu-header li,
ul#menu-location-menu li {
	width: calc(1.875rem + calc(var(--inner) / 2));
	flex: 0 1 auto;
}

ul#menu-location-menu-header li a,
ul#menu-location-menu li a {
	display: block;
	width: 1.875rem;
	height: 1.875rem;
	position: relative;
	border-radius: 1.875rem;
	overflow: hidden;
}

ul#menu-location-menu-header li a {
	border: .25rem solid transparent;
}

ul#menu-location-menu-header.global-page li:first-child a,
ul#menu-location-menu-header li.current-menu-item a {
	border-color: var(--white);
}

ul#menu-location-menu-header li:not(.current-menu-item) a img {
	filter: grayscale(100%);
}

ul#menu-location-menu-header.global-page li:first-child a img {

	filter: grayscale(0);
}

ul#menu-location-menu-header li a img:not(.exclude),
ul#menu-location-menu li a img:not(.exclude) {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}

footer .copyright {
	background: var(--grey-one);
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}



/* Responsive */

/* Smaller than 1366px */
@media only screen and (max-width: 85.375em) {


}


/* Smaller than 1280px */
@media only screen and (max-width: 80em) {

	header a.logo {
	    height: 2.75rem;
	}

	header nav ul li {
		padding: 0 1.5rem;
	}

	header nav ul li a {
		font-size: 1.25rem;
	}

	.section-statistics .outline,
	.section-statistics .statistics-slider-container {
		border-radius: 15rem;
	}

	.section-statistics .statistic p {
	    font-size: 1.125rem;
	}

	.section-statistics .statistic p strong {
		font-size: 1.875rem;
	}

	footer > .row > div {
		flex: 0 0 50%;
	}

}


/* Smaller than 1140px */
@media only screen and (max-width: 72em) {

	.slides-4 .slick-dots {
		display: block;
	}

}


/* Smaller than 992px */
@media only screen and (max-width: 62em) {

	header a.logo {
	    height: 2rem;
	}

	header nav ul li {
		padding: 0 1rem;
	}

	header nav ul li a {
		font-size: 1.125rem;
	}

	.section-statistics .outline {
		border-radius: 3rem;
	}

	.section-statistics .statistics-slider-container {
		border-radius: calc(3rem - var(--inner));
		padding: var(--inner);
	}

	.section-statistics .statistic img {
	    height: 3.75rem;
	}

	.section-content_and_image .image {
		flex: 0 0 24rem;
	}

	.section-content_and_image .image picture {
		max-width: 20rem;
	}

	.section-content_and_image .content {
		padding-left: calc(var(--inner) / 2);
	}

	body.home .section-our_impact:after {
		transform: translateX(50%);
	}

	.section-product_showcase ul.product-categories li {
	    padding-bottom: calc(var(--inner) / 2);
	}

	.section-product_showcase ul.product-categories li.selected button:after {
		display: none;
	}

	.section-testimonials .testimonial-slider .slick-slide,
	.section-coloured_content_and_image .col-md-7 {
		padding: calc(var(--section-padding) * 2) var(--inner) calc(var(--section-padding) * 3) var(--inner);
	}

	.section-testimonials .testimonial-slider .slick-slide > blockquote {
		font-size: 1.5625rem;
	}

	.section-testimonials .testimonial-slider .slick-slide > div {
		font-size: 1.125rem;
	}

	.section-information .container {
		position: relative;
		padding-top: calc(calc(var(--section-padding) * 2) - calc(var(--inner) / 2));
		padding-bottom: calc(calc(var(--section-padding) * 2) - calc(var(--inner) / 2));
	}

	.section-information .container .half-padding {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 0;
	}

	.section-information .circle {
		transform: translateY(0);
		opacity: .2;
	}

	.section-information .content {
		z-index: 10;
		position: relative;
	}

	.section-information .content h2 {
	    display: block;
	}

	.section-information .content h2 strong {
	    font-size: 2.375rem;
	    padding-right: 0;
	}

	.section-careers .join-the-team {
		margin-top: 0;
	}

	footer > .row > div:nth-child(2) {
		border-right: 0;
	}

}

/* Larger than 768px */
@media only screen and (min-width: 48em) {

	header button#menu-btn {
		display: none;
	}

}


/* Smaller than 768px */
@media only screen and (max-width: 48em) {

	h1,
	.section-careers .join-the-team > div > div h2 {
		font-size: 2.125rem;
	}

	h2,
	.section-content_and_image .content h2,
	.section-how_it_works .item h2,
	.section-our_impact .item h3,
	.section-our_impact .item h4,
	.section-cta .content h2,
	.section-available_countries .content h2,
	.section-information .content h2,
	.section-information .content h2 strong {
		font-size: 1.875rem;
	}

	h3,
	.section-statistics .statistic p strong,
	.section-cta .content h2,
	.section-available_countries .content h2,
	.section-product_showcase ul.product-categories li h2 {
		font-size: 1.375rem;
	}

	h4,
	h5,
	h6,
	.section-product_showcase ul.product-categories li h3 {
		font-size: 1.125rem;
	}

	p,
	.section-statistics .statistic p,
	.section-how_it_works .content-padding p,
	.section-product_showcase ul.product-categories li p {
		font-size: 1rem;
	}

	header {
		border-bottom: .125rem solid var(--grey-one);
	}

	header .container {
		padding: 0;
	}

	header a.logo {
		margin: var(--inner);
	}

	header nav {
		display: none;
		padding: var(--inner) 0;
	}

	header nav ul {
		display: block;
	}

	#menu-btn {
		position: absolute;
		right: var(--inner);
		top: 0;
		height: 2rem;
		width: 2rem;
		padding: 0;
		text-align: center;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		cursor: pointer;
		display: block;
		background: transparent;
		z-index: 120;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
	}

	#menu-btn span.align {
		height: 1.5rem;
		width: 2rem;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	#menu-btn span:not(.align) {
		display: block;
		position: absolute;
		height: .25rem;
		width: 100%;
		background: var(--green);
		border-radius: .125;
		opacity: 1;
		left: 0;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#menu-btn span:not(.align):nth-child(1) {
	  top: 0;
	}

	#menu-btn span:not(.align):nth-child(2),
	#menu-btn span:not(.align):nth-child(3) {
	  top: 50%;
	  transform: translateY(-50%);
	}

	#menu-btn span:not(.align):nth-child(4) {
	  bottom: 0;
	}

	body.open #menu-btn span:not(.align):nth-child(1) {
	  top: 0;
	  width: 0;
	  left: 50%;
	}

	body.open #menu-btn span:not(.align):nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	body.open #menu-btn span:not(.align):nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	body.open #menu-btn span:not(.align):nth-child(4) {
	  bottom: 0;
	  width: 0;
	  left: 50%;
	}

	header nav ul li,
	header nav ul li.menu-item-has-children ul.sub-menu li {
		padding: 0;
	}

	header nav ul li a {
		text-align: left;
		font-size: 1.25rem;
		padding: 1rem;
	}

	header nav ul li a:after {
		display: none;
	}

	header nav ul li.menu-item-has-children a {
		position: relative;
		padding-right: 3rem;
	}

	header nav ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a {
		padding-right: 3rem;
	}

	header nav ul li.menu-item-has-children ul.sub-menu li a:after {
		display: none;
	}

	header nav ul li.menu-item-has-children > button {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 2rem;
		height: 100%;
		max-height: 3.25rem;
		z-index: 20;
		background: var(--green);
		border: 0;
	}

	header nav ul ul.sub-menu li.menu-item-has-children > button {
		max-height: 2.5rem;
	}

	header nav ul li.menu-item-has-children > button:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: .625rem;
		height: .625rem;
		background: url(../svg/menu-dropdown.svg) center no-repeat;
		background-size: .625rem;
	}

	header nav ul li.menu-item-has-children > button.open:after {
		transform: rotate(180deg) translate(50%,50%);
	}

	header nav ul li.menu-item-has-children ul.sub-menu,
	header nav ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		padding: 1rem 0;
		display: none;
		border: 0;
	}

	.section-statistics .outline {
		padding: calc(var(--inner) / 2);
	}

	.section-statistics .statistics-slider-container {
		border-radius: calc(3rem - calc(var(--inner) / 2));
	}

	.section-content_and_image .image {
		width: 100%;
		height: calc(100vw / 1.777);
	}

	.section-content_and_image .image:before,
	.section-content_and_image .image:after {
		height: calc(100% - calc(var(--inner) * 4));
	}

	.section-content_and_image .image picture {
		max-width: calc(100% - calc(var(--inner) * 2));
	}

	.section-testimonials .testimonial-slider,
	.section-coloured_content_and_image .col-md-7 {
		border-left: 0;
	}

	.section-testimonials .image-slider .slick-list,
	.section-testimonials .image-slider .slick-track,
	.section-testimonials .image-slider picture,
	.section-coloured_content_and_image picture {
		height: calc(100vw / 1.777);
		display: block;
	}

	.section-testimonials .testimonial-slider .slick-slide,
	.section-coloured_content_and_image .col-md-7 div {
		text-align: center;
	}

	.section-statistics,
	.section-statistics > .container,
	.section-statistics .outline {
		padding-left: 0;
		padding-right: 0;
	}

	.section-statistics .outline {
		border-left: 0;
		border-right: 0;
	}

	.section-statistics .outline,
	.section-statistics .statistics-slider-container {
		border-radius: 0;
	}

	.section-statistics .statistics-slider-container,
	.section-statistics .statistic {
	    padding: var(--inner) calc(var(--inner) / 2);
	}

	.section-statistics .statistics-slider-container p strong {
		font-size: 1.5rem;
	}

	.how-it-works-slider p img,
	.our-impact-slider p img {
		max-height: 3.5rem;
		width: auto;
	}

	.section-product_showcase ul.product-categories li img {
	    max-height: 2.5rem;
	}

	.section-product_showcase .product-tabs ul li .btn {
		font-size: 1rem;
	    max-width: 11rem;
	}

	.section-how_it_works .item h2 br,
	.section-how_it_works .item p br,
	.section-statistics .statistic p br {
		display: none;
	}

	.section-statistics .statistic p strong {
		display: block;
	}

	li.lever-job span,
	li.lever-job span h2,
	li.lever-job span h3 {
		display: block;
	}

	.section-careers .join-the-team > div {
		height: calc(100vw / 1.777);
	}

	.section-careers .join-the-team > div > div {
		text-align: center;
	}

	.section-careers .join-the-team > div > div h2 br {
		display: none;
	}

	.section-careers .join-the-team > div > div .btn {
		font-size: 1.125rem;
		padding: 1rem 1.5rem;
		border-radius: 2.75rem;
		width: auto;
		display: inline-block;
	}

	.section-careers ul.list,
	.section-careers #lever-jobs-container {
	    height: 27.875rem;
	}

	li.lever-job {
		min-height: 13.9375rem;
	}

	.popup {
		transform: translate(-50%,var(--inner));
	}

	.section-available_countries ul li {
		width: 25%;
	}

	.section-our_values ul li picture,
	.section-our_values ul li:nth-child(3n+2) picture {
		padding-bottom: 0;
		border-radius: 12rem;
		margin: calc(var(--inner) / 2) auto;
		width: 12rem;
		height: 12rem;
		max-width: 100%;
	}

	.section-tabs ul.tabs li button {
		width: 100%;
	}

	#map-canvas {
		height: 24rem;
	}

	footer > .row > div {
		border-right: 0;
		text-align: center;
	}

	footer ul.block-social,
	footer ul.block-social li,
	footer ul#menu-location-menu,
	footer ul#menu-location-menu li {
		justify-content: center;
		display: flex;
	}

}


/* Smaller than 640px */
@media only screen and (max-width: 40em) {

}


/* Smaller than 576px */
@media only screen and (max-width: 36em) {

}
