/*!
Theme Name: Divorce IFA
Theme URI: https://www.thedivorceifa.co.uk/
Author: Mike Chappels Design
Author URI: https://mikechappels.co.uk/
Description: Bespoke Website Theme for The Divorrce IFA
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: divorce-ifa
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.

divorce-ifa 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: "Montserrat", sans-serif;
  color: #0A4A87;
  background: #0d3f66;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
body.single {
  padding-top: 0px;
}
body.home {
  padding-top: 0;
}

body.home {
  background: #0d3f66;
}

.orange-text {
  color: #ff9900;
}

a, a:visited {
  color: #ff9900;
  text-decoration: none;
  font-weight: 600;
}
a:hover, a:visited:hover {
  color: #0A4A87;
}

p {
  margin: 0 0 1.5rem;
}

.palegreen {
  background: rgba(255, 153, 0, 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: #0A4A87;
}

.entry-meta {
  font-size: 0.8rem;
  margin-bottom: 16px;
}

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

.cta-small {
  color: #0A4A87;
  display: inline-block;
  position: relative;
  padding: 8px 35px 8px 0;
  text-decoration: none;
}
.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 {
  padding: 12px 90px 12px 20px;
  background: transparent;
  color: #0A4A87 !important;
  display: inline-block;
  text-decoration: none;
  font-size: 1.25rem;
  border: 1px solid #0A4A87;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
  margin-bottom: 8px;
}
.cta:before {
  position: absolute;
  right: 30px;
  width: 11px;
  top: 18px;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.13, 1);
  content: "";
  background: url(images/orange-cta-arrow.svg) no-repeat center transparent;
  background-size: contain;
  height: 17px;
}
.cta.tel-cta {
  padding-right: 20px;
}
.cta.tel-cta:before {
  display: none;
}
.cta.rev {
  color: #FFFFFF !important;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.cta.rev:before {
  background: url(images/orange-cta-arrow.svg) no-repeat center transparent;
  background-size: contain;
}
.cta.rev:hover {
  background: transparent;
}
.cta.rev:hover:before {
  background: url(images/orange-cta-arrow.svg) no-repeat center transparent;
  background-size: contain;
}
.cta:hover:before {
  right: 22px;
}

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;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 24px;
  display: block;
}

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

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

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

.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: 1600px;
  margin: 0 auto;
  padding: 32px 20px;
}

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

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

.blue-bg {
  background: #0A4A87;
  color: #FFFFFF;
}

.blur-fade {
  padding: 120px 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: 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: #0A4A87;
  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/the-divorce-ifa-logo-white.svg") no-repeat center transparent;
  background-size: contain;
  height: 50px;
  text-indent: -3000px;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}

.open-menu header#masthead {
  position: sticky;
}
.open-menu header#masthead .site-branding h1.site-title a, .open-menu header#masthead .site-branding p.site-title a {
  background: url("images/the-divorce-ifa-logo-white.svg") no-repeat center transparent;
  background-size: contain;
}

.open-form header#masthead .site-branding h1.site-title a, .open-form header#masthead .site-branding p.site-title a {
  background: url("images/the-divorce-ifa-logo-white.svg") no-repeat center transparent;
  background-size: contain;
}

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

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

@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-studies header#masthead {
    background: transparent;
  }
  .single-case-studies.scrolled header#masthead {
    background: #0A4A87;
  }
  .single-hero .container {
    padding-bottom: 200px;
  }
  header#masthead .site-branding h1.site-title a, header#masthead .site-branding p.site-title a {
    width: 180px;
  }
  .home.scrolled header#masthead {
    background: #0A4A87;
  }
  .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/the-divorce-ifa-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: #0A4A87;
  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: #49A093;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu li a:hover {
  color: #FFFFFF;
}

button.menu-toggle {
  background: url(images/menu-icon-white.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 button.menu-toggle {
  background: url(images/menu-icon-white.svg) no-repeat center transparent;
  background-size: contain;
}
.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 {
    top: 40px;
    position: fixed;
  }
  .tel-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0d3f66;
    z-index: 98;
    text-align: center;
    padding: 8px 40px;
    display: block;
  }
  .tel-header a {
    color: #FFFFFF;
  }
  .tel-header a span {
    color: #ff9900;
  }
  .tel-header a:hover {
    color: #ff9900;
  }
  button.menu-toggle {
    display: none;
  }
  .main-navigation ul ul {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(10, 74, 135, 0.4);
    margin-left: 0;
    padding-left: 0;
  }
  .main-navigation ul ul li a {
    color: #0A4A87 !important;
    font-size: 1rem;
  }
  .main-navigation ul ul li a:hover {
    color: #ff9900 !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: 64px;
  }
  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.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 #ff9900;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
    padding: 8px 6px;
    font-size: 0.9rem;
    color: #FFFFFF;
    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 {
    opacity: 1;
  }
  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: 1rem;
  }
}
@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.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;
    height: 100vh;
    overflow: scroll;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0);
  }
  .open-menu #page {
    overflow: hidden;
    height: 100svh;
    transform: scale(0.9) 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;
}

#page {
  background: #FFFFFF;
}

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

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

article h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.entry-content iframe {
  width: 100%;
  margin-top: 16px;
}
.entry-content p:first-child {
  font-size: 1.5rem;
}
.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 #0A4A87;
  border-bottom: 6px solid #0A4A87;
  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 #0A4A87;
  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 #ff9900;
}
.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;
}

@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) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .content-wrapper main {
    width: 70%;
  }
  .content-wrapper aside {
    width: 30%;
    padding-top: 160px;
  }
  .tile .cta-panel p {
    max-width: 400px;
  }
  .about-block .cols-2 .column {
    width: 50%;
    padding-right: 5%;
  }
  body.single article {
    width: 65%;
  }
  body.single .sidebar {
    width: 30%;
    margin-left: 4%;
    padding: 0;
  }
  body.single .stats ul li {
    width: 25%;
    padding: 16px 8px;
  }
  body.single .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 {
    opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range-start: 100px;
    animation-range-end: 60vh;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
    position: relative;
    transform: rotate(-3deg);
  }
  @keyframes fade-in {
    0% {
      scale: 1;
      opacity: 0;
      transform: translateY(30px);
      filter: blur(10px), grayscale(0);
    }
    100% {
      scale: 1;
      opacity: 1;
      transform: translateY(0px);
      filter: blur(0px), grayscale(1);
    }
  }
  .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: #0d3f66;
  color: #f4f6f8;
}
#colophon a, #colophon a:visited {
  text-decoration: none;
}
#colophon a:hover {
  color: #49A093;
}
#colophon .foot-logo {
  width: 200px;
  height: 45px;
  text-indent: -2000px;
  overflow: hidden;
  background: url(images/the-divorce-ifa-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%;
}

.dots-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 63, 102, 0.9);
}

.cta-block.wrapper {
  background: url(images/foot-cta-bg.jpg) no-repeat center #49A093;
  background-size: cover;
  position: relative;
}
.cta-block.wrapper .container {
  position: relative;
  padding-top: 105px;
  padding-bottom: 105px;
  max-width: 1400px;
}
.cta-block.wrapper .container .cta-text {
  color: #FFFFFF;
  text-align: center;
  padding: 40px 0;
}
.cta-block.wrapper .container .cta-text h2 {
  margin-bottom: 32px;
  font-weight: 300;
  color: #f4f6f8;
  font-size: 1.5rem;
  line-height: 2rem;
}
.cta-block.wrapper .container .cta-text p {
  font-size: 1.25rem;
}
.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: 1024px) {
  .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;
  }
  .foot-flex .foot-nav ul li {
    width: 48%;
    margin: 0 2% 0 0 !important;
  }
}
.home.open-menu .hero {
  padding-top: 51px;
}
.home .hero {
  overflow-x: hidden;
  padding-top: 148px;
  position: relative;
  min-height: 100svh;
  width: 100%;
  margin: 0;
  background: url(images/hands-tablet-02.jpg) no-repeat center #0A4A87;
  background-size: cover;
}
.home .hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d3f66;
  opacity: var(--overlay-opacity, 0.5);
  transition: opacity 0.2s linear;
}
.home .hero .gradient-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: #0D3F66;
  background: -webkit-linear-gradient(0deg, rgb(13, 63, 102) 0%, rgba(13, 63, 102, 0) 100%);
  background: -moz-linear-gradient(0deg, rgb(13, 63, 102) 0%, rgba(13, 63, 102, 0) 100%);
  background: linear-gradient(0deg, rgb(13, 63, 102) 0%, rgba(13, 63, 102, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D3F66", endColorstr="#0D3F66", GradientType=0);
  z-index: 3;
}
.home .hero .h-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(images/semi-circle-pattern.svg) repeat right 0 center transparent;
  background-size: 100%;
  z-index: 0;
}
.home .hero .hero-wrapper.wrapper {
  position: relative;
  z-index: 4;
}
.home .hero .hero-wrapper.wrapper .container h1.hp-h1 {
  font-size: 1rem;
  line-height: unset;
  margin-bottom: 16px;
  color: #6ed7c8;
  font-weight: 700;
  text-transform: uppercase;
}
.home .hero .hero-wrapper.wrapper .container .h1 {
  font-weight: 300;
  color: #FFFFFF;
  margin: 0 0 16px;
  max-width: 900px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  display: block;
}
.home .hero .hero-wrapper.wrapper .container p {
  color: #FFFFFF;
  font-size: 1rem;
  max-width: 700px;
  margin: 32px 0 48px;
}
.home .hero .hero-wrapper.wrapper .container a.cta {
  color: #FFFFFF;
  box-shadow: 0 0 60px rgba(68, 68, 68, 0.5);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(7px);
}
.home .hero .hero-wrapper.wrapper .container a.cta:before {
  transform: rotate(90deg);
}
.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: #0A4A87;
}
.home.scrolled header#masthead, .home.open-menu header#masthead {
  background: #0A4A87;
  box-shadow: 0 0 60px rgba(68, 68, 68, 0.5);
}

.last-text {
  display: block;
}

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

.parallel {
  width: 700px;
  top: 0;
  position: absolute;
  bottom: 0;
  right: -300px;
  background: #49A093;
  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;
  }
}
@media all and (min-width: 1024px) {
  .home header#masthead {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .home.scrolled header#masthead {
    border-bottom: 1px solid transparent;
  }
  .home #page {
    padding-top: 0;
  }
  .home .hero {
    min-height: 950px;
    max-height: 950px;
    background-attachment: fixed;
  }
  .home .hero .h-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(images/semi-circle-pattern.svg) repeat right 0 center transparent;
    background-size: 50%;
    z-index: 0;
  }
  .home .hero .carly-clark-image {
    position: absolute;
    right: 0;
    top: 120px;
    bottom: 0;
    width: 70%;
    background: url(images/carly-clark-marketing-teal-min.png) no-repeat right bottom transparent;
    background-size: contain;
    z-index: 1;
  }
  .parallel {
    right: -100px;
  }
}
@media all and (min-width: 1400px) {
  .home .hero {
    padding-top: 250px;
  }
  .home .hero .carly-clark-image {
    width: 60%;
  }
}
.socials {
  margin-bottom: 16px;
}
.socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -3000px;
  overflow: hidden;
  margin-right: 10px;
  background-size: 20px !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;
}

.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: 30px;
  height: 30px;
  background: url(images/close-orange.svg) no-repeat center transparent;
  background-size: 20px;
  cursor: pointer;
}

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

.form-button {
  position: fixed;
  right: 20px;
  bottom: -100px;
  background: #ff9900;
  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 .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: rgba(10, 74, 135, 0.07);
}

select {
  background: url("images/arrow-down-blue.svg") no-repeat right 20px center rgba(10, 74, 135, 0.07);
  background-size: 15px;
}

input[type=submit] {
  border-radius: 0;
  border: 1px solid #0A4A87;
  background: #FFFFFF;
  color: #0A4A87;
  padding: 12px 20px;
  font-family: "Montserrat", 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);
}
.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(10, 74, 135, 0.07);
  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: #49A093;
}

.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(10, 74, 135, 0.7);
  font-size: 14px;
}
.wpcf7 form ::-moz-placeholder { /* Firefox 19+ */
  text-align: right;
  text-transform: uppercase;
  color: rgba(10, 74, 135, 0.7);
  font-size: 14px;
}
.wpcf7 form :-ms-input-placeholder { /* IE 10+ */
  text-align: right;
  text-transform: uppercase;
  color: rgba(10, 74, 135, 0.7);
  font-size: 14px;
}
.wpcf7 form :-moz-placeholder { /* Firefox 18- */
  text-align: right;
  text-transform: uppercase;
  color: rgba(10, 74, 135, 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(255, 153, 0, 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: #0A4A87;
  position: relative;
  margin: 0;
}
.testimonials-block.wrapper .container {
  padding: 64px 0;
  max-width: 100%;
}
.testimonials-block.wrapper .container .stars {
  max-width: 170px;
  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;
  width: calc(100% - 80px);
  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 {
  padding: 24px 0px;
}
.testimonial-block.wrapper .container .testimonial-text img.stars {
  max-width: 70px;
}
.testimonial-block.wrapper .container .testimonial-text .testimonial .testimonial-headline {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 24px 0;
  display: block;
}
@media all and (min-width: 768px) {
  .testimonial-block.wrapper .container {
    padding: 0 0 48px 0px;
  }
}
.column h4 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  color: #ff9900;
}
.col-1 h2 {
  margin-top: 0;
}

.white {
  background: #FFFFFF;
}

.green {
  color: #f4f6f8;
  background: #0A4A87;
}

@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;
  }
}
.services-block.wrapper {
  margin: 0;
  z-index: 3;
}
.services-block.wrapper .container p {
  max-width: 800px;
}
.services-block.wrapper .container .service-container .service {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
  text-align: left;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}
