/*!
Theme Name: Nimble Data
Theme URI: https://nimbledata.co.uk
Author: Mike Chappels Design
Author URI: https://mikechappels.co.uk/
Description: Bespoke Website Theme for Nimble Data
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nimble-data
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nimble-data 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/**
 * 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
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

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;
}

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%;
  display: block;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

body {
  font-family: "Jost", sans-serif;
  color: #07364c;
  background: #06253d;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
}
body.single {
  padding-top: 0px;
}
body.home {
  padding-top: 0;
}

b, strong {
  font-weight: 600;
}

.post, .page {
  margin-bottom: 0px;
}

html {
  scroll-behavior: smooth;
}

body.home {
  background: #06253d;
}

.orange-text {
  color: #f172ab;
}

a, a:visited {
  color: #f172ab;
  text-decoration: none;
  font-weight: 600;
}
a:hover, a:visited:hover {
  color: #07364c;
}

p {
  margin: 0 0 1.5rem;
  color: rgba(7, 54, 76, 0.7);
}

.palegreen {
  background: rgba(241, 114, 171, 0.07);
}

.fixed {
  background-attachment: fixed !important;
}

.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #07364c;
}

.entry-meta {
  font-size: 0.8rem;
}

.single-hero .entry-meta {
  color: #FFFFFF;
}
.single-hero .entry-meta a:hover {
  color: #FFFFFF;
}

.cta-small {
  color: #07364c;
  display: inline-block;
  position: relative;
  padding: 8px 35px 8px 0;
  text-decoration: none;
  font-weight: 400;
}
.cta-small:hover:before {
  right: -10px;
}
.cta-small:before {
  position: absolute;
  content: "";
  background: url(images/orange-cta-arrow.svg) no-repeat center transparent;
  background-size: 6px;
  height: 12px;
  width: 20px;
  right: 0;
  top: 14px;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}

strong {
  font-weight: 700;
}

.cta, input[type=submit] {
  padding: 12px 60px 12px 20px;
  background: transparent;
  color: #FFFFFF !important;
  display: inline-block;
  text-decoration: none;
  font-size: 1.25rem;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
  margin-bottom: 8px;
  background: #f172ab;
  backdrop-filter: blur(7px);
  border-radius: 0;
  border: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin-top: 16px;
}
.cta:before, input[type=submit]:before {
  position: absolute;
  right: 30px;
  width: 4px;
  top: 20px;
  transition: all 0.5s ease-in-out;
  content: "";
  background: url(images/cta-arrow-white.svg) no-repeat center transparent;
  background-size: contain;
  height: 17px;
  z-index: 2;
}
.cta:after, input[type=submit]:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #07364c;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.cta.tel-cta, input[type=submit].tel-cta {
  padding-right: 20px;
}
.cta.tel-cta:before, input[type=submit].tel-cta:before {
  display: none;
}
.cta:hover:before, input[type=submit]:hover:before {
  right: 22px;
  background: url(images/cta-arrow.svg) no-repeat center transparent;
  background-size: contain;
}
.cta:hover:after, input[type=submit]:hover:after {
  width: 100%;
}

.between {
  justify-content: space-between;
}

ul, ol {
  margin: 0 0 32px;
  padding-left: 20px;
}

h1, .h1 {
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
  line-height: 3.5rem;
  display: block;
}

h2, .h2 {
  font-size: 2.25rem;
  margin-top: 16px;
  margin-bottom: 32px;
  display: block;
  line-height: 2.75rem;
  font-weight: 400;
}

h3, .h3 {
  font-weight: 400;
  font-size: 1.5rem;
  display: block;
  line-height: 2rem;
}

h4, .h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  color: #f172ab;
  display: block;
}

.small-print {
  font-size: 12px;
  opacity: 0.5;
  display: block;
}

.pink-text-bg {
  display: inline-block;
  border-bottom: 4px solid #f172ab;
  font-weight: 600;
}

.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.v-center {
  align-items: center;
}

.wrapper {
  width: 100%;
  position: relative;
}
.wrapper.flush .container {
  max-width: 100%;
}
.wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px;
}

.white-bg {
  background-color: #FFFFFF;
}

.teal-bg {
  background-color: #C7EAE4;
  color: #FFFFFF;
}
.teal-bg ul li {
  padding: 0 10px;
}
.teal-bg ul li h3 {
  font-size: 2rem;
  font-weight: 800;
}

.blue-bg {
  background: #07364c;
  color: #FFFFFF;
}
.blue-bg p {
  color: rgba(255, 255, 255, 0.7);
}

.blur-fade {
  padding: 190px 20px 20px;
  color: white;
  font-family: sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-backdrop-filter: blur(3px) brightness(0.4);
  backdrop-filter: blur(3px) brightness(0.4);
  -webkit-mask-image: linear-gradient(180deg, transparent 0px, rgba(0, 0, 0, 0.0381) 8px, rgba(0, 0, 0, 0.1464) 16px, rgba(0, 0, 0, 0.3087) 24px, rgba(0, 0, 0, 0.5) 32px, rgba(0, 0, 0, 0.6913) 40px, rgba(0, 0, 0, 0.8536) 48px, rgba(0, 0, 0, 0.9619) 56px, rgb(0, 0, 0) 64px);
  mask-image: linear-gradient(180deg, transparent 0px, rgba(0, 0, 0, 0.0381) 8px, rgba(0, 0, 0, 0.1464) 16px, rgba(0, 0, 0, 0.3087) 24px, rgba(0, 0, 0, 0.5) 32px, rgba(0, 0, 0, 0.6913) 40px, rgba(0, 0, 0, 0.8536) 48px, rgba(0, 0, 0, 0.9619) 56px, rgb(0, 0, 0) 64px);
}

.hide {
  display: none;
}

@media all and (min-width: 768px) {
  .wrapper .container {
    padding: 32px 40px;
  }
  h1, .h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  h2, .h2 {
    font-size: 3.25rem;
    line-height: 3.75rem;
  }
}
@media all and (min-width: 1024px) {
  .flip {
    flex-direction: row-reverse;
  }
  .sticky {
    position: sticky;
    top: 178px;
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-group(*) {
  animation-duration: 0.33s;
}

::view-transition-old(root) {
  animation: 0.33s ease-in both leave;
}

::view-transition-new(root) {
  animation: 0.33s ease-in both enter;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*) {
    animation-duration: 0s;
  }
}
header#masthead {
  padding: 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 97;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  transition: all 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
header#masthead .site-branding {
  display: inline-block;
}
header#masthead .site-branding h1.site-title, header#masthead .site-branding p.site-title {
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 101;
}
header#masthead .site-branding h1.site-title a, header#masthead .site-branding p.site-title a {
  display: inline-block;
  width: 220px;
  background: url("images/nimble-data-logo.svg") no-repeat center transparent;
  background-size: 220px;
  height: 50px;
  text-indent: -3000px;
  overflow: hidden;
  transition: background 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}

.single-service header#masthead {
  background: transparent;
  backdrop-filter: blur(0px);
}
.single-service header#masthead .site-branding p.site-title a {
  background: url("images/nimble-data-logo-white.svg") no-repeat center transparent;
  background-size: 220px;
}

.single-post.scrolled header#masthead, .single-service.scrolled header#masthead {
  background: #FFFFFF;
}
.single-post.scrolled header#masthead .site-branding p.site-title a, .single-service.scrolled header#masthead .site-branding p.site-title a {
  background: url("images/nimble-data-logo.svg") no-repeat center transparent;
  background-size: 220px;
}

.open-menu header#masthead {
  position: sticky;
}
.open-form header#masthead .site-branding h1.site-title a, .open-form header#masthead .site-branding p.site-title a {
  background: url("images/nimble-data-logo-all-white.svg") no-repeat center transparent;
  background-size: 220px;
}

.single-hero {
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  background-position: center;
  min-height: 600px;
}
.single-hero a {
  text-decoration: none;
}
.single-hero .container {
  padding-top: 64px;
  position: relative;
  z-index: 2;
}
.single-hero .container header.entry-header {
  max-width: 1000px;
  color: #FFFFFF;
}
.single-hero .container header.entry-header h1 {
  margin: 32px 0 24px;
}

.scrolled header#masthead {
  box-shadow: 0 0 60px rgba(68, 68, 68, 0.1);
}

@media all and (min-width: 768px) {
  header#masthead {
    padding: 20px 40px;
  }
}
@media all and (min-width: 1024px) {
  .single-post .single-hero .container {
    padding-bottom: 64px;
  }
  .single-case_study header#masthead {
    background: transparent;
  }
  .single-case_study.scrolled header#masthead {
    background: #FFFFFF;
  }
  .single-hero .container {
    padding-bottom: 200px;
  }
  header#masthead .site-branding h1.site-title a, header#masthead .site-branding p.site-title a {
    width: 220px;
  }
  .home.scrolled header#masthead {
    background: rgba(255, 255, 255, 0.9);
  }
  .home header#masthead {
    background: transparent;
    box-shadow: none;
  }
  .open-menu header#masthead .site-branding h1.site-title a, .open-menu header#masthead .site-branding p.site-title a {
    background: url("images/nimble-data-logo-white.svg") no-repeat center transparent;
    background-size: contain;
  }
}
@media all and (min-width: 1200px) {
  header#masthead .site-branding h1.site-title a, header#masthead .site-branding p.site-title a {
    width: 220px;
  }
}
nav#site-navigation {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  z-index: 100;
  background: #07364c;
  padding-top: 150px;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu {
  margin: 0;
  padding: 0 20px;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu li {
  display: block;
  list-style: none;
  transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translateX(-80px);
  transition-delay: 0.2s;
  opacity: 0;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
  padding: 8px 0;
  text-align: left;
  font-weight: 200;
  font-size: 2rem;
  color: #C7EAE4;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu li a:hover {
  color: #FFFFFF;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu li ul li a {
  width: 300px;
}

button.menu-toggle {
  background: url(images/menu-icon-blue.svg) no-repeat center transparent;
  background-size: contain;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.13, 1);
  cursor: pointer;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 32px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 102;
}

.open-menu nav#site-navigation .menu-main-menu-container ul#primary-menu li {
  transform: translateX(0);
  opacity: 1;
}

.menu-footer-menu-container ul#footer-menu {
  margin: 0 0 24px;
  padding: 0;
}
.menu-footer-menu-container ul#footer-menu li {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
}
.menu-footer-menu-container ul#footer-menu li a {
  display: block;
  padding: 4px 0;
}

.menu-terms-menu-container ul#terms-menu {
  margin: 0;
  padding: 0;
}
.menu-terms-menu-container ul#terms-menu li {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
}
.menu-terms-menu-container ul#terms-menu li a {
  display: block;
  padding: 0;
  font-size: 12px;
}

.tel-header {
  display: none;
}

@media all and (min-width: 768px) {
  nav#site-navigation .menu-main-menu-container ul#primary-menu {
    padding: 0 40px;
  }
}
@media all and (min-width: 1024px) {
  nav#site-navigation .menu-main-menu-container ul#primary-menu li {
    transition: all 0s cubic-bezier(0.87, 0, 0.13, 1);
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li ul li {
    width: 100%;
  }
  header#masthead {
    position: fixed;
  }
  .tel-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #06253d;
    z-index: 98;
    text-align: center;
    padding: 8px 40px;
    display: block;
  }
  .tel-header a {
    color: #FFFFFF;
  }
  .tel-header a span {
    color: #f172ab;
  }
  .tel-header a:hover {
    color: #f172ab;
  }
  button.menu-toggle {
    display: none;
  }
  .main-navigation ul ul {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(7, 54, 76, 0.4);
    margin-left: 0;
    padding-left: 0;
  }
  .main-navigation ul ul li a {
    color: #07364c !important;
    font-size: 1rem;
  }
  .main-navigation ul ul li a:hover {
    color: #f172ab !important;
  }
  nav#site-navigation {
    visibility: visible;
    opacity: 1;
    background: transparent;
    transform: translateX(0px);
    bottom: auto;
    padding-top: 0;
    bottom: auto;
    left: 250px;
    transition: none;
    top: 25px;
  }
  nav#site-navigation:hover .menu-main-menu-container ul#primary-menu li {
    opacity: 0.75;
  }
  nav#site-navigation:hover .menu-main-menu-container ul#primary-menu li:hover {
    opacity: 1;
  }
  nav#site-navigation:hover .menu-main-menu-container ul#primary-menu li ul li {
    opacity: 1;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu {
    text-align: right;
    width: calc(100% - 250px);
    padding: 0 40px 0 0;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li {
    transform: translateX(0px);
    opacity: 1;
    display: inline-block;
    transition: all 0s cubic-bezier(0.87, 0, 0.13, 1);
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a {
    padding-right: 20px;
    position: relative;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: url(images/arrow-down-blue.svg) no-repeat center transparent;
    background-size: 7px;
    right: 5px;
    top: 15px;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.highlight a {
    padding: 8px 10px;
    border: 1px solid #f172ab;
    background: rgba(255, 255, 255, 0.5);
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
    padding: 8px 6px;
    font-size: 1.15rem;
    color: #07364c;
    font-weight: 400;
    transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li a:hover {
    color: #f172ab;
  }
  nav#mobile-navigation {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a {
    padding-right: 40px;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a:before {
    background-size: 10px;
    right: 15px;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.highlight a {
    padding: 8px 20px;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
    padding: 8px;
    font-size: 1.15rem;
  }
}
@media all and (min-width: 1400px) {
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a:before {
    top: 18px;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
    font-size: 1.15rem;
    padding: 8px 20px;
  }
}
@media all and (max-width: 1023px) {
  nav#mobile-navigation {
    position: absolute;
    right: 30px;
    top: 100px;
    position: absolute;
    z-index: 1;
    text-align: right;
  }
  nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li {
    list-style: none;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  }
  nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li a {
    color: #FFFFFF;
    font-size: 1.252rem;
    text-decoration: none;
    font-weight: 400;
    padding: 8px 0;
    display: block;
  }
  nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li a .more {
    width: 30px;
    height: 20px;
    background: url(images/arrow-down-white.svg) no-repeat right center transparent;
    background-size: 10px;
    vertical-align: middle;
    display: inline-block;
  }
  nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li ul {
    display: none;
  }
  nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li ul li a {
    font-size: 1rem;
    opacity: 0.8;
  }
  .open-menu nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li {
    opacity: 1;
    transform: translateX(0);
  }
  .open-menu nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li:nth-child(1) {
    transition-delay: 0.4s;
  }
  .open-menu nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li:nth-child(2) {
    transition-delay: 0.5s;
  }
  .open-menu nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .open-menu nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li:nth-child(4) {
    transition-delay: 0.7s;
  }
  .open-menu nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li:nth-child(5) {
    transition-delay: 0.8s;
  }
  .open-menu nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li:nth-child(6) {
    transition-delay: 0.9s;
  }
  .open-menu nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li:nth-child(7) {
    transition-delay: 1s;
  }
  .open-menu nav#mobile-navigation .menu-main-menu-container ul#mobile-menu li:nth-child(8) {
    transition-delay: 1.1s;
  }
  .close-page {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: url(images/close-white.svg) no-repeat center transparent;
    background-size: cover;
  }
  #page {
    transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
    transform-origin: center;
    overflow: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0);
  }
  .open-menu #page {
    overflow: hidden;
    height: 100svh;
    transform: translateY(40px) translateX(-90%);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  }
  nav#site-navigation {
    overflow-y: scroll;
  }
  nav#site-navigation ul li a {
    padding-right: 90px;
  }
  nav#site-navigation ul li a .more {
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(images/arrow-down.svg) no-repeat center transparent;
    background-size: 15px;
  }
  nav#site-navigation ul li ul.sub-menu {
    position: relative;
    left: 0;
    float: none;
    display: none;
    margin-left: 0;
    box-shadow: none;
  }
  nav#site-navigation ul li ul.sub-menu li a {
    font-size: 1.5rem !important;
    display: block;
    width: 100%;
  }
}
body.single article {
  width: 100%;
}
body.single .sidebar {
  width: 100%;
}
body.single .badge {
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
}
body.single .stats ul {
  padding: 0;
}
body.single .stats ul li {
  width: 50%;
  list-style: none;
  text-align: center;
  padding: 16px 0;
  background: #FFFFFF;
  border: 3px solid #f4f6f8;
  border-radius: 10px;
}
body.single .stats ul li span.prefix {
  font-size: 2rem;
}
body.single .stats ul li span.number {
  font-size: 2rem;
}
body.single .stats ul li span.suffix {
  font-size: 2rem;
}
body.single .stats ul li span.stat-text {
  display: block;
}

body.single-post .schema-faq.wp-block-yoast-faq-block .schema-faq-section {
  max-width: 100%;
  margin-left: 0;
}
body.single-post #page {
  padding-top: 100px;
}
body.single-post #page .single-hero {
  position: relative;
}
body.single-post #page .single-hero:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(7, 54, 76, 0.5);
}

#page {
  background: #FFFFFF;
}

.archive main, .page main, .blog main {
  padding-top: 160px !important;
}

.home.page main {
  padding-top: 0 !important;
}

article h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.02rem;
  margin-bottom: 24px;
}

.entry-content iframe {
  width: 100%;
  margin-top: 16px;
}
.entry-content .cs-content p:first-child {
  font-size: 1rem;
}

body.single-services article {
  z-index: 2;
}

.tile .h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.tile .cta-panel {
  padding: 32px 0;
  border-top: 6px solid #07364c;
  border-bottom: 6px solid #07364c;
  margin: 48px 0;
}
.tile .cta-panel p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.tile .cta-panel p a {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
}

.featured-text-block {
  border: 2px solid #07364c;
  padding: 20px 30px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.featured-text-block .featured-text-col h3 {
  font-size: 2rem;
  margin-bottom: 8px;
  background: #FFFFFF;
  margin: -57px auto 8px -10px;
  padding: 10px;
  display: table;
}
.featured-text-block .featured-text-col p:first-child {
  font-size: 1rem;
}
.featured-text-block .featured-text-col p:last-child {
  margin-bottom: 0;
}

.team-member-block {
  background: #f4f6f8;
  padding: 20px 30px 20px 20px;
  margin-bottom: 24px;
}
.team-member-block figure.team-member-image {
  display: block;
  margin: 0 auto 16px;
  width: 180px;
  height: 180px;
  border-radius: 200px;
  overflow: hidden;
}
.team-member-block figure.team-member-image img {
  display: block;
}
.team-member-block .team-member-col {
  width: 100%;
  text-align: center;
}
.team-member-block .team-member-col h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.team-member-block .team-member-col h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.team-member-block .team-member-col p:last-child {
  margin-bottom: 0;
}

.content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.content-wrapper aside {
  padding: 0 20px;
}

.wp-block-table th {
  background: #f4f6f8;
}

.highlighted-text-block {
  background: #f4f6f8;
  padding: 16px 20px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 1.5rem;
  border-left: 6px solid #f172ab;
}
.highlighted-text-block .highlighted-text-col p:first-child {
  font-size: 1.5rem;
}
.highlighted-text-block .highlighted-text-col p:last-child {
  margin: 0;
}

.desktop-only {
  display: none;
}

.page main {
  width: 100%;
}

@media all and (min-width: 768px) {
  .team-member-block figure.team-member-image {
    margin: 0 auto 0 0;
  }
  .team-member-block .team-member-col {
    width: calc(100% - 200px);
    text-align: left;
  }
}
@media all and (min-width: 1024px) {
  body.about-nimble-data {
    background: url(images/emma-roberts-wide.jpg) no-repeat center top 100px fixed;
    background-size: cover;
  }
  body.about-nimble-data #page {
    background: transparent;
  }
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .content-wrapper main {
    width: 100%;
  }
  .content-wrapper aside {
    width: 100%;
  }
  .tile .cta-panel p {
    max-width: 400px;
  }
  .about-block .cols-2 .column {
    width: 50%;
    padding-right: 5%;
  }
  body.single-post article {
    width: 65%;
  }
  body.single-post .sidebar {
    width: 30%;
    margin-left: 4%;
    padding: 0;
  }
  body.single-post .stats ul li {
    width: 25%;
    padding: 16px 8px;
  }
  body.single-post .stats ul li span.stat-text {
    display: block;
  }
  .coffee .columns .column img {
    margin-top: 0px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .last-text span {
    opacity: 0;
    display: inline-block;
    animation: 0.6s ease-out 0s 1 dropdown;
    animation-fill-mode: forwards;
  }
  .last-text span:nth-child(2) {
    animation-delay: 0.2s;
  }
  .last-text span:nth-child(3) {
    animation-delay: 0.4s;
  }
  .last-text span:nth-child(4) {
    animation-delay: 0.6s;
  }
  .last-text span:nth-child(5) {
    animation-delay: 0.8s;
  }
  .last-text span:nth-child(6) {
    animation-delay: 1s;
  }
  .last-text span:nth-child(7) {
    animation-delay: 1.2s;
  }
  .last-text span:nth-child(8) {
    animation-delay: 1.4s;
  }
  .last-text span:nth-child(9) {
    animation-delay: 1.6s;
  }
  .last-text span:nth-child(10) {
    animation-delay: 1.8s;
  }
  @keyframes dropdown {
    0% {
      opacity: 0;
      transform: translateY(-30px);
      filter: blur(8px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
      filter: blur(0px);
    }
  }
  @keyframes appear {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  .appear {
    opacity: 0.5;
    animation: appear linear forwards;
    animation-timeline: view();
    animation-range-start: 50vh;
    animation-range-end: 100vh;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  .anim, .schema-faq-section {
    opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range-start: 100px;
    animation-range-end: 40vh;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
    position: relative;
  }
  .hand {
    animation: move-in linear forwards;
    animation-timeline: view();
    animation-range-start: 0vh;
    animation-range-end: 75vh;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  .bar {
    width: 0;
    height: 8px;
    margin-bottom: 0px;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
    position: relative;
  }
  .bar-01 {
    animation: widen linear forwards;
    animation-timeline: view();
    animation-range-start: 0vh;
    animation-range-end: 30vh;
    background: #f172ab;
  }
  .bar-02 {
    animation: widen linear forwards;
    animation-timeline: view();
    animation-range-start: 2vh;
    animation-range-end: 30vh;
    background: #92d6c9;
  }
  .bar-03 {
    animation: widen linear forwards;
    animation-timeline: view();
    animation-range-start: 4vh;
    animation-range-end: 30vh;
    background: #f7B801;
  }
  .bar-04 {
    animation: widen linear forwards;
    animation-timeline: view();
    animation-range-start: 6vh;
    animation-range-end: 30vh;
    background: #DE541E;
  }
  .bar-05 {
    animation: widen linear forwards;
    animation-timeline: view();
    animation-range-start: 8vh;
    animation-range-end: 30vh;
    background: #B5D823;
  }
  @keyframes widen {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @keyframes move-in {
    0% {
      opacity: 0;
      transform: translateY(800px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  .anim-two {
    animation: fade-in-two linear forwards;
    animation-timeline: view();
    animation-range-start: 100px;
    animation-range-end: 70vh;
    animation-timing-function: ease-in-out;
    transform: translateY(200px) rotate(20deg);
  }
  .anim-two.add-shadow img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  }
  @keyframes fade-in-two {
    0% {
      scale: 0.8;
      opacity: 1;
      transform: translateY(200px) rotate(20deg);
    }
    100% {
      scale: 1;
      opacity: 1;
      transform: translateY(0px) rotate(10deg);
    }
  }
  .parallax {
    animation: parallax linear forwards;
    animation-timeline: view();
    animation-range-start: 0px;
    animation-range-end: 100vh;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
    background-position-x: center;
    background-position-y: 0px;
  }
  @keyframes parallax {
    0% {
      background-position-y: 0px;
    }
    100% {
      background-position-y: -200px;
    }
  }
}
#colophon {
  background: #06253d;
  color: #f4f6f8;
}
#colophon .wrapper .site-info.container .foot-flex .info {
  width: 100%;
}
#colophon .wrapper .site-info.container .foot-flex .info .certs img {
  width: 70px;
  margin-right: 10px;
}
#colophon .wrapper .site-info.container .foot-flex .foot-nav {
  width: 100%;
}
#colophon .wrapper .site-info.container .foot-flex .terms-bar {
  width: 100%;
}
#colophon a, #colophon a:visited {
  text-decoration: none;
}
#colophon a:hover {
  color: #C7EAE4;
}
#colophon .foot-logo {
  width: 200px;
  height: 45px;
  text-indent: -2000px;
  overflow: hidden;
  background: url("images/nimble-data-logo-white.svg") no-repeat center transparent;
  background-size: contain;
  display: block;
  margin: 24px 0;
}
#colophon .certificates {
  max-width: 400px;
  margin-bottom: 16px;
  width: 100%;
}
#colophon .certs img {
  opacity: 0.4;
}

.dots-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(6, 37, 61, 0.9);
}

.cta-block.wrapper {
  background: #FFFFFF;
  position: relative;
}
.cta-block.wrapper .container {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 1200px;
}
.cta-block.wrapper .container .cta-text {
  padding: 96px 0;
}
.cta-block.wrapper .container .cta-text .h2 {
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 24px;
}
.cta-block.wrapper .container .cta-text p {
  font-size: 1.25rem;
  max-width: 850px;
}
.cta-block.wrapper .container .cta-text a.cta.rev {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(7px);
}
.cta-block.wrapper .container .cta-text a.cta.rev:before {
  background: url(images/white-cta-arrow.svg) no-repeat center transparent;
  background-size: contain;
}

@media all and (min-width: 768px) {
  .cta-block.wrapper .container .cta-text .cta-form form .flex label {
    width: 48%;
    margin: 0 1% 0 0;
  }
  #colophon .wrapper .site-info.container .foot-flex .info {
    width: 60%;
    padding-right: 3%;
  }
  #colophon .wrapper .site-info.container .foot-flex .info .certs img {
    width: 100px;
    margin-right: 20px;
  }
  #colophon .wrapper .site-info.container .foot-flex .foot-nav {
    width: 40%;
    padding-left: 3%;
    text-align: right;
    padding-top: 40px;
  }
  #colophon .wrapper .site-info.container .foot-flex .foot-nav #footer-menu {
    float: right;
  }
  #colophon .wrapper .site-info.container .foot-flex .foot-nav #footer-menu li {
    margin: 0 0 0 10px !important;
  }
  #colophon .wrapper .site-info.container .foot-flex .foot-nav #footer-menu ul {
    width: 100%;
    margin-bottom: 16px;
    text-align: right;
  }
  #colophon .wrapper .site-info.container .foot-flex .foot-nav #footer-menu ul li {
    display: inline-block;
    list-style: none;
    width: auto;
    margin: 0 0 0 10px !important;
  }
  #colophon .wrapper .site-info.container .foot-flex .terms-bar {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .cta-block.wrapper .hand {
    position: absolute;
    right: 0;
    top: 30px;
    width: 300px;
    background: url(images/hand.png) no-repeat center right transparent;
    height: 600px;
    background-size: contain;
  }
  .cta-block.wrapper .container .cta-text p {
    max-width: 650px;
  }
  .cta-block.wrapper .container .cta-text .cta-form form .flex label {
    width: 33%;
    margin: 0 1% 0 0;
  }
  .cta-block.wrapper .container .cta-text .cta-form form label.email-label {
    max-width: 67%;
    display: block;
  }
  .foot-flex {
    justify-content: space-between;
  }
  .foot-flex .info, .foot-flex .foot-nav {
    width: 47%;
  }
  .foot-flex .foot-nav .h2 {
    font-size: 1.5rem;
    margin: 21px 0 6px;
    display: block;
    font-weight: 700;
  }
}
@media all and (min-width: 1600px) {
  .cta-block.wrapper .hand {
    width: 400px;
  }
}
.home.open-menu .hero {
  padding-top: 51px;
}
.home .services-block.wrapper {
  background: url(images/circles-aqua.svg) no-repeat center top 100px #06253d;
  background-size: cover;
  background-attachment: fixed;
}
.home .hero {
  background: url(images/circles.svg) no-repeat center bottom -250px transparent;
  background-size: 1000px;
  padding-top: 148px;
  position: relative;
  min-height: 100svh;
  width: 100%;
  margin: 0;
}
.home .hero .hero-wrapper.wrapper {
  position: relative;
  z-index: 4;
}
.home .hero .hero-wrapper.wrapper .container .h1 {
  font-weight: 300;
  margin: 0 0 16px;
  max-width: 700px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  display: block;
}
.home .hero .hero-wrapper.wrapper .container p {
  font-size: 1rem;
  max-width: 700px;
  margin: 32px 0 48px;
}
.home .hero .heroes {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.home .hero .heroes .hero {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover !important;
}
.home header#masthead {
  background: #FFFFFF;
}
.home.scrolled header#masthead, .home.open-menu header#masthead {
  box-shadow: 0 0 60px rgba(68, 68, 68, 0.1);
}

.last-text {
  display: block;
}

.curve {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.parallel {
  width: 700px;
  top: 0;
  position: absolute;
  bottom: 0;
  right: -300px;
  background: #C7EAE4;
  clip-path: polygon(45% 0%, 100% 0%, 55% 100%, 0% 100%);
  opacity: 0.45;
  z-index: 2;
}

@media all and (min-width: 768px) {
  .curve {
    max-width: 400px;
    right: 0;
  }
  .home .hero {
    padding-top: 200px;
  }
  .home .hero .hero-wrapper.wrapper .container .h1 {
    font-size: 3.25rem;
    line-height: 4.25rem;
  }
  .home .hero .hero-wrapper.wrapper .container p {
    width: 700px;
    max-width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .home header#masthead {
    background: transparent;
  }
  .home #page {
    padding-top: 0;
  }
  .home .hero {
    min-height: 650px;
    background: url(images/circles.svg) no-repeat center top 100px transparent;
    background-size: cover;
    background-attachment: fixed;
  }
  .home .hero .hero-wrapper .container {
    padding: 0 40px 136px;
  }
  .parallel {
    right: -100px;
  }
}
@media all and (min-width: 1400px) {
  .home .hero {
    padding-top: 200px;
  }
  .home .hero .carly-clark-image {
    width: 60%;
  }
}
.socials {
  margin-bottom: 8px;
}
.socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: 3000px;
  border-radius: 1000px;
  overflow: hidden;
  margin-right: 5px;
  background-size: 20px !important;
  border: 1px solid #f172ab;
  padding: 16px;
  background-size: 12px !important;
}
.socials a.insta {
  background: url(images/insta-logo-white.svg) no-repeat center transparent;
}
.socials a.x {
  background: url(images/x-logo-white.svg) no-repeat center transparent;
}
.socials a.facebook {
  background: url(images/facebook-logo-white.svg) no-repeat center transparent;
}
.socials a.linkedin {
  background: url(images/linkedin-logo-white.svg) no-repeat center transparent;
}
.socials a.youtube {
  background: url(images/youtube-icon.svg) no-repeat center transparent;
}

@media all and (min-width: 768px) {
  .socials a {
    margin: 0 0 0 5px;
  }
}
.slide-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  padding: 50px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transform: scale(0.9);
  overflow-y: scroll;
  z-index: 100;
}
.slide-form .form-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.slide-form .form-container .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 10px rgba(7, 54, 76, 0.2);
  border: 1px solid rgba(7, 54, 76, 0.3);
  background: url(images/close-pink-02.svg) no-repeat center transparent;
  background-size: 20px;
  border-radius: 1000px;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-button {
  position: fixed;
  right: 20px;
  bottom: -100px;
  background: #f172ab;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  z-index: 98;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  padding: 8px 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-button a {
  color: #FFFFFF !important;
  font-weight: 500;
}
.form-button .dot-container {
  width: 70px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-button .dot-container .dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background: #f4f6f8;
}
.form-button .dot-container .dot.dot-two {
  animation-delay: 0.2s;
}
.form-button .dot-container .dot.dot-three {
  animation-delay: 0.4s;
}

.wpcf7-form-control-wrap {
  margin-bottom: 24px;
  display: block;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scrolled .form-button {
  bottom: -1px;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  margin: 8px 0 6px;
  border: 0px;
  background: #FFFFFF;
  border: 1px solid rgba(7, 54, 76, 0.3);
}

select {
  background: url("images/arrow-down-blue.svg") no-repeat right 20px center #FFFFFF;
  background-size: 15px;
}

input[type=submit] {
  border-radius: 0;
  padding: 12px 20px;
  font-family: "Jost", sans-serif;
}

.two-fields {
  justify-content: space-between;
}
.two-fields .field {
  width: 100%;
}

.tips-guide-block .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before, .tips-guide-block .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before, .pension-sharing-guide-block .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before, .pension-sharing-guide-block .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  background: rgba(0, 0, 0, 0.3);
}

.wpcf7-acceptance .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wpcf7-acceptance .wpcf7-list-item label, .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 0 25px 10px 60px;
  font-size: 14px;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after, .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  left: 3px;
  top: 3px;
  border-radius: 100%;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.13, 1);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(7, 54, 76, 0.3);
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  width: 48px;
  height: 28px;
  background: rgba(7, 54, 76, 0.07);
  border: 1px solid rgba(7, 54, 76, 0.3);
  border-radius: 30px;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.07);
  transition: all 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + span.wpcf7-list-item-label:after, .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span.wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  left: 22px;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + span.wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  background: #C7EAE4;
}

.open-form .slide-form {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.open-form button.menu-toggle {
  z-index: 99;
}

.wpcf7 form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: right;
  text-transform: uppercase;
  color: rgba(7, 54, 76, 0.7);
  font-size: 14px;
}
.wpcf7 form ::-moz-placeholder { /* Firefox 19+ */
  text-align: right;
  text-transform: uppercase;
  color: rgba(7, 54, 76, 0.7);
  font-size: 14px;
}
.wpcf7 form :-ms-input-placeholder { /* IE 10+ */
  text-align: right;
  text-transform: uppercase;
  color: rgba(7, 54, 76, 0.7);
  font-size: 14px;
}
.wpcf7 form :-moz-placeholder { /* Firefox 18- */
  text-align: right;
  text-transform: uppercase;
  color: rgba(7, 54, 76, 0.5);
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .slide-form {
    padding: 50px 40px 40px;
  }
  .slide-form .form-container .close {
    right: 40px;
    top: 40px;
  }
  .two-fields .field {
    width: 48%;
  }
}
ul.slick-dots {
  margin: 24px 0 56px;
  padding: 0;
  position: absolute;
  top: -100px;
  left: 10px;
  opacity: 0.2;
}
ul.slick-dots li {
  list-style: none;
  display: block;
}
ul.slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  background: transparent;
  margin: 0 5px 10px;
  padding: 0;
  overflow: hidden;
  text-indent: -3000px;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}
