/*!
Theme Name: Who's The Boss?
Theme URI: https://talkinghorse.london
Author: Nicholas Hart
Author URI: https://talkinghorse.london
Description: This is the theme for Who\'s The Boss?
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: None
License URI: N/A
Text Domain: boss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Who's The Boss? is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Fonts
----------------------------------------------------------------------------------------*/
@font-face {font-family: 'Recoleta';src: url("fonts/3978A5_0_0.eot");src: url("fonts/3978A5_0_0.eot?#iefix") format('embedded-opentype'),url("fonts/3978A5_0_0.woff2") format('woff2'),url("fonts/3978A5_0_0.woff") format('woff'),url("fonts/3978A5_0_0.ttf") format('truetype');}

/* Typography
--------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	font-family: 'Recoleta', serif;
	font-weight: 400;
	clear: both;
}
@media screen and (max-width: 400px) {
	h1 {
		font-size: 1.5rem;
	}
}

h2 {
	font-size: 1.75rem;
	margin: 2.5rem auto;
	}
	@media screen and (max-width: 400px) {
		h2 {
			font-size: 1.25rem;
		}
	}

p {
	width: 100%;
	max-width: 50rem;
	font-size: 1.125rem;
	margin: 0 auto;
	}
	@media screen and (max-width: 400px) {
		p {
			font-size: 1rem;
		}
	}
p + p {
	margin-top: 1.25rem;
}
p.center {
	text-align: center;
}
span.copyright {
	display: inline-block;
	text-align: left;
	font-size: 1rem;
	font-weight: 400;
	margin-right: 0.75rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
/* body.home {
	background-image: url('images/boss2.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 150% auto;
} */

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: 0.35s;
	border-top: 2px solid transparent;
  border-bottom: 2px solid #5535f5;
}