.services-block.wrapper .container .service-container .service:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(55, 222, 197, 0.3);
  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 15px 15px;
  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: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.services-block.wrapper .container .service-container .service .service-name a .description {
  position: relative;
  z-index: 1;
}

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

@media all and (min-width: 768px) {
  .services-block.wrapper .container .service-container {
    justify-content: start;
    margin-top: -150px;
    border-top: 10px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
    box-shadow: 0 30px 50px rgba(10, 74, 135, 0.2);
  }
  .services-block.wrapper .container .service-container .service {
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;
    border-bottom: 10px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
  }
}
@media all and (min-width: 1024px) {
  body.single-services.scrolled header#masthead {
    background: #0A4A87;
  }
  body.single-services header#masthead {
    background: transparent;
  }
  body.single-services #page {
    padding-top: 0px;
    background: #f4f6f8;
  }
  body.single-services #primary .single-hero.wrapper .container {
    padding-top: 160px !important;
    padding-bottom: 200px;
  }
  body.single-services #primary .wrapper .container {
    padding-bottom: 0;
  }
  body.single-services .sidebar .testimonial-block {
    padding-bottom: 60px;
  }
  body.single-services article {
    padding: 20px 60px 60px;
    margin-top: -150px;
    background: #FFFFFF;
  }
  .services-block.wrapper .container .service-container .service {
    width: 25%;
    margin-right: 0;
  }
}
.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: #0A4A87;
}
body.archive article {
  margin-bottom: 32px;
}
body.archive article figure {
  margin: 0;
}
body.archive article figure img {
  display: block;
  border-radius: 5px;
}
body.archive article header a {
  text-decoration: none;
  color: #0A4A87;
}
body.archive article header h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 16px;
}

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 .teaser-container {
    width: 67%;
    padding-left: 30px;
    border-left: 1px solid rgba(10, 74, 135, 0.2);
  }
  body.archive article {
    width: 50%;
    margin-right: 0;
    padding-right: 30px;
  }
  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;
  }
}
.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 #primary {
  padding-top: 200px;
}
.blog .wrapper .container header.blog-head {
  width: 100%;
}
.blog .wrapper .container .teaser-container article {
  width: 100%;
  position: relative;
}
.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 a h2 {
  color: #0A4A87;
}
.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(10, 74, 135, 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/arrow-right-orange.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: 48%;
    margin-right: 2%;
  }
}
@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;
  }
  .blog .wrapper .container .teaser-container article {
    width: 31%;
    margin-right: 2%;
  }
}
.case-studies-block.wrapper {
  background: rgba(255, 153, 0, 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(255, 153, 0, 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: #ff9900;
  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-studies .breadcrumb-container #breadcrumbs a {
  font-weight: 700;
  text-decoration: none;
}
.single-case-studies .cs-panel.results-panel {
  background: #FFFFFF;
  padding: 20px 30px;
  border: 2px solid #0A4A87;
}
.single-case-studies .cs-panel.results-panel h2 {
  margin-top: 0;
}
.single-case-studies .cs-panel.results-panel p {
  font-size: 1.25rem !important;
}
.single-case-studies .cs-panel h2 {
  font-size: 2rem;
  margin-top: 32px;
  line-height: normal;
}

.post-type-archive-case-studies .teaser-container {
  justify-content: space-between;
}
.post-type-archive-case-studies .teaser-container article {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(10, 74, 135, 0.2);
  margin-bottom: 16px;
  width: 100%;
  position: relative;
}
.post-type-archive-case-studies .teaser-container article:hover .teaser-text {
  opacity: 1;
}
.post-type-archive-case-studies .teaser-container article:hover figure {
  opacity: 0.3;
  filter: blur(10px);
}
.post-type-archive-case-studies .teaser-container article .case-study-number {
  display: table;
  background: #0A4A87;
  position: relative;
  color: white;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.post-type-archive-case-studies .teaser-container article .case-study-number:before {
  position: absolute;
  content: "";
  border-top: 6px solid #0A4A87;
  border-bottom: 0;
  border-left: 0;
  border-right: 6px solid transparent;
  left: 0;
  bottom: -6px;
}
.post-type-archive-case-studies .teaser-container article h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 0;
}
.post-type-archive-case-studies .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-studies .teaser-container article .teaser-text {
  transition: opacity 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  padding: 20px 0;
}
.single-case-studies #page {
  background: #f4f6f8;
}
.single-case-studies #page article .more-case-studies ul {
  margin-top: 32px;
  padding: 0;
}
.single-case-studies #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-studies #page article .more-case-studies ul li a {
  color: #0A4A87;
  font-weight: 400;
  font-size: 1.25rem;
}
.single-case-studies #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(10, 74, 135, 0.2);
  font-size: 0.8rem;
  font-weight: 600;
}
.single-case-studies #page article .more-case-studies ul li a .cta-small:hover:before {
  right: 20px;
}
.single-case-studies #page article .more-case-studies ul li a .cta-small:before {
  right: 30px;
  top: 23px;
}
.single-case-studies .sidebar ul.recent-posts {
  padding: 0;
  margin-top: 8px;
}
.single-case-studies .sidebar ul.recent-posts li {
  list-style: none;
  position: relative;
}
.single-case-studies .sidebar ul.recent-posts li a {
  padding: 8px 0 8px 20px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(10, 74, 135, 0.1);
  font-weight: 500;
}
.single-case-studies .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-studies #page {
    background: #f4f6f8;
  }
  .single-case-studies #page article .more-case-studies ul {
    margin-top: 32px;
  }
  .single-case-studies #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-studies .teaser-container article {
    width: 100% !important;
  }
}
@media all and (min-width: 1024px) {
  .post-type-archive-case-studies .teaser-container article {
    padding-right: 20px !important;
    width: 100% !important;
    background: #FFFFFF;
  }
  .post-type-archive-case-studies .teaser-container article .teaser-text {
    padding: 20px 0;
  }
  .case-studies-block.wrapper .container .case-study-container .case-study {
    width: calc(25% - 5px);
  }
  .single-case-studies #page {
    padding-top: 0;
  }
  .single-case-studies #page article .more-case-studies ul {
    margin-top: 32px;
  }
  .single-case-studies #page article .more-case-studies ul li {
    width: 32%;
    margin: 0 1% 8px 0;
  }
  .single-case-studies .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 #0A4A87;
  padding: 8px 12px;
  font-size: 12px;
  text-decoration: none;
  background: #FFFFFF;
}
nav.navigation.pagination .nav-links .page-numbers.current {
  background: #0A4A87;
  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: #0A4A87;
  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: #6ed7c8;
  border-right: 1px solid #6ed7c8;
}
.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: #0d3f66;
  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: #ff9900;
  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 #ff9900;
}
.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 #ff9900;
  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: #0A4A87;
  border-top: 6px solid #0A4A87;
  border-bottom: 6px solid #0A4A87;
}
.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: #0A4A87;
}
.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 #0A4A87;
  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;
}/*# sourceMappingURL=style.css.map */