ul.slick-dots li.slick-active button {
  background: #FFFFFF;
  height: 35px;
}

.slider-block.wrapper {
  background: rgba(241, 114, 171, 0.11);
}
.slider-block.wrapper .container {
  padding: 32px 30px 32px 30px;
}
.slider-block.wrapper .container .intro-text {
  padding: 16px 20px;
  margin: 32px auto;
  text-align: center;
}
.slider-block.wrapper .container .slides .slick-slide img {
  max-height: 100px;
}

@media all and (min-width: 768px) {
  .slider-block.wrapper .container .intro-text {
    padding: 0 40px;
    max-width: 1000px;
    font-size: 1.25rem;
    font-weight: 600;
  }
}
@media all and (min-width: 1024px) {
  ul.slick-dots {
    left: 100px;
  }
}
.testimonials-block.wrapper {
  background: #FFFFFF;
  text-align: center;
  color: #07364c;
  position: relative;
  margin: 0;
}
.testimonials-block.wrapper .container {
  padding: 64px 0;
  max-width: 100%;
}
.testimonials-block.wrapper .container .stars {
  max-width: 200px;
  margin: 32px auto 48px;
}
.testimonials-block.wrapper .container .testimonial-slider {
  position: relative;
}
.testimonials-block.wrapper .container .testimonial-slider .slide {
  padding: 0 20px;
}
.testimonials-block.wrapper .container .testimonial-text .h2 {
  max-width: 900px;
  margin: 0 auto 48px;
  font-size: 2.25rem;
  line-height: 3rem;
}
.testimonials-block.wrapper .container .testimonial-text .slick-active .testimonial-body p {
  opacity: 1;
  transform: translateX(0);
}
.testimonials-block.wrapper .container .testimonial-text .testimonial-body p {
  font-size: 1.25rem;
  margin: 24px auto;
  max-width: 800px;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.87, 0, 0.13, 1);
}
.testimonials-block.wrapper .container .testimonial-text .attribution .h4 {
  margin: 0 0 8px;
}
.testimonials-block.wrapper .container .testimonial-text .attribution .h5 {
  margin: 0 0 32px;
  opacity: 0.6;
}