a:hover,
a:focus,
a:active {
	/* color: #191970;
	text-decoration: underline; */
	border-bottom-color: rgb(21,118,225);
	background: rgb(21,118,225);
	background: linear-gradient(267deg, rgba(21,118,225,1) 0%, rgba(85,53,245,1) 100%);
	cursor: pointer;
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

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

a.btn,
button {
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 1.25rem;
  font-family: 'Inter', sans-serif;
	font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  padding: 11.25px 22.5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,background-position .15s ease-in-out 0s,border-color .15s ease-in-out 0s;
	background-image: linear-gradient(90deg, rgba(21,118,225,1) 0%, rgba(85,53,245,1) 100%);
  background-position: 100% 100%;
  background-size: 205% 100%;
  color: #fff;
}
a.btn:hover,
button:hover {
	border-color: #5ceace;
	background-position: 0 100%;
	color: #fff;
}
a.btn.inverse {
	margin-top: 1.5rem;
	background-image: linear-gradient(270deg,transparent 50%,#fff 0);
	color: #fff;
}
a.btn.inverse:hover {
	border-color: #fff;
	color: #000;
}
@media screen and (max-width: 400px) {
	a.btn {
		font-size: 1rem;
	}
}

::selection {
	background: #5535f5;
	color: #fff;
}
::-moz-selection {
	background: #5535f5;
	color: #fff;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header#masthead {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	padding: 20px 20px;
	margin: 0 auto;
}
a.logo {
  display: block;
  width: 275px;
  height: 112px;
  margin: 0 auto;
  background: url('images/logo.png');
  background-size: 275px auto;
  text-indent: -9999px;
	text-decoration: none;
	border: none;
	}
	@media screen and (max-width: 375px) {
		a.logo {
			width: 175px;
			height: 71px;
			background-size: 175px auto;
		}
	}
*, :after, :before {
    box-sizing: inherit;
}
main#primary {
	width: 100%;
	padding: 20px 0 20px;
	margin: 0 auto;
}
footer.entry-footer {
	margin: 0 auto;
}
footer#colophon {
	width: 100%;
	max-width: 1400px;
	padding: 50px 20px;
	margin: 0 auto;
}
.footer-row + .footer-row {
	margin: 1.25rem 0 0;
}
ul.social__icons {
	width: 100%;
	margin: 0;
	text-align: left;
	list-style: none;
	padding: 0;
}
ul.social__icons li {
	display: inline-block;
	font-size: 2.25rem;
}
ul.social__icons li a {
	color: #242424;
	text-decoration: none;
	background: transparent;
	border: none;
	-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.social__icons li a:hover {
	color: #5535f5;
	border: none;
	text-decoration: none;
	background: transparent;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Hero
--------------------------------------------- */
.hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.hero--content {
	width: 100%;
	max-width: 800px;
	margin: 100px auto;
	padding: 0 4VW;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hero h2 {
	font-size: 2rem;
	color: #000;
	text-align: center;
	line-height: 1.5;
	}
	@media screen and (max-width: 400px) {
		.hero h2 {
			font-size: 1.5rem;
		}
		.hero--content {
			margin: 60px auto;
		}
	}

/* Flag
--------------------------------------------- */
.flag-container {
	padding: 50px 0;
}
.flag {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	background: rgb(21,118,225);
	background: linear-gradient(120deg, rgba(21,118,225,1) 0%, rgba(85,53,245,1) 100%);
}
.flag.flag--bio {
	color: #222;
	background: #fff;
	padding: 0 3VW;
}
.flag.flag--bio + .flag.flag--bio {
	margin: 120px auto 0;
}
.flag.reversed,
.flag.flag--bio {
	flex-direction: row-reverse;
	align-items: flex-start;
}
.flag--content,
.flag--image {
	flex: 1 0 50%;
}
.flag.flag--bio .flag--content {
	flex: auto;
	width: 70%;
}
.flag.flag--bio .flag--image {
	flex: auto;
	width: 30%;
}
.flag--content {
	padding: 2.5% 6%;
	text-align: center;
}
.flag.flag--bio .flag--content {
	padding: 0 6%;
	text-align: left;
}
.flag--content a.btn {
	margin: 2.25rem auto 0;
}
.flag--image img {
	width: 100%;
	display: block;
}
.flag.flag--bio .flag--image img {
	margin: 0 auto;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
.flag.flag--bio .flag--content h2 {
	text-align: left;
	margin: 0 0 1.25rem;
}

@media screen and (max-width: 850px) {
	.flag.flag--bio {
		flex-direction: column-reverse;
	}
	.flag.flag--bio .flag--content,
	.flag.flag--bio .flag--image {
		flex: auto;
		width: 100%;
	}
	.flag.flag--bio .flag--content h2 {
		text-align: center;
		margin: 1.5rem auto;
	}
}
@media screen and (max-width: 800px) {
	.flag {
		flex-direction: column;
	}
	.flag--content {
		padding: 4VH 4VW;
		text-align: center;
	}
}
@media screen and (max-width: 400px) {
	.flag-container {
		padding: 0;
	}
}


/* Centered Content
--------------------------------------------- */
.centered-container {
	padding: 120px 4VW;
	background-color: #6fd5ff;
	color: #fff;
	background: rgb(21,118,225);
	background: linear-gradient(120deg, rgba(21,118,225,1) 0%, rgba(85,53,245,1) 100%);
}
.centered-container.no-back {
	color: #000;
	background: #fff;
}
@media screen and (max-width: 800px) {
	.centered-container {
		padding: 60px 4VW;
	}
}

/* CTA
--------------------------------------------- */
.cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgb(21,118,225);
	background: linear-gradient(120deg, rgba(21,118,225,1) 0%, rgba(85,53,245,1) 100%);
	padding: 120px 0;
}
.cta--content {
	color: #fff;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 4VW;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cta--content p {
	font-family: 'Recoleta', serif;
	font-size: 1.75rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-weight: 400;
	}
	@media screen and (max-width: 400px) {
		.cta--content p {
			font-size: 1.5rem;
		}
	}

/* Introduction
--------------------------------------------- */
.introduction {
	margin: 50px auto;
	padding: 0 4VW;
}

/* Workshops
--------------------------------------------- */
.workshops-container {
	padding: 50px 0;
}
.workshop-box:first-child {
	margin: 0 auto 120px;
}
.workshop-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	height: 350px;
	margin: 120px auto;
	background-color: #FFFCF9;
	box-shadow: 0 0 1rem rgba(226,221,215,0.5);
}
.workshop--content {
	width: 60%;
	padding: 2.5% 6%;
	text-align: center;
}
.workshop--title {
	width: 40%;
	height: 100%;
	color: #fff;
	background: rgb(21,118,225);
	background: linear-gradient(120deg, rgba(21,118,225,1) 0%, rgba(85,53,245,1) 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.workshop--title h3 {
	font-size: 2.25rem;
}
p.tag {
	display: block;
  margin: 0 auto;
  padding: 0.25em 0.75em 0.175em 0.75em;
  font-size: 1rem;
  color: #000;
  background-color: #5ceace;
  border-radius: 1rem;
  text-decoration: none;
	position: absolute;
	top: -15px;
	width: 100px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.workshop--content a.btn {
	margin: 2.25rem auto 0;
}
@media screen and (max-width: 900px) {
	.workshop-box {
		flex-direction: column;
		padding: 0 3VW;
		height: 100%;
	}
	.workshop--content {
		padding: 4VH 4VW;
		text-align: center;
	}
	.workshop--title,
	.workshop--content {
		width: 100%;
	}
	.workshop--title {
		padding: 3VH 3VW;
	}
	.workshop--title h3 {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 400px) {
	.workshop-container {
		padding: 0;
	}
}
span.type {
	display: block;
  margin: 20px auto;
  padding: 0.25em 0.75em 0.175em 0.75em;
  font-size: 1rem;
  color: #000;
  background-color: #5ceace;
  border-radius: 1rem;
	width: 100px;
	text-align: center;
}

/* Cards
--------------------------------------------- */
.cards-container {
	margin-right: -7.5px;
  margin-left: -7.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
	max-width: 1000px;
  padding: 20px 20px;
  margin: 80px auto;
}
.cards__col {
	width: 50%;
	padding: 0 12px;
}
.card {
	position: relative;
  margin: 0 0 1.5em 0;
  padding: 1em 1.5em;
  break-inside: avoid;
  text-align: center;
  border-radius: 2px;
  transform: translateZ(0);
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	background: rgb(21,118,225);
	background: linear-gradient(180deg, rgba(21,118,225,1) 0%, rgba(85,53,245,1) 100%);
}
.card--content {
	display: block;
	margin: 5px auto;
	width: 100%;
}
.card--content h3 {
	font-size: 1.5rem;
}
.card--button {
	display: block;
	margin: 20px auto;
	width: 100%;
}
a.btn.btn-card {
	font-size: 1rem;
}

/* Testimonials
--------------------------------------------- */
.testimonials {
	padding: 50px 0 95px;
	background-color: #FFFCF9;
}
.blockquote-container {
	width: 100%;
	max-width: 900px;
	margin: 20px 20px 20px 0;
	padding: 40px;
  overflow: hidden;
  border-radius: 2px;
	background-color: #fff;
  box-shadow: 0 0 1rem rgba(226,221,215,0.5);
}
blockquote {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
}
p.byline {
	font-size: 1.25rem;
	text-align: center;
	font-weight: 500;
	margin: 25px 0 0;
}
@media screen and (max-width: 1050px) {
	.blockquote-container {
		max-width: 768px;
		padding: 50px;
	}
	blockquote {
		font-size: 1.125rem;
	}
	p.byline {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 895px) {
	.blockquote-container {
		max-width: 500px;
	}
}
@media screen and (max-width: 600px) {
	.blockquote-container {
		max-width: 350px;
	}
}
@media screen and (max-width: 400px) {
	.blockquote-container {
		max-width: 100%;
		padding: 60px;
	}
	blockquote {
		font-size: 1rem;
	}
	p.byline {
		font-size: 1rem;
	}
}

/* Clients
--------------------------------------------- */
.clients-container {
	background-color: #fff;
	padding: 60px 0 120px;
}
.logos-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 50px auto 0;
	width: 100%;
}
.logos-container img {
	display: block;
	width: 100%;
	max-width: 275px;
}
.logos-container img:not(:last-child) {
	margin-right: 3.25rem;
}
.logos-container img.nhs {
	max-width: 150px;
}
@media screen and (max-width: 1000px) {
	.logos-container img {
		max-width: 150px;
	}
	.logos-container img.nhs {
		max-width: 100px;
	}
	.clients-container {
		background-color: #fff;
		padding: 40px 0 80px;
	}
}
@media screen and (max-width: 569px) {
	.logos-container {
		flex-wrap: wrap;
		max-width: 400px;
	}
	.logos-container img:not(:last-child) {
		margin-right: 0;
		margin-bottom: 3.25rem;
	}
	.logos-container img:last-child {
		margin-right: 0;
	}
	.logos-container img:first-child {
		margin-right: 3.25rem;
	}
}
@media screen and (max-width: 375px) {
	.logos-container img:first-child {
		margin-right: 1.25rem;
	}
	.logos-container img:not(:last-child) {
		margin-bottom: 1.25rem;
	}
}

/* Form
--------------------------------------------- */
.wpcf7 form {
	display: block;
	position: relative;
	text-align: left;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 2VH 4VW;
	font-size: 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #5ceace;
}
.wpcf7 input,
.wpcf7 textarea{
	border: none;
	width: 100%;
	font-size: 1rem;
	background: #fff;
	color: #333333;
	border: 2px solid #5535f5;
	padding: 12px;
	margin: 8px 0 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: #5ceace;
	border-color: #5ceace;
}
.wpcf7 .wpcf7-submit{
	border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 1.25rem;
  font-family: 'Inter', sans-serif;
	font-weight: 500;
  line-height: 1.2;
  display: block;
	width: 150px;
	margin: 0 auto;
  padding: 11.25px 22.5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,background-position .15s ease-in-out 0s,border-color .15s ease-in-out 0s;
	background-image: linear-gradient(90deg, rgba(21,118,225,1) 0%, rgba(85,53,245,1) 100%);
  background-position: 100% 100%;
  background-size: 205% 100%;
  color: #fff;
}
.wpcf7 .wpcf7-submit:hover {
	border-color: #5ceace;
	background-position: 0 100%;
	color: #fff;
}
.wpcf7 .small-meta {
	font-size: 11px;
}
.wpcf7 .nowrap {
	white-space:nowrap;
}
.wpcf7 .wpcf7-field-group {
	clear:left;
	position:relative;
	width:96%;
	padding-bottom:3%;
	min-height:50px;
}
.wpcf7 .wpcf7-form label {
	display: block;
	margin: 1.25rem auto 2.25rem;
}
.wpcf7 .wpcf7-form label .wpcf7-form-control-wrap {
	padding: 10px 0 0 0;
}
.wpcf7 .wpcf7-field-group input {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
}
.wpcf7 .indicates-required {
	text-align: right;
	font-size: 11px;
	margin-right: 4%;
}
.wpcf7 .asterisk {
	color: #e85c41;
	font-size: 150%;
	font-weight: normal;
	position: relative;
	top: 5px;
}
.wpcf7 .clear {
	clear: both;
}
.wpcf7 span.wpcf7-not-valid-tip {
	border: 2px solid #e85c41;
}
.grecaptcha-badge {
	opacity: 0 !important;
}
.wpcf7-select {
	display: block;
	font-size: 1rem;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #222;
	line-height: 1.5;
	padding: 12px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 8px 0 0;
	border: 2px solid #5535f5;
	box-shadow: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.wpcf7-select::-ms-expand {
	display: none;
}
.wpcf7-select:hover {
	border-color: #5ceace;
}
.wpcf7-select:focus {
	border-color: #5ceace;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.wpcf7-select option {
	font-weight:normal;
}
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .wpcf7-select, :root:lang(ar) .wpcf7-select, :root:lang(iw) .wpcf7-select {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}
/* Disabled styles */
.wpcf7-select:disabled, .wpcf7-select[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
.wpcf7-select:disabled:hover, .wpcf7-select[aria-disabled=true] {
	border-color: #aaa;
}

/* Cookies
--------------------------------------------- */
.cookiebar {
  position: fixed;
  z-index: 40;
  right: 0;
  bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  pointer-events: none;
}
@media (min-width: 75em) {
  .cookiebar {
    bottom: 30px;
    max-width: 600px;
    padding: 0 30px;
  }
}
.cookiebar__banner {
  width: 100%;
  padding: 30px 20px;
  border: 1px solid #f8f3f3;
  background: #f8f3f3;
  border-radius: 5px;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 48em) {
  .cookiebar__banner {
    padding: 65px;
  }
}
.active .cookiebar__banner {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
h2.cookiebar__heading {
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  line-height: 1.5;
	font-size: 1.75rem;
}
@media (min-width: 62em) {
  .cookiebar__heading {
    line-height: 1.33;
  }
}
@media (min-width: 62em) {
  .cookiebar__heading {
    font-size: 1.245rem;
  }
}
@media (min-width: 90.0625em) {
  .cookiebar__heading {
    font-size: 1.5rem;
  }
}
.cookiebar__message {
  margin-bottom: 20px;
  font-size: 1rem;
}
.cookiebar__message > :first-child {
  margin-top: 0;
}
.cookiebar__message > :last-child {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .cookiebar__message {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.cookiebar__actions {
  padding-left: 0;
  list-style: none;
	margin: 0 auto;
}
@media (min-width: 48em) {
  .cookiebar__actions {
    white-space: nowrap;
  }
}
.cookiebar__actions > li {
  margin-top: 15px;
}
@media (min-width: 48em) {
  .cookiebar__actions > li {
    display: inline-block;
    padding-right: 10px;
    margin-top: 30px;
  }
}

/* Navigation
--------------------------------------------- */
nav.main-navigation div ul li {
	display: inline-block;
	list-style: none;
}
nav.main-navigation div ul {
	margin: 0;
	padding: 0;
}
nav.main-navigation div ul li:not(:last-child) {
	margin: 0 20px 0 0;
}
nav.main-navigation div ul li.current-menu-item a {
	text-decoration: underline;
	text-decoration-thickness: 0.25rem;
	text-decoration-color: #5535f5;
	border: none;
	background: transparent;
}
nav.main-navigation div ul li a {
	font-family: 'Inter', sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #000;
	border: none;
	background: transparent;
	text-decoration: none;
	text-decoration-thickness: 0.25rem;
	text-decoration-color: #5535f5;
}
nav.main-navigation div ul li a:hover {
	text-decoration: underline;
	text-decoration-thickness: 0.25rem;
	text-decoration-color: #5535f5;
	border: none;
	background: transparent;
}
nav.main-navigation div ul li:last-child a {
	border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 1.25rem;
  font-family: 'Inter', sans-serif;
	font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  padding: 11.25px 22.5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,background-position .15s ease-in-out 0s,border-color .15s ease-in-out 0s;
	background-image: linear-gradient(90deg, rgba(21,118,225,1) 0%, rgba(85,53,245,1) 100%);
  background-position: 100% 100%;
  background-size: 205% 100%;
  color: #fff;
}
nav.main-navigation div ul li:last-child a:hover {
	border-color: #5ceace;
	background-position: 0 100%;
	color: #fff;
}

.navigation__button { display: none; }

@media screen and (max-width: 910px) {

	nav#site-navigation {
		position: fixed;
		z-index: 9999;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		padding-top: 50px;
		background-color: #FFFCF9;
		opacity: 0;
		pointer-events: none;
    transition: all .3s ease-in-out, visibility 0s .3s;
	}

	nav#site-navigation.is-open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
	}

	nav.main-navigation div {
    margin-top: 20px;
  }

  nav.main-navigation div ul {
    top: 0;
    width: 100%;
    position: relative;
		margin: 0;
  }

  nav.main-navigation div ul li {
  	display: block;
		text-align: center;
		margin: 0;
  }

	nav.main-navigation div ul li:not(:last-child) {
		padding: 0 0 2.125rem 0;
		margin: 0;
	}

}
.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
	background-image: none;
  border: 0;
  margin: 0;
  overflow: visible;
	position: absolute;
	top: 20px;
	right: 20px;
  z-index: 9999;
}
@media screen and (max-width: 910px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  background-color: #5535f5;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  background-color: transparent;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #272823;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  background-color: #5535f5;
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  background-color: #5535f5;
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  background-color: #5535f5;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner::before,
.hamburger.is-active:hover .hamburger-inner::after {
  background-color: #5535f5;
}

nav.footer-navigation {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
nav.footer-navigation ul {
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: 400;
}
nav.footer-navigation div ul li {
	list-style: none;
	display: inline-block;
}
nav.footer-navigation div ul li a {
	color: #222;
}
nav.footer-navigation div ul li a:hover {
	color: #fff;
}
nav.footer-navigation div ul li:not(:last-child) {
	margin-right: 0.75rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Flickity
--------------------------------------------- */
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	outline: 0;
}
.flickity-viewport{
	overflow: hidden;
	position: relative;
	height: 100%;
}
.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.flickity-button {
	position: absolute;
	/* background: hsla(0,0%,100%,.75); */
	background: rgba(85,53,245,.75);
	border: none;
	color: #fff;
}
.flickity-button:hover {
	background: #5535f5;
	cursor: pointer;
}
.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active{
	opacity: .6
}
.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}
.flickity-button-icon {
	fill: currentColor;
}
.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
	left: 10px;
}
.flickity-prev-next-button.next {
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}
.flickity-rtl .flickity-page-dots {
	direction: rtl;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 8px;
	background: #5535f5;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
}