@media all and (min-width: 768px) {
  .testimonials-block.wrapper .container .testimonial-slider .slide {
    padding: 0 40px;
  }
}
@media all and (min-width: 1024px) {
  .testimonials-block.wrapper .container {
    padding: 128px 0;
  }
  .testimonials-block.wrapper .container .testimonial-slider {
    position: relative;
  }
  .testimonials-block.wrapper .container .testimonial-slider:before {
    width: 100px;
  }
  .testimonials-block.wrapper .container .testimonial-slider:after {
    width: 100px;
  }
  .testimonials-block.wrapper .container .testimonial-text .testimonial-body p {
    font-size: 1.5rem;
  }
}
.testimonial-block.wrapper .container .white-bg {
  background: #FFFFFF;
  padding: 20px 64px;
  border-radius: 10px;
}
.testimonial-block.wrapper .container .white-bg img {
  max-width: 60px;
  margin-bottom: 16px;
  display: block;
}
.testimonial-block.wrapper .container p {
  font-size: 1.5rem;
}
.testimonial-block.wrapper .container h4 {
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .testimonial-block.wrapper .container {
    padding: 98px 40px;
  }
}
@media all and (min-width: 1024px) {
  .testimonial-block.wrapper .container {
    padding: 0 40px;
  }
  .testimonial-block.wrapper .container .white-bg {
    padding: 96px;
  }
  .testimonial-block.wrapper .container .white-bg img {
    margin-top: -24px;
  }
}
.column h4 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  color: #f172ab;
}
.column.pullquote {
  font-size: 1.75rem;
}

.col-1 h2 {
  margin-top: 0;
}

.white {
  background: #FFFFFF;
}

.transparent {
  background: transparent;
}

.green {
  color: #f4f6f8;
  background: #07364c;
}

.yarn-bg .container .columns .text p:first-child {
  font-size: 1.25rem;
}

@media all and (min-width: 1024px) {
  .cols-2 {
    justify-content: space-between;
  }
  .cols-2 .column {
    width: 45%;
  }
  .cols-3 {
    justify-content: space-between;
  }
  .cols-3 .column {
    width: 31%;
  }
  .columns.flip .column img.photo {
    transform: rotate(-5deg);
  }
  .columns .column img.photo {
    transform: rotate(5deg);
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
  }
  .columns .column img.photo:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 10px;
    top: 20px;
    bottom: -20px;
    right: -10px;
    border-radius: 10px;
    background: url(images/dots-green.png) repeat center transparent;
  }
  .yarn-bg .container {
    background: url(images/yarn.jpg) no-repeat left 10px bottom 30px transparent;
    background-size: 350px;
  }
}
.services-block.wrapper {
  position: relative;
  margin: 0;
  z-index: 3;
}
.services-block.wrapper .container {
  position: relative;
  z-index: 2;
  padding-top: 96px;
  padding-bottom: 96px;
}
.services-block.wrapper .container:first-child {
  padding-bottom: 0;
}
.services-block.wrapper .container:last-child {
  padding-top: 0;
  max-width: 100%;
}
.services-block.wrapper .container h2 {
  font-size: 2rem;
  margin: 0 0 16px;
  line-height: unset;
}
.services-block.wrapper .container p {
  max-width: 800px;
}
.services-block.wrapper .container .service-container {
  overflow-x: scroll;
  scrollbar-width: none;
  position: relative;
  width: calc(100% + 40px);
  margin: 0 -20px;
  /* scroll-padding: 200px; */
  padding: 30px 20px;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 0 0 40px;
}
.services-block.wrapper .container .service-container .service {
  width: 100%;
  padding: 0;
  text-align: left;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  min-width: 320px;
  margin-right: 20px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.services-block.wrapper .container .service-container .service:last-child {
  margin-right: 0;
}
.services-block.wrapper .container .service-container .service:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(146, 214, 201, 0.6);
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  opacity: 0;
}
.services-block.wrapper .container .service-container .service:hover:before {
  opacity: 1;
}
.services-block.wrapper .container .service-container .service .service-name {
  position: relative;
  z-index: 3;
}
.services-block.wrapper .container .service-container .service .service-name a {
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 152px 25px 25px;
  display: block;
  overflow: hidden;
  background: inherit;
  font-weight: 400;
}
.services-block.wrapper .container .service-container .service .service-name a h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  line-height: 2rem;
  transition: all 0.3s ease-in-out;
}
.services-block.wrapper .container .service-container .service .service-name a .description {
  position: relative;
  z-index: 1;
  opacity: 0.7;
}

.page-template-service-template .services-block.wrapper {
  margin: 0;
}
.page-template-service-template .services-block.wrapper .container {
  padding-top: 0;
}
.page-template-service-template .services-block.wrapper .container .service-container {
  margin-top: 0;
}

.post-type-archive-services .post-categories {
  display: none;
}

.single-service button.menu-toggle {
  background: url(images/menu-icon-white.svg) no-repeat center transparent;
  background-size: contain;
}
.single-service.scrolled button.menu-toggle {
  background: url(images/menu-icon-blue.svg) no-repeat center transparent;
  background-size: contain;
}
.single-service .services-block.wrapper {
  background: #f4f6f8;
}
.single-service .single-hero {
  height: 100svh;
  min-height: 600px;
  color: #FFFFFF;
}
.single-service .single-hero .container {
  height: 100svh;
  position: relative;
  min-height: 600px;
}
.single-service .single-hero .container header.entry-header {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 20px;
}
.single-service .single-hero .container header.entry-header h1 {
  color: #FFFFFF;
  margin: 0 0 16px;
}
.single-service .single-hero .container header.entry-header p.description {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  color: #FFFFFF;
}
.single-service .service-content-container.container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.single-service nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
  color: #FFFFFF;
}
.single-service.scrolled nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
  color: #07364c;
}
.single-service article .wrapper .container {
  max-width: 1200px;
}

@media all and (min-width: 768px) {
  .single-service .single-hero {
    max-height: 600px;
  }
  .single-service .single-hero .container {
    max-height: 600px;
  }
  .single-service .single-hero .container header.entry-header {
    padding: 0 40px;
  }
  .services-block.wrapper .container .service-container {
    justify-content: start;
    width: calc(100% + 80px);
    margin: 0 -40px;
    padding: 30px 40px;
  }
}
@media all and (min-width: 900px) {
  .scroll-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #f172ab;
    cursor: pointer;
  }
  .scroll-button.scroll-left {
    background: url(images/arrow-left.svg) no-repeat center transparent;
    background-size: 5px;
  }
  .scroll-button.scroll-right {
    background: url(images/arrow-right.svg) no-repeat center transparent;
    background-size: 5px;
  }
}
@media all and (min-width: 1024px) {
  body.single-service nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a:before {
    background: url(images/arrow-down-white.svg) no-repeat center transparent;
    background-size: 7px;
  }
  body.single-service.scrolled nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a:before {
    background: url(images/arrow-down-blue.svg) no-repeat center transparent;
    background-size: 7px;
  }
  body.single-service #page {
    padding-top: 0px;
  }
  body.single-service .sidebar .testimonial-block {
    padding-bottom: 60px;
  }
  .services-block.wrapper .container .service-container {
    scroll-behavior: smooth;
  }
  .services-block.wrapper .container .service-container .service {
    width: 320px;
    margin-right: 30px;
  }
  .services-block.wrapper .container .service-container .service:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) {
  body.single-service .services-block.wrapper .container:last-child {
    padding-left: calc(50% - 560px);
  }
}
@media all and (min-width: 1600px) {
  body.home .services-block.wrapper .container:last-child {
    padding-left: calc(50% - 560px);
  }
}
.sib-form {
  background-color: transparent !important;
  padding: 0 !important;
}

#sib-container {
  background: transparent !important;
}

#sib-container {
  border-width: 0 !important;
}

.sib-form .entry__field {
  border: 0;
  background: #f4f4f4 !important;
}

.form-cols {
  justify-content: space-between;
}
.form-cols p {
  margin: 0;
  width: 100%;
}
.form-cols label {
  width: 100%;
}

@media all and (max-width: 1023px) {
  #sib-container {
    max-width: 100% !important;
    padding: 0px !important;
  }
  .sib-form-block {
    padding: 0px !important;
  }
}
@media all and (min-width: 1024px) {
  .form-cols label {
    width: 48.5%;
  }
}
body.archive header.page-header {
  width: 100%;
}
body.archive header.page-header h1 {
  color: #07364c;
}
body.archive article {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
}
body.archive article .teaser-text a {
  padding: 260px 20px 24px;
  display: block;
  color: #FFFFFF;
}
body.archive article .teaser-text a p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
body.archive article .teaser-container {
  border-radius: 20px;
}
body.archive article figure {
  margin: 0;
}
body.archive article figure img {
  display: block;
  border-radius: 20px;
}
body.archive article header a {
  text-decoration: none;
  color: #07364c;
}
body.archive article header h2 {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: normal;
  margin-bottom: 8px;
}

body.archive.post-type-archive-testimonials article h2 {
  font-size: 2rem;
  font-weight: 400;
}

@media all and (min-width: 768px) {
  body.archive article {
    width: 48%;
    margin-right: 2%;
  }
}
@media all and (min-width: 1024px) {
  body.archive header.page-header {
    width: 33%;
    padding-right: 30px;
  }
  body.archive header.page-header .sticky {
    margin-bottom: 24px;
  }
  body.archive .teaser-container {
    width: 67%;
    margin-left: auto;
    max-width: 700px;
  }
  body.archive article {
    width: 100%;
    margin-right: 0;
    padding-right: 30px;
    max-width: 700px;
    border-radius: 20px;
    overflow: hidden;
  }
  body.archive article .teaser-text {
    width: 100%;
  }
  body.archive article .teaser-text h2 {
    font-weight: 400;
  }
  body.archive.post-type-archive-faqs article, body.archive.post-type-archive-testimonials article {
    width: 100%;
  }
  body.archive.post-type-archive-faqs article h2, body.archive.post-type-archive-testimonials article h2 {
    line-height: normal;
  }
}
@media all and (min-width: 1400px) {
  body.archive .teaser-container {
    width: 67%;
    margin-left: auto;
    max-width: 100%;
  }
  body.archive article {
    width: 48%;
  }
}
.breadcrumb-container {
  font-size: 0.8rem;
  padding: 16px 0;
}
.breadcrumb-container p#breadcrumbs {
  margin: 0;
}
.breadcrumb-container p#breadcrumbs span span a {
  font-weight: 700;
  text-decoration: none;
}
.single .breadcrumb-container p#breadcrumbs {
  color: #FFFFFF;
}
.single .breadcrumb-container p#breadcrumbs span span a:hover {
  color: #FFFFFF;
}

.blog .wrapper .container header.blog-head {
  width: 100%;
}
.blog .wrapper .container .teaser-container article {
  width: 100%;
  position: relative;
  min-height: 300px;
  padding: 32px 0 0;
  border-radius: 20px;
}
.blog .wrapper .container .teaser-container article .post-categories {
  position: absolute;
  right: 14px;
  top: 30px;
  background: #FFFFFF;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog .wrapper .container .teaser-container article figure img {
  border-radius: 5px;
}
.blog .wrapper .container .teaser-container article .teaser-text h2 a {
  color: #07364c;
  font-weight: 400;
}
.blog .wrapper .container .teaser-container article header.entry-header h2 a {
  font-size: 2rem;
  text-decoration: none;
}

.single-post #primary .content-wrap.wrapper .container {
  flex-direction: column-reverse;
}
.single-post #primary .content-wrap.wrapper .container .sidebar ul.recent-posts {
  padding: 0;
  margin-top: 8px;
}
.single-post #primary .content-wrap.wrapper .container .sidebar ul.recent-posts li {
  list-style: none;
  position: relative;
}
.single-post #primary .content-wrap.wrapper .container .sidebar ul.recent-posts li a {
  padding: 8px 0 8px 20px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(7, 54, 76, 0.1);
  font-weight: 500;
}
.single-post #primary .content-wrap.wrapper .container .sidebar ul.recent-posts li a:before {
  position: absolute;
  content: "";
  background: url(images/cta-arrow.svg) no-repeat center transparent;
  width: 15px;
  height: 15px;
  background-size: 5px;
  left: 0;
  top: 12px;
}

@media all and (min-width: 768px) {
  .blog .wrapper .container .teaser-container article {
    width: 49%;
    margin-right: 1%;
  }
  .blog .wrapper .container .teaser-container article:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }
}
@media all and (min-width: 1024px) {
  .single-post #primary .content-wrap.wrapper .container {
    flex-direction: unset;
  }
  .single-post #primary .content-wrap.wrapper .container .sidebar {
    margin-left: 0;
    margin-right: 4%;
  }
  .post-template-default #page {
    padding-top: 100px;
  }
}
.case-studies-block.wrapper {
  background: rgba(241, 114, 171, 0.05);
  padding: 64px 0;
}
.case-studies-block.wrapper .container .case-study-container {
  margin: 64px 0;
  justify-content: space-between;
}
.case-studies-block.wrapper .container .case-study-container .case-study {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
.case-studies-block.wrapper .container .case-study-container .case-study a {
  display: block;
}
.case-studies-block.wrapper .container .case-study-container .case-study a:hover .thumb .more-info {
  opacity: 1;
  transform: translateY(-20px);
}
.case-studies-block.wrapper .container .case-study-container .case-study a:hover .thumb:before {
  opacity: 1;
}
.case-studies-block.wrapper .container .case-study-container .case-study a .thumb {
  width: 100%;
  min-height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  position: relative;
}
.case-studies-block.wrapper .container .case-study-container .case-study a .thumb:before {
  position: absolute;
  content: "";
  background-color: rgba(241, 114, 171, 0.05);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  backdrop-filter: blur(6px);
}
.case-studies-block.wrapper .container .case-study-container .case-study a .thumb .more-info {
  position: absolute;
  background: #f172ab;
  border: 1px solid #FFFFFF;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  top: 50%;
  color: #FFFFFF;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.case-studies-block.wrapper .container .case-study-container .case-study a .case-name {
  display: none;
}
.case-studies-block.wrapper .container .case-study-container .case-study a .case-name h3 {
  text-decoration: none;
}

.cs-avatar {
  width: 80px;
  height: 80px;
  background-size: cover;
  border-radius: 100px;
  margin: 0 10px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
}

.single-case_study .wrapper .container {
  max-width: 1200px;
}
.single-case_study .breadcrumb-container #breadcrumbs a {
  font-weight: 700;
  text-decoration: none;
}
.single-case_study .single-hero {
  background: url(images/colour-fade.png) no-repeat center top transparent;
  background-size: cover;
  border-bottom: 1px solid rgba(7, 54, 76, 0.2);
}
.single-case_study .single-hero .container header.entry-header {
  max-width: 1200px;
  color: #07364c;
}
.single-case_study .single-hero .container header.entry-header .tab {
  display: inline-block;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  background: #FFFFFF;
}
.single-case_study .single-hero .container header.entry-header h3 {
  margin-top: 8px;
  font-size: 2rem;
  line-height: 2.5rem;
}
.single-case_study .single-hero .container .breadcrumb-container p#breadcrumbs {
  color: #07364c;
}
.single-case_study .cs-panel.results-panel {
  background: #FFFFFF;
  padding: 20px 30px;
  border: 2px solid #07364c;
}
.single-case_study .cs-panel.results-panel h2 {
  margin-top: 0;
}
.single-case_study .cs-panel.results-panel p {
  font-size: 1.25rem !important;
}
.single-case_study .cs-panel h2 {
  font-size: 2rem;
  margin-top: 32px;
  line-height: normal;
}

.post-type-archive-case_study .teaser-container {
  justify-content: space-between;
}
.post-type-archive-case_study .teaser-container article {
  margin-bottom: 20px;
  margin-bottom: 16px;
  width: 100%;
  border-radius: 0;
  position: relative;
}
.post-type-archive-case_study .teaser-container article a h2, .post-type-archive-case_study .teaser-container article a h3 {
  color: #07364c;
}
.post-type-archive-case_study .teaser-container article:hover .teaser-text {
  opacity: 1;
}
.post-type-archive-case_study .teaser-container article:hover figure {
  opacity: 0.3;
  filter: blur(10px);
}
.post-type-archive-case_study .teaser-container article .result-number {
  display: table;
  background: #07364c;
  position: relative;
  color: white;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.post-type-archive-case_study .teaser-container article .result-number:before {
  position: absolute;
  content: "";
  border-top: 6px solid #07364c;
  border-bottom: 0;
  border-left: 0;
  border-right: 6px solid transparent;
  left: 0;
  bottom: -6px;
}
.post-type-archive-case_study .teaser-container article h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 0;
}
.post-type-archive-case_study .teaser-container article figure {
  max-width: 200px;
  margin: 0 auto;
  transition: all 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.post-type-archive-case_study .teaser-container article .teaser-text {
  transition: opacity 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  padding: 20px 0;
}
.post-type-archive-case_study .teaser-container article .teaser-text a {
  padding: 24px 20px;
  color: #07364c;
}
.single-case_study #page {
  background: #f4f6f8;
}
.single-case_study #page article .more-case-studies ul {
  margin-top: 32px;
  padding: 0;
}
.single-case_study #page article .more-case-studies ul li {
  width: 100%;
  margin-bottom: 8px;
  background: #FFFFFF;
  list-style: none;
  padding: 20px 20px 80px 20px;
  position: relative;
}
.single-case_study #page article .more-case-studies ul li a {
  color: #07364c;
  font-weight: 400;
  font-size: 1.25rem;
}
.single-case_study #page article .more-case-studies ul li a .cta-small {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  border-top: 1px solid rgba(7, 54, 76, 0.2);
  font-size: 0.8rem;
  font-weight: 600;
}
.single-case_study #page article .more-case-studies ul li a .cta-small:hover:before {
  right: 20px;
}
.single-case_study #page article .more-case-studies ul li a .cta-small:before {
  right: 30px;
  top: 23px;
}
.single-case_study .sidebar ul.recent-posts {
  padding: 0;
  margin-top: 8px;
}
.single-case_study .sidebar ul.recent-posts li {
  list-style: none;
  position: relative;
}
.single-case_study .sidebar ul.recent-posts li a {
  padding: 8px 0 8px 20px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(7, 54, 76, 0.1);
  font-weight: 500;
}
.single-case_study .sidebar ul.recent-posts li a:before {
  position: absolute;
  content: "";
  background: url(images/arrow-right-orange.svg) no-repeat center transparent;
  width: 15px;
  height: 15px;
  background-size: 5px;
  left: 0;
  top: 11px;
}

@media all and (min-width: 768px) {
  .single-case_study #page {
    background: #f4f6f8;
  }
  .single-case_study #page article .more-case-studies ul {
    margin-top: 32px;
  }
  .single-case_study #page article .more-case-studies ul li {
    width: 49%;
    margin: 0 1% 8px 0;
  }
  .case-studies-block.wrapper {
    text-align: center;
  }
  .post-type-archive-case_study .teaser-container article {
    width: 100% !important;
  }
}
@media all and (min-width: 1024px) {
  .post-type-archive-case_study .teaser-container article {
    padding-right: 20px !important;
    width: 100% !important;
    max-width: 100%;
  }
  .post-type-archive-case_study .teaser-container article .teaser-text {
    padding: 20px 0;
  }
  .case-studies-block.wrapper .container .case-study-container .case-study {
    width: calc(25% - 5px);
  }
  .single-case_study #page {
    padding-top: 0;
  }
  .single-case_study #page article .more-case-studies ul {
    margin-top: 32px;
  }
  .single-case_study #page article .more-case-studies ul li {
    width: 32%;
    margin: 0 1% 8px 0;
  }
  .single-case_study .single-hero .container {
    padding-bottom: 64px;
    padding-top: 200px;
  }
}
.posts-block.wrapper {
  margin-bottom: 96px;
}
.posts-block.wrapper .container .posts-container {
  justify-content: space-between;
}
.posts-block.wrapper .container .posts-container .post-teaser {
  width: 100%;
  margin-bottom: 48px;
}
.posts-block.wrapper .container .posts-container .post-teaser a {
  text-decoration: none;
}
.posts-block.wrapper .container .posts-container .post-teaser a .thumb {
  min-height: 300px;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .posts-block.wrapper .container .posts-container .post-teaser {
    width: 49%;
  }
}
nav.navigation.pagination {
  margin: 32px auto;
}
nav.navigation.pagination .nav-links {
  text-align: center;
}
nav.navigation.pagination .nav-links .page-numbers {
  border: 1px solid #07364c;
  padding: 8px 12px;
  font-size: 12px;
  text-decoration: none;
  background: #FFFFFF;
}
nav.navigation.pagination .nav-links .page-numbers.current {
  background: #07364c;
  color: #FFFFFF;
}
nav.navigation.pagination .nav-links .page-numbers.next {
  border: 0;
  background: transparent;
}
nav.navigation.pagination .nav-links .page-numbers.prev {
  border: 0;
  background: transparent;
}

@media all and (min-width: 768px) {
  nav.navigation.pagination {
    display: block;
    margin: 64px auto;
  }
}
.why-choose-us-block.wrapper {
  background: url(images/chevrons-02.png) repeat center #f4f6f8;
  background: #07364c;
  background-size: 40px;
  color: #FFFFFF;
}
.why-choose-us-block.wrapper .container {
  padding-bottom: 64px;
}
.why-choose-us-block.wrapper .container h2 {
  font-size: 2rem;
  position: relative;
  padding-right: 100px;
}
.why-choose-us-block.wrapper .container h2 .button {
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: 5px;
  cursor: pointer;
}
.why-choose-us-block.wrapper .container h2 .button.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.why-choose-us-block.wrapper .container h2 .button.prev-button {
  right: 45px;
  background: url(images/arrow-left-orange.svg) no-repeat center transparent;
  background-size: 16px;
}
.why-choose-us-block.wrapper .container h2 .button.next-button {
  right: 0px;
  background: url(images/arrow-right-orange.svg) no-repeat center transparent;
  background-size: 16px;
}
.why-choose-us-block.wrapper .container ul.slides {
  margin: 0;
  padding: 0;
}
.why-choose-us-block.wrapper .container ul.slides li.slick-slide div h3 {
  font-size: 4rem;
  width: 60px;
  height: 60px;
  line-height: 3rem;
  margin: 0 10px 0 0;
  height: 100px;
  color: rgba(255, 255, 255, 0.4);
  border-right: 1px solid #f172ab;
}
.why-choose-us-block.wrapper .container ul.slides li.slick-slide div p {
  font-size: 1.25rem;
  width: calc(100% - 100px);
  padding-left: 20px;
}

.tips-guide-block.wrapper, .pension-sharing-guide-block.wrapper {
  background: #06253d;
  color: #FFFFFF;
}
.tips-guide-block.wrapper .container .guide-text .h2, .pension-sharing-guide-block.wrapper .container .guide-text .h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}
.tips-guide-block.wrapper .container .h2 span.boxy, .pension-sharing-guide-block.wrapper .container .h2 span.boxy {
  font-size: 1.5rem;
  display: table;
  background: #f172ab;
  padding: 4px 10px;
  line-height: 2rem;
  color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
}
.tips-guide-block.wrapper .container .h2 span.boxy strong, .pension-sharing-guide-block.wrapper .container .h2 span.boxy strong {
  font-weight: 700;
}
.tips-guide-block.wrapper .container .h2 span.boxy:before, .pension-sharing-guide-block.wrapper .container .h2 span.boxy:before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 8px solid #f172ab;
}
.tips-guide-block.wrapper .container .wpcf7 input[type=text], .tips-guide-block.wrapper .container .wpcf7 input[type=email], .pension-sharing-guide-block.wrapper .container .wpcf7 input[type=text], .pension-sharing-guide-block.wrapper .container .wpcf7 input[type=email] {
  background: #FFFFFF;
}
.tips-guide-block.wrapper .container .wpcf7 input[type=submit], .pension-sharing-guide-block.wrapper .container .wpcf7 input[type=submit] {
  background: transparent;
  border: 1px solid #f172ab;
  color: #FFFFFF;
}
.tips-guide-block.wrapper .container .wpcf7 .flex label, .pension-sharing-guide-block.wrapper .container .wpcf7 .flex label {
  width: 100%;
}

.archive .tips-guide-block.wrapper, .single-post .tips-guide-block.wrapper {
  margin: 48px 0;
  background: transparent;
  color: #07364c;
  border-top: 6px solid #07364c;
  border-bottom: 6px solid #07364c;
}
.archive .tips-guide-block.wrapper .container, .single-post .tips-guide-block.wrapper .container {
  padding: 24px 0;
}
.archive .tips-guide-block.wrapper .container .h2, .archive .tips-guide-block.wrapper .container .wpcf7, .single-post .tips-guide-block.wrapper .container .h2, .single-post .tips-guide-block.wrapper .container .wpcf7 {
  width: 100%;
  padding: 0;
}
.archive .tips-guide-block.wrapper .container .h2, .single-post .tips-guide-block.wrapper .container .h2 {
  margin: 0 0 16px;
  font-size: 2.5rem;
  line-height: normal;
}
.archive .tips-guide-block.wrapper .container .h2 span.boxy, .single-post .tips-guide-block.wrapper .container .h2 span.boxy {
  font-size: 1.25rem;
  color: #FFFFFF;
}
.archive .tips-guide-block.wrapper .container .wpcf7 input[type=submit], .single-post .tips-guide-block.wrapper .container .wpcf7 input[type=submit] {
  margin: 16px 0;
  width: 100%;
  color: #07364c;
}
.archive .tips-guide-block.wrapper .container .wpcf7 input[type=text], .archive .tips-guide-block.wrapper .container .wpcf7 input[type=email], .single-post .tips-guide-block.wrapper .container .wpcf7 input[type=text], .single-post .tips-guide-block.wrapper .container .wpcf7 input[type=email] {
  background: #f4f6f8;
  width: 100%;
}
.archive .tips-guide-block.wrapper .container .wpcf7 .wpcf7-spinner, .single-post .tips-guide-block.wrapper .container .wpcf7 .wpcf7-spinner {
  display: none;
}
.archive .tips-guide-block.wrapper .container .wpcf7 form.submitting .wpcf7-spinner, .single-post .tips-guide-block.wrapper .container .wpcf7 form.submitting .wpcf7-spinner {
  display: block;
}
.archive .tips-guide-block.wrapper .container .wpcf7 label, .single-post .tips-guide-block.wrapper .container .wpcf7 label {
  width: 100%;
}
.archive .tips-guide-block.wrapper .container .wpcf7 label:first-child, .single-post .tips-guide-block.wrapper .container .wpcf7 label:first-child {
  padding-right: 0 !important;
}

@media all and (min-width: 1024px) {
  .tips-guide-block.wrapper .container, .pension-sharing-guide-block.wrapper .container {
    padding: 112px 40px;
  }
  .tips-guide-block.wrapper .container .guide-text, .pension-sharing-guide-block.wrapper .container .guide-text {
    width: 33%;
  }
  .tips-guide-block.wrapper .container .guide-text .h2, .pension-sharing-guide-block.wrapper .container .guide-text .h2 {
    width: 100%;
  }
  .tips-guide-block.wrapper .container .guide-text p, .pension-sharing-guide-block.wrapper .container .guide-text p {
    padding-right: 30px;
  }
  .tips-guide-block.wrapper .container .h2, .pension-sharing-guide-block.wrapper .container .h2 {
    width: 33%;
    padding-right: 30px;
  }
  .tips-guide-block.wrapper .container .wpcf7, .pension-sharing-guide-block.wrapper .container .wpcf7 {
    width: 66%;
    margin-top: 16px;
  }
  .tips-guide-block.wrapper .container .wpcf7 .flex label:first-child, .pension-sharing-guide-block.wrapper .container .wpcf7 .flex label:first-child {
    padding-right: 10px;
  }
  .tips-guide-block.wrapper .container .wpcf7 .flex label, .pension-sharing-guide-block.wrapper .container .wpcf7 .flex label {
    width: 50%;
  }
  .archive .tips-guide-block.wrapper .container .wpcf7 .flex label, .single-post .tips-guide-block.wrapper .container .wpcf7 .flex label {
    width: 100%;
  }
}
.post-type-archive-faqs article {
  border-bottom: 1px solid #07364c;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.post-type-archive-faqs article .question {
  position: relative;
}
.post-type-archive-faqs article .question.active:before {
  transform: rotate(0deg);
}
.post-type-archive-faqs article .question:before {
  position: absolute;
  content: "";
  top: 0px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(images/close-orange.svg) no-repeat center transparent;
  background-size: 25px;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.13, 1);
  transform: rotate(-45deg);
}
.post-type-archive-faqs article .question h2 {
  cursor: pointer;
  padding-right: 80px;
  position: relative;
  z-index: 2;
}
.post-type-archive-faqs article .question .answer {
  display: none;
  padding-right: 80px;
}

.schema-faq.wp-block-yoast-faq-block .schema-faq-section {
  border-top: 1px solid #07364c;
  padding: 64px 20px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #FFFFFF;
}
.schema-faq.wp-block-yoast-faq-block .schema-faq-section strong.schema-faq-question {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
  line-height: 2.5rem;
}
.schema-faq.wp-block-yoast-faq-block .schema-faq-section p.schema-faq-answer:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .schema-faq.wp-block-yoast-faq-block .schema-faq-section {
    padding: 64px 40px;
  }
}
@media all and (min-width: 1024px) {
  .schema-faq.wp-block-yoast-faq-block {
    margin-bottom: 64px;
  }
  .schema-faq.wp-block-yoast-faq-block .schema-faq-section {
    border-top: 0;
    box-shadow: 0 10px 30px rgba(7, 54, 76, 0.06);
    border-radius: 10px;
    margin-bottom: 32px;
    padding: 32px 40px;
  }
}
.logo-carousel-block.wrapper {
  background: rgba(7, 54, 76, 0.04);
}
.logo-carousel-block.wrapper .logo-carousel.container {
  padding: 32px 0 !important;
}
.logo-carousel-block.wrapper .logo-carousel.container h2 {
  color: #FFFFFF;
  display: none;
}
.logo-carousel-block.wrapper .logo-carousel.container ul.logos {
  margin: 0;
  padding: 0;
  align-items: center;
}
.logo-carousel-block.wrapper .logo-carousel.container ul.logos li {
  margin: 0;
  list-style: none;
}
.logo-carousel-block.wrapper .logo-carousel.container ul.logos li img {
  padding: 20px;
  width: 100%;
  max-height: 80px;
  max-width: 250px;
  display: block;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .logo-carousel-block .logo-carousel ul.logos li {
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .logo-carousel-block .logo-carousel ul.logos li {
    width: 25%;
    margin-bottom: 0;
  }
}
.multi-column-block.wrapper.choose-list .columns .column {
  background: #f4f6f8;
  padding: 15px;
  margin-top: 18px;
  border-radius: 10px;
  width: 100%;
}
.multi-column-block.wrapper.choose-list .columns .column .big {
  display: block;
  font-size: 3rem;
  color: #f172ab;
}
.multi-column-block.wrapper.choose-list .columns .column h5 {
  font-weight: 500;
  margin: 0 0 8px;
  font-size: 1.25rem;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(7, 54, 76, 0.2);
}
.multi-column-block.wrapper.choose-list .columns .column p {
  margin-bottom: 0;
}
.multi-column-block.wrapper ul li {
  list-style: none;
  position: relative;
}
.multi-column-block.wrapper ul li:before {
  position: absolute;
  left: -17px;
  top: 8px;
  content: "";
  background: url(images/right-arrow-pink.svg) no-repeat center transparent;
  background-size: 5px;
  width: 6px;
  height: 10px;
}
.multi-column-block.wrapper.aqua {
  background: rgba(199, 234, 228, 0.5);
}
.multi-column-block.wrapper.dark-blue {
  background: #07364c;
  color: #FFFFFF;
}
.multi-column-block.wrapper.dark-blue p {
  color: rgba(255, 255, 255, 0.7);
}
.multi-column-block.wrapper.dark-blue .cta {
  border: 1px solid #f172ab;
  padding: 11px 59px 11px 19px;
}
.multi-column-block.wrapper.pale-blue {
  background: #f4f6f8;
}
.multi-column-block.wrapper .container .columns.cols-1 .column {
  width: 100%;
}
.multi-column-block.wrapper .container .columns.cols-1.intro-panel .column p {
  font-size: 1.25rem;
}
.multi-column-block.wrapper .container .columns.cols-2 .column {
  width: 100%;
}
.multi-column-block.wrapper .container .columns.cols-3 .column {
  width: 100%;
}
.multi-column-block.wrapper .container .columns.cols-4 .column {
  width: 100%;
}
.multi-column-block.wrapper .container .columns .column img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 24px;
}
.multi-column-block.wrapper .container .columns .column.pullquote {
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: -0.02rem;
  margin-top: 64px;
}
.multi-column-block.wrapper .container .columns .column.pullquote p {
  background: #F172AB;
  background: -webkit-linear-gradient(320deg, rgb(241, 114, 171) 17%, rgb(230, 111, 166) 30%, rgb(101, 27, 216) 100%);
  background: -moz-linear-gradient(320deg, rgb(241, 114, 171) 17%, rgb(230, 111, 166) 30%, rgb(101, 27, 216) 100%);
  background: linear-gradient(320deg, rgb(241, 114, 171) 17%, rgb(230, 111, 166) 30%, rgb(101, 27, 216) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F172AB", endColorstr="#651BD8", GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 300;
  padding-top: 16px;
}

.single-case_study .multi-column-block.wrapper.choose-list .columns .column {
  background: #FFFFFF;
}

@media all and (min-width: 1024px) {
  .multi-column-block.wrapper.choose-list .columns .column {
    padding: 32px 30px;
  }
  .multi-column-block.wrapper.dark-blue {
    background: url(images/circles-aqua.svg) no-repeat right -620px center #07364c;
    background-attachment: fixed;
    background-size: 2000px;
  }
  .multi-column-block.wrapper .container .columns .column.pullquote {
    margin-top: 0;
    padding-left: 60px;
  }
  .multi-column-block.wrapper .container .columns.cols-1 .column {
    width: 66.6%;
  }
  .multi-column-block.wrapper .container .columns.cols-1.intro-panel .column {
    width: 90%;
  }
  .multi-column-block.wrapper .container .columns.cols-2 .column {
    width: 48%;
  }
  .multi-column-block.wrapper .container .columns.cols-3 .column {
    width: 31%;
  }
  .multi-column-block.wrapper .container .columns.cols-4 {
    justify-content: space-between;
  }
  .multi-column-block.wrapper .container .columns.cols-4 .column {
    width: 24%;
  }
  .multi-column-block.wrapper .container .columns.cols-5 .column {
    width: 32%;
    margin-right: 1%;
  }
}
.page-template-contact-template #cta-form {
  display: none;
}
.page-template-contact-template #page {
  background: url(images/colour-blur-02.jpg) no-repeat center top #FFFFFF;
  background-size: 100%;
}
.page-template-contact-template .content-wrapper aside {
  margin-bottom: 64px;
}
.page-template-contact-template .content-wrapper aside input[type=text], .page-template-contact-template .content-wrapper aside input[type=email], .page-template-contact-template .content-wrapper aside input[type=tel], .page-template-contact-template .content-wrapper aside textarea, .page-template-contact-template .content-wrapper aside select {
  background: #FFFFFF;
}

@media all and (min-width: 768px) {
  .content-wrapper aside {
    padding: 0 40px;
  }
}
@media all and (min-width: 1024px) {
  .page-template-contact-template header#masthead {
    background: transparent;
  }
  .page-template-contact-template.scrolled header#masthead {
    background: #FFFFFF;
  }
  .page-template-contact-template .content-wrapper main {
    width: 50%;
  }
  .page-template-contact-template .content-wrapper aside {
    width: 50%;
    padding-top: 350px;
  }
  .page-template-contact-template .content-wrapper aside textarea {
    max-height: 200px;
  }
}
.client-quote-block.wrapper {
  background: #07364c;
  color: #FFFFFF;
  text-align: center;
}
.client-quote-block.wrapper .container {
  padding-top: 48px;
  padding-bottom: 48px;
}
.client-quote-block.wrapper .container h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 auto 32px;
  max-width: 800px;
}
.client-quote-block.wrapper .container h4 {
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */