@charset "UTF-8";
/*!
Theme Name: InFront Digital
Theme URI: http://underscores.me/
Author: Penn Studio
Author URI: http://pennstudio.co.uk
Description: A bespoke theme developed for InFront Digital
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: infrontdigital-com
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.

InFront Digital 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: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.site-header {
  display: flex;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: #fff;
}
.site-header .site-branding, .site-header .main-navigation {
  display: flex;
  width: auto;
}
.site-header a {
  text-decoration: none;
}
.site-header .main-navigation #primary-menu li {
  padding: 10px 0;
}
.site-header .main-navigation #primary-menu > li.menu-item-has-children {
  position: relative;
}
.site-header .main-navigation #primary-menu > li.menu-item-has-children:after {
  content: url("./images/menu-child-indicator.svg");
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .main-navigation #primary-menu li.services-menu > ul.sub-menu {
  columns: 1;
  background-color: #fff;
  display: block;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 300px;
  padding: 20px;
  padding-left: 5px;
  padding-bottom: 15px;
}
.site-header .main-navigation #primary-menu li.services-menu > ul.sub-menu > li {
  width: 50%;
  padding: 0 0 20px 0;
}
.site-header .main-navigation #primary-menu li.services-menu > ul.sub-menu > li > a {
  color: #ED0E69;
  font-size: 18px;
}
.site-header .main-navigation #primary-menu li.services-menu > ul.sub-menu > li > ul.sub-menu {
  display: block;
  position: relative;
  left: 0;
  background-color: white;
  box-shadow: none;
}
.site-header .main-navigation #primary-menu li.services-menu > ul.sub-menu > li > ul.sub-menu > li {
  padding: 5px 0;
}
.site-header .main-navigation #primary-menu li.services-menu > ul.sub-menu > li > ul.sub-menu > li a {
  font-size: 16px;
  display: block;
}
.site-header .right-header-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.site-header .fa-search {
  margin-left: 25px;
  margin-right: 15px;
}

.header-button {
  background-color: #482F92;
  padding: 15px 35px;
  font-weight: bold;
  color: #fff !important;
  border-radius: 35px;
  margin-left: 30px;
  cursor: pointer;
  text-dcoration: none !important;
}
.header-button:hover {
  transition: all 0.8s ease;
  text-decoration: none;
}
.header-button:hover, .header-button:visited {
  color: #fff;
}

main {
  margin-top: 90px;
}

.site-footer .top-cta {
  background-color: #ED0E69;
  text-align: center;
  color: white;
  padding: 150px 0;
}
.site-footer .top-cta h2 {
  margin: 0 0 34px 0;
  color: white;
}
.site-footer .top-cta p {
  margin: 0 0 34px 0;
}
.site-footer .middle-block {
  padding: 100px 0;
}
.site-footer .middle-block .custom-logo-link {
  margin-bottom: 35px;
}
.site-footer .middle-block h2 {
  margin-top: 0;
  font-size: 24px;
  color: #050037;
}
.site-footer .middle-block .fifth {
  margin-top: 100px;
}
.site-footer .middle-block .fifth:nth-of-type(1) {
  margin-top: 0;
}
.site-footer .middle-block .fifth:nth-of-type(5) {
  padding-left: 60px;
}
.site-footer .middle-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .middle-block ul li {
  padding-left: 0;
}
.site-footer .middle-block ul li a {
  color: #050037;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.site-footer .middle-block ul#footer-1 li a {
  font-weight: 600;
}
.site-footer .middle-block ul.contact-info li {
  padding-top: 13px;
  margin-bottom: 30px;
  position: relative;
  color: #050037;
}
.site-footer .middle-block ul.contact-info li i {
  font-size: 30px;
  color: #050037;
  position: absolute;
  top: 0;
  left: -60px;
  height: 50px;
  width: 50px;
  border: 1px solid #050037;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .middle-block span.small-heading {
  display: block;
  font-weight: 600;
  color: #050037;
  font-size: 20px;
  margin-bottom: 15px;
}
.site-footer .middle-block ul.social-links {
  display: flex;
}
.site-footer .middle-block ul.social-links li {
  margin-right: 10px;
}
.site-footer .bottom-row {
  padding-bottom: 30px;
}
.site-footer .bottom-row .twelve {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .bottom-row span.copyright {
  padding-right: 50px;
  border-right: 1px solid #050037;
}
.site-footer .bottom-row ul#footer-bottom {
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-footer .bottom-row ul#footer-bottom li {
  margin-right: 30px;
}
.site-footer .bottom-row ul#footer-bottom li a {
  color: #050037;
}

.fifth {
  width: 20%;
}

.green-bg {
  background-color: #F4F8F8;
}

.pad-left {
  padding-left: 100px;
}

.pad-right {
  padding-right: 100px;
}

.header-home {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 50px;
  overflow: hidden;
}
.header-home h1 {
  font-size: 70px;
  line-height: 110%;
  color: #000;
}
.header-home h1 .blue-text {
  color: #12E8F1;
}
.header-home .header-image-absolute {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  margin-right: -85px;
  margin-top: 60px;
}
.header-home .quote {
  display: block;
  width: 80%;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 20px;
  color: #5E6282;
  margin-bottom: 20px;
}
.header-home .test-image {
  display: inline-block;
  width: 60px;
  height: auto;
  margin-right: 20px;
}
.header-home span.test-name {
  color: #482F92;
  font-weight: 600;
}
.header-home .btn-primary {
  margin-top: 40px;
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.align-items-center {
  display: flex;
}

.key-points-counting {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ED0E69;
}
.key-points-counting .prepend-text, .key-points-counting .number, .key-points-counting .append-text {
  font-weight: bold;
  font-size: 65px;
  color: #fff;
}
.key-points-counting .padding-large {
  text-align: center;
}
.key-points-counting p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}

.case-study-facts {
  padding: 100px 0;
  background-color: #ED0E69;
}
.case-study-facts .key-fact {
  text-align: center;
}
.case-study-facts .prepend-text, .case-study-facts .number, .case-study-facts .append-text {
  font-weight: bold;
  font-size: 65px;
  color: #fff;
}
.case-study-facts p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}

.padding-large {
  padding: 30px;
}

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

h2 {
  font-size: 40px;
  line-height: 130%;
  color: black;
}

.bg-light-grey {
  background-color: #F4F8F8;
}

.text-primary {
  color: #ED0E69 !important;
}

.text-white {
  color: white;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: white;
}

.divider {
  display: inline-block;
  width: 100px;
  height: 10px;
  background-image: url("images/divider.svg");
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}

.divider.green {
  background-image: url("images/divider-green.svg");
}

.divider.secondary {
  background-image: url("images/divider-green.svg");
}

.linked-case-studies-module {
  padding: 150px 0;
  text-align: center;
}
.linked-case-studies-module h2 {
  margin-top: 0;
}
.linked-case-studies-module .divider {
  margin-bottom: 100px;
}
.linked-case-studies-module .btn-secondary {
  margin-top: 100px;
}

.random-case-studies {
  padding: 100px 0;
  text-align: center;
}
.random-case-studies h2 {
  margin-top: 0;
}
.random-case-studies .divider {
  margin-bottom: 50px;
}

.linked-card {
  text-align: left;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: black;
  height: 100%;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.4s ease-in-out;
}
.linked-card:hover {
  color: black;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.linked-card:visited {
  color: black;
}
.linked-card img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.linked-card h2, .linked-card h3 {
  font-size: 19px;
}
.linked-card .whitebg {
  background-color: white;
  padding: 30px;
  height: inherit;
  width: 100%;
}
.linked-card .whitebg .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  width: 100%;
}
.linked-card .whitebg .info span {
  display: inline-block;
}
.linked-card .whitebg .info span.category {
  color: #050037;
  padding: 8px 0;
}
.linked-card .whitebg .info span.reading {
  color: #482F92;
  padding: 8px 16px;
  background-color: #F5F4FF;
  border-radius: 30px;
}

.casestudy-posts .four.columns {
  margin: 50px 0;
}

.simple-cta-module {
  padding: 200px 0;
  min-height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  display: flex;
  align-items: center;
}
.simple-cta-module h2 {
  color: black;
  font-size: 36px;
}

.latest-posts-module {
  text-align: center;
  padding: 100px 0;
}
.latest-posts-module h2 {
  margin-top: 0;
}
.latest-posts-module .divider {
  margin-bottom: 60px;
}
.latest-posts-module .btn-secondary {
  margin-top: 110px;
}

.general-header h1 {
  font-size: 70px;
  color: black;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.general-header h1 span {
  color: #ED0E69;
}
.general-header p#breadcrumbs {
  font-size: 20px;
}
.general-header p#breadcrumbs a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  margin-right: 10px;
}
.general-header p#breadcrumbs span.breadcrumb_last {
  margin-left: 10px;
  opacity: 0.3;
}

.repeater-block-module {
  padding: 100px 0 20px 0;
  text-align: center;
}
.repeater-block-module h2 {
  margin-top: 0;
}
.repeater-block-module .content-blocks {
  padding-top: 80px;
}
.repeater-block-module .content-blocks .columns {
  margin-bottom: 80px;
}
.repeater-block-module .content-blocks .four {
  padding: 0 40px;
}
.repeater-block-module .content-blocks h3 {
  font-size: 26px;
}
.repeater-block-module .content-blocks .whitebg {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: start;
}
.repeater-block-module .content-blocks .whitebg .content-wrapper {
  width: 100%;
}

.repeater-block-module.whitebg {
  background-color: white;
}

.repeater-block-module.greybg {
  background-color: #F4F8F8;
}

.repeater-block-module.primarybg {
  background-color: #ED0E69;
}

.gradientbg {
  background: #ED0E69;
  background: -moz-linear-gradient(105deg, rgb(237, 14, 105) 25%, rgb(250, 87, 153) 100%);
  background: -webkit-linear-gradient(105deg, rgb(237, 14, 105) 25%, rgb(250, 87, 153) 100%);
  background: linear-gradient(105deg, rgb(237, 14, 105) 25%, rgb(250, 87, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed0e69",endColorstr="#fa5799",GradientType=1);
}

.image-gallery-module {
  text-align: center;
  padding: 100px 0 92.5px 0;
}
.image-gallery-module .gallery-row {
  padding-top: 80px;
}
.image-gallery-module .three {
  padding: 7.5px;
}
.image-gallery-module h2 {
  margin-top: 0;
}
.image-gallery-module img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.6s ease-in-out;
}
.image-gallery-module img:hover {
  transform: scale(1.05);
}

.contact-us ul.contact-info {
  margin: 0;
  padding: 30px;
  list-style: none;
}
.contact-us ul.contact-info li {
  padding-top: 13px;
  margin-bottom: 30px;
  position: relative;
  color: #050037;
  font-weight: 600;
}
.contact-us ul.contact-info li i {
  font-size: 36px;
  color: #ED0E69;
  position: absolute;
  top: 0;
  left: -45px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us ul.contact-info li a {
  text-decoration: none;
  color: #050037;
}
.contact-us .whitebg {
  padding: 50px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
.contact-us .gform_wrapper.gravity-theme .gfield_required_text {
  display: none;
}
.contact-us .gform_wrapper.gravity-theme .gform-field-label {
  color: black;
}
.contact-us .gform_wrapper.gravity-theme input[type=text], .contact-us .gform_wrapper.gravity-theme select, .contact-us .gform_wrapper.gravity-theme textarea, .contact-us .gform_wrapper.gravity-theme input[type=email] {
  background: white;
  border-radius: 5px;
}
.contact-us .gform_wrapper.gravity-theme input[type=submit] {
  background-color: #ED0E69;
  border-radius: 100px;
  padding: 15px 40px;
  display: inline-block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.map {
  height: 500px;
  width: 100%;
  margin-top: -100px;
}
.map iframe {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}

.learning-card {
  margin: 50px 0;
  text-decoration: none;
  color: black;
}
.learning-card img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.learning-card .info-wrapper {
  margin-top: 15px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F4FE;
  border-radius: 10px;
  width: 100%;
}
.learning-card .info-wrapper span.terms, .learning-card .info-wrapper span.category {
  font-size: 17px;
  color: black;
}
.learning-card .info-wrapper span.reading-time {
  font-size: 14px;
  color: #482F92;
  margin-lefT: 30px;
}
.learning-card h2 {
  margin: 40px 0 20px 0;
  font-size: 24px;
}
.learning-card .btn-primary {
  align-self: end;
}
.learning-card p {
  color: black;
}

.post-card {
  margin: 50px 0 !important;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: black;
}
.post-card .image-wrapper {
  position: relative;
  height: 300px;
}
.post-card .image-wrapper img {
  border-radius: 10px 10px 0 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-card .image-wrapper .info-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 0 15px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 10px;
  width: calc(100% - 30px);
}
.post-card .post-information {
  background-color: #F5F4FD;
  height: calc(100% - 300px);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 0 10px 10px;
}
.post-card h2 {
  margin: 0;
  font-size: 24px;
}
.post-card .btn-primary {
  align-self: end;
}
.post-card p {
  color: black;
}

.single-learning-post, .single-post {
  margin-top: 50px;
}
.single-learning-post .top-wrapper, .single-post .top-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 500px;
}
.single-learning-post .top-wrapper:after, .single-post .top-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.single-learning-post .top-wrapper img, .single-post .top-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-learning-post .top-wrapper h1, .single-post .top-wrapper h1 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 34px;
  width: 80%;
  text-align: center;
  margin: 0;
}
.single-learning-post .post-content, .single-post .post-content {
  margin: 50px 0 100px 0;
}

ul.filters {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
ul.filters li {
  margin-right: 50px;
  padding: 0;
}
ul.filters li a {
  color: #B2B1C2;
  text-decoration: none;
  font-size: 18px;
}
ul.filters li a.active {
  color: black;
}

.case-study-header {
  padding: 100px 0 300px 0;
  position: relative;
}
.case-study-header h1 {
  font-size: 40px;
}

.case-study-intro {
  margin-top: -200px;
  background-color: #ED0E69;
}
.case-study-intro .whitebg {
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}
.case-study-intro .whitebg .content-side {
  width: 50%;
  padding: 50px;
}
.case-study-intro .whitebg .content-side h2 {
  font-size: 30px;
}
.case-study-intro .whitebg .content-side h2:first-of-type {
  margin-top: 0;
}
.case-study-intro .whitebg .image-side {
  width: 50%;
}
.case-study-intro .whitebg .image-side img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.what-we-did {
  padding: 100px 0;
}
.what-we-did h2 {
  font-size: 40px;
}

.case-study-quote {
  text-align: center;
  padding: 100px 0;
}
.case-study-quote p {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
}
.case-study-quote p:first-of-type {
  margin-top: 0;
}
.case-study-quote span.whoby {
  color: #ED0E69;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.page-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.page-links .prev.page-numbers, .page-links .next.page-numbers {
  display: none;
}
.page-links .page-numbers {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: black;
  border: 1px solid #E8E8E8;
  margin-right: 15px;
  text-decoration: none;
}
.page-links .page-numbers.current {
  background-color: #ED0E69;
  color: white;
  border-color: #ED0E69;
}
.page-links .page-numbers.dots {
  border: none;
  text-indent: -999999em;
}

.post-card .image-wrapper {
  width: 100%;
}

.tax-insights_categories .post-card .image-wrapper .info-wrapper {
  display: none;
}

.error-404 {
  padding-bottom: 60px;
}
.error-404 input[type=text], .error-404 input[type=email], .error-404 input[type=url], .error-404 input[type=password], .error-404 input[type=search], .error-404 input[type=number], .error-404 input[type=tel], .error-404 input[type=range], .error-404 input[type=date], .error-404 input[type=month], .error-404 input[type=week], .error-404 input[type=time], .error-404 input[type=datetime], .error-404 input[type=datetime-local], .error-404 input[type=color], .error-404 textarea {
  padding: 15px !important;
}
.error-404 button, .error-404 input[type=button], .error-404 input[type=reset], .error-404 input[type=submit] {
  padding: 20px 45px !important;
  background-color: #ED0E69;
  border: none;
  color: #fff;
  font-weight: bold;
}

.search-header h2 {
  font-size: 30px !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.content-search-block {
  margin-bottom: 40px;
}

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

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

ul {
  list-style: none;
  list-style-image: url("./images/primary-dot.svg");
}
ul li {
  padding: 3px 0 3px 10px;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  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;
}

.btn-primary {
  padding: 15px 40px;
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  background-color: #ED0E69;
  border-radius: 32px;
}

.btn-secondary {
  padding: 15px 40px;
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  background-color: #482F92;
  border-radius: 32px;
}

.btn-outline-white {
  border: 1px solid white;
  padding: 15px 40px;
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  border-radius: 32px;
}

a.go-back {
  color: #A9ADAD;
  padding-left: 40px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}
a.go-back:before {
  content: url("./images/icons/left-arrow.svg");
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.6s ease-in-out;
}
a.go-back:hover {
  color: black;
}
a.go-back:hover:before {
  left: 0;
  transition: left 0.6s ease-in-out;
}

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 {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.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;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.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%;
}

/* Mega menu — editorial two-column: list left, image right
--------------------------------------------- */
/* Beat the existing nav rules:
   `.site-header .main-navigation #primary-menu > li.menu-item-has-children { position: relative }`
   and `.site-header .main-navigation #primary-menu li { padding: 10px 0 }`. */
.site-header .main-navigation #primary-menu > li.mega-menu.menu-item-has-children {
  position: static;
}
.site-header .main-navigation #primary-menu > li.mega-menu.menu-item-has-children::after {
  display: none;
}

.site-header .main-navigation #primary-menu .mega-menu-item {
  padding: 0;
  width: auto;
}

/* "Services" trigger — chevron sits inline with the text */
.main-navigation li.mega-menu > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.main-navigation li.mega-menu > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navigation li.mega-menu.is-open > a::after,
.main-navigation li.mega-menu:hover > a::after,
.main-navigation li.mega-menu.focus > a::after {
  transform: translateY(1px) rotate(225deg);
}

/* Panel ============================================================ */
.mega-menu-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 32px 64px -16px rgba(15, 15, 30, 0.14);
  border-top: 1px solid rgba(15, 15, 30, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.4s;
  z-index: 9999;
  pointer-events: none;
}

/* Invisible bridge so the cursor can travel from "Services" down into the
   panel without the hover state dropping in the gap. */
.mega-menu-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  height: 32px;
}

.main-navigation li.mega-menu:hover > .mega-menu-panel,
.main-navigation li.mega-menu.focus > .mega-menu-panel,
.main-navigation li.mega-menu.is-open > .mega-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
}

.mega-menu-panel__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 45px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

/* Left: list ======================================================== */
.mega-menu-panel__list {
  position: relative;
}

.mega-menu-list {
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  box-shadow: none !important;
  float: none !important;
  background: transparent !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
}

.mega-menu-item {
  margin: 0 !important;
  border-top: 1px solid rgba(15, 15, 30, 0.08);
}
.mega-menu-item:last-child {
  border-bottom: 1px solid rgba(15, 15, 30, 0.08);
}

.mega-menu-item__link {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 16px;
  padding: 16px 4px !important;
  width: auto !important; /* beat `.main-navigation ul ul a { width: 200px; }` */
  text-decoration: none;
  color: #0f0f1e;
  border-radius: 0 !important;
  overflow: visible !important;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu-item__link:hover, .mega-menu-item__link:focus {
  transform: none !important;
  box-shadow: none !important;
  color: #ED0E69;
}

.mega-menu-item__num {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: rgba(15, 15, 30, 0.35);
  line-height: 1;
  font-feature-settings: "tnum" 1;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.mega-menu-item__link:hover .mega-menu-item__num,
.mega-menu-item.is-active .mega-menu-item__num {
  color: #ED0E69;
}

.mega-menu-item__body {
  display: block;
  min-width: 0;
}

.mega-menu-item__title {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: inherit !important;
  margin-bottom: 3px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mega-menu-item__link:hover .mega-menu-item__title,
.mega-menu-item__link:focus .mega-menu-item__title {
  transform: translateX(6px);
}

.mega-menu-item__blurb {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(15, 15, 30, 0.55);
  font-weight: 400;
  max-width: none;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.03s;
}

.mega-menu-item__link:hover .mega-menu-item__blurb,
.mega-menu-item__link:focus .mega-menu-item__blurb {
  transform: translateX(6px);
}

.mega-menu-item__arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ED0E69;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu-item__arrow svg {
  display: block;
  width: 16px;
  height: 8px;
}

.mega-menu-item__link:hover .mega-menu-item__arrow,
.mega-menu-item__link:focus .mega-menu-item__arrow,
.mega-menu-item.is-active .mega-menu-item__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Right: visual stack ============================================== */
.mega-menu-panel__visual {
  position: relative;
  aspect-ratio: 5/4;
  max-height: 360px;
  background: #f4f1ec;
  overflow: hidden;
  border-radius: 2px;
  /* Subtle inner ring to define the edge against the white panel */
}
.mega-menu-panel__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(15, 15, 30, 0.04);
  pointer-events: none;
  z-index: 2;
}

.mega-menu-visual-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.mega-menu-visual-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.mega-menu-visual__image,
.mega-menu-visual-slide img,
.mega-menu-visual-slide picture,
.mega-menu-visual-slide picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  max-width: none !important;
}

/* Empty state — when no item has a featured image */
.mega-menu-panel__visual:empty {
  display: none;
}

.mega-menu-panel__inner:has(.mega-menu-panel__visual:empty) {
  grid-template-columns: minmax(0, 1fr);
}

/* Mobile (<600px): hide visual, render list as a clean stacked submenu === */
@media screen and (max-width: 37.4375em) {
  .mega-menu-panel {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: 0;
    background: transparent;
    display: none;
    pointer-events: auto;
  }
  .mega-menu-panel::before {
    display: none;
  }
  .main-navigation li.mega-menu.is-open > .mega-menu-panel,
  .main-navigation.toggled li.mega-menu .mega-menu-panel {
    display: block;
  }
  .mega-menu-panel__inner {
    padding: 0;
    gap: 0;
    grid-template-columns: 1fr;
  }
  .mega-menu-panel__visual {
    display: none;
  }
  .mega-menu-item {
    border-top: 0;
  }
  .mega-menu-item:last-child {
    border-bottom: 0;
  }
  .mega-menu-item__link {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 20px !important;
  }
  .mega-menu-item__link:hover, .mega-menu-item__link:focus {
    color: inherit;
    background: rgba(0, 0, 0, 0.04);
  }
  .mega-menu-item__num {
    display: none;
  }
  .mega-menu-item__title {
    font-size: 16px;
    margin-bottom: 2px;
    transform: none !important;
  }
  .mega-menu-item__blurb {
    font-size: 13px;
    max-width: none;
    transform: none !important;
  }
  .mega-menu-item__arrow {
    opacity: 1;
    transform: none;
    color: rgba(15, 15, 30, 0.4);
  }
  .mega-menu-item__arrow svg {
    width: 16px;
    height: 8px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

/*--------------------------------------------------------------
# Responsives
--------------------------------------------------------------*/
@media only screen and (max-width: 1225px) {
  .site-header .fa-search {
    margin: 0 10px;
  }
  .main-navigation a {
    padding: 0 10px;
  }
  .header-button {
    margin-left: 10px;
  }
  .header-home .header-image-absolute {
    width: 66%;
  }
}
@media only screen and (max-width: 1125px) {
  .header-home h1 {
    font-size: 60px;
  }
  .header-home .header-image-absolute {
    width: 72%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .key-points-counting .padding-large {
    padding: 15px;
  }
  .key-points-counting .prepend-text, .key-points-counting .number, .key-points-counting .append-text {
    font-size: 60px;
  }
  .linked-case-studies-module {
    padding: 100px 0;
  }
  .linked-case-studies-module .divider {
    margin-bottom: 75px;
  }
  .linked-case-studies-module .btn-secondary {
    margin-top: 75px;
  }
  .linked-card .whitebg .info {
    text-align: center;
  }
  .simple-cta-module {
    padding: 150px 0;
  }
  .site-footer .middle-block .fifth {
    width: 25%;
  }
  .site-footer .middle-block .fifth:nth-of-type(5) {
    width: 100%;
    margin-top: 50px;
    display: flex;
    padding: 0 15px;
  }
  .site-footer .middle-block .fifth:nth-of-type(5) ul.contact-info {
    display: flex;
    width: 66.666%;
  }
  .site-footer .middle-block .fifth:nth-of-type(5) ul.contact-info li {
    width: 50%;
    padding-left: 60px;
  }
  .site-footer .middle-block .fifth:nth-of-type(5) ul.contact-info li i {
    left: 0;
  }
  .general-header h1 {
    font-size: 60px;
  }
  .case-study-facts .prepend-text, .case-study-facts .number, .case-study-facts .append-text {
    font-size: 60px;
  }
  .pad-left {
    padding-left: 50px;
  }
  .repeater-block-module .content-blocks .four {
    padding: 0 30px;
  }
  .repeater-block-module .content-blocks .columns {
    margin-bottom: 60px;
  }
  .page-template-page-contact .general-header h1 {
    font-size: 55px;
  }
  .contact-us .six:nth-of-type(1) {
    width: 45%;
  }
  .contact-us .six:nth-of-type(2) {
    width: 55%;
  }
}
@media only screen and (max-width: 1065px) {
  .site-header {
    position: relative;
    z-index: 99;
  }
  .site-header .main-navigation .menu-main-header-menu-container {
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    padding: 150px 100px 100px 100px;
    background-color: white;
    z-index: 9;
    transition: all 0.8s linear;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  .site-header .main-navigation .menu-main-header-menu-container.active {
    display: block;
    top: 0;
    opacity: 1;
    transition: all 0.8s linear;
  }
  .site-header .main-navigation #primary-menu {
    display: block;
  }
  .site-header .main-navigation #primary-menu li {
    padding: 0 0 20px 0;
  }
  .site-header .main-navigation #primary-menu li a {
    font-size: 20px;
  }
  .menu-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    padding: 16px 17px;
    width: 50px;
    height: 50px;
    background-color: #482F92;
  }
  .menu-toggle span {
    display: block;
    width: 16px;
    height: 3px;
    margin: 2px 0;
    background-color: white;
  }
  .menu-toggle span:first-of-type {
    margin-top: 0;
  }
  .menu-toggle span:last-of-type {
    margin-bottom: 0;
    width: 12px;
  }
  .custom-logo-link, .header-button, .menu-toggle {
    position: relative;
    z-index: 99;
  }
}
@media only screen and (max-width: 900px) {
  h2 {
    font-size: 36px;
  }
  .site-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-header .fa-search {
    display: none;
  }
  .padding-large {
    padding: 15px;
  }
  .btn-primary {
    text-align: center;
  }
  .header-home .six {
    width: 75%;
  }
  .header-home h1 {
    font-size: 55px;
  }
  .key-points-counting .padding-large {
    padding: 0;
  }
  .key-points-counting .prepend-text, .key-points-counting .number, .key-points-counting .append-text {
    font-size: 48px;
  }
  .linked-card img {
    height: 200px;
  }
  .linked-card .whitebg {
    padding: 15px;
  }
  .linked-card .whitebg .info {
    flex-wrap: wrap;
    width: 100%;
  }
  .linked-card .whitebg .info span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .general-header .six {
    width: 66%;
  }
  .general-header h1 {
    font-size: 55px;
  }
  ul.filters {
    overflow-x: scroll;
  }
  ul.filters li {
    white-space: nowrap;
  }
  .single-casestudy .ten {
    width: 100%;
  }
  .case-study-header {
    padding: 100px 0 225px 0;
  }
  .case-study-intro .whitebg .content-side {
    padding: 30px;
  }
  .case-study-facts {
    padding: 75px 0;
  }
  .case-study-facts .prepend-text, .case-study-facts .number, .case-study-facts .append-text {
    font-size: 48px;
  }
  .what-we-did .five:nth-of-type(2) {
    width: 58.3333%;
  }
  .case-study-quote p, .case-study-quote span.whoby {
    font-size: 26px;
  }
  .repeater-block-module .content-blocks .four, .repeater-block-module .content-blocks .three {
    width: 50%;
  }
  .image-gallery-module .three {
    width: 33.333%;
  }
  .learning-card .info-wrapper {
    padding: 15px;
    flex-wrap: wrap;
  }
  .learning-card .info-wrapper span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .learning-card .info-wrapper span.reading-time {
    margin-left: 0;
  }
  .single-learning-post .ten, .single-post .ten {
    width: 100%;
  }
  .single-learning-post .top-wrapper, .single-post .top-wrapper {
    height: 400px;
  }
  .site-footer .social-links-wrapper {
    padding-left: 15px;
  }
  .site-footer .bottom-row .twelve {
    flex-wrap: wrap;
  }
  .site-footer .bottom-row span.copyright {
    width: 100%;
    display: block;
    text-align: center;
    border-right: none;
    padding-right: 0;
  }
  .site-footer .bottom-row ul#footer-bottom {
    margin: 0;
  }
  .site-footer .bottom-row ul#footer-bottom li:last-of-type {
    margin-right: 0;
  }
  .post-card .image-wrapper .info-wrapper {
    padding: 15px;
    flex-wrap: wrap;
  }
  .post-card .image-wrapper .info-wrapper span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .post-card .post-information {
    padding: 30px 15px;
  }
  .post-card .btn-primary {
    padding: 15px;
    display: block;
    width: 100%;
  }
  .page-template-page-contact .general-header .six {
    width: 75%;
  }
  .contact-us .whitebg {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
    padding: 0 30px;
  }
  h2 {
    font-size: 28px;
  }
  .site-header .custom-logo {
    transition: filter 0.8s ease;
  }
  .site-header .header-button {
    display: none;
  }
  .site-header .main-navigation .menu-main-header-menu-container {
    padding: 150px 30px 50px 30px;
    background-color: #482F92;
    max-height: 100vh;
    overflow-x: scroll;
  }
  .site-header .main-navigation .menu-main-header-menu-container .close-menu {
    position: absolute;
    top: 35px;
    right: 30px;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 22px;
    cursor: pointer;
  }
  .site-header .main-navigation ul#primary-menu li {
    padding: 10px 0;
  }
  .site-header .main-navigation ul#primary-menu li a {
    color: white;
  }
  .site-header .main-navigation ul#primary-menu > li.menu-item-has-children {
    display: initial;
  }
  .site-header .main-navigation ul#primary-menu > li.menu-item-has-children:after {
    display: none;
  }
  .site-header .main-navigation ul#primary-menu > li.menu-item-has-children a {
    position: relative;
    display: initial;
  }
  .site-header .main-navigation ul#primary-menu > li.menu-item-has-children > ul.sub-menu {
    display: none;
    left: auto;
    padding: 10px 30px;
  }
  .site-header .main-navigation ul#primary-menu > li.menu-item-has-children > ul.sub-menu > ul.sub-menu {
    padding: 10px 30px;
  }
  .site-header .main-navigation ul#primary-menu button.open-sub {
    position: absolute;
    bottom: 3px;
    right: -30px;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 22px;
  }
  .site-header .main-navigation ul#primary-menu button.open-sub.active {
    transform: scale(-1);
  }
  .site-header .main-navigation ul#primary-menu li.services-menu > ul.sub-menu {
    columns: 1;
    width: 100%;
    background-color: transparent;
    position: relative;
    box-shadow: none;
  }
  .site-header .main-navigation ul#primary-menu li.services-menu > ul.sub-menu > li {
    padding: 10px 0;
    width: 100%;
  }
  .site-header .main-navigation ul#primary-menu li.services-menu > ul.sub-menu > li > a {
    color: rgba(255, 255, 255, 0.6);
  }
  .site-header .main-navigation ul#primary-menu li.services-menu > ul.sub-menu > li > ul.sub-menu {
    background-color: transparent;
    display: none;
    width: 100%;
    padding: 15px 30px;
  }
  .site-header.mega-open .custom-logo {
    filter: brightness(0) invert(100%);
    transition: filter 0.8s ease;
  }
  .menu-toggle {
    z-index: 9;
  }
  .btn-primary {
    border-radius: 100px;
  }
  .header-home {
    display: flex;
    flex-wrap: wrap;
  }
  .header-home .six {
    width: 100%;
  }
  .header-home .row {
    order: 2;
  }
  .header-home .header-image-absolute {
    position: relative;
    order: 1;
    top: unset;
    width: 80%;
    margin: 0 auto;
    transform: unset;
  }
  .header-home h1 {
    font-size: 42px;
  }
  .header-home span.quote {
    width: 100%;
    font-size: 18px;
  }
  .penn-toolkit-wrapper > .row .nine h2 {
    text-align: center;
  }
  .linked-case-studies-module {
    padding: 50px 0;
  }
  .linked-case-studies-module .divider {
    margin-bottom: 50px;
  }
  .linked-case-studies-module .four {
    margin-bottom: 30px;
  }
  .linked-case-studies-module .four:last-of-type {
    margin-bottom: 0;
  }
  .linked-case-studies-module .btn-secondary {
    margin-top: 50px;
  }
  .linked-card .whitebg {
    padding: 30px;
  }
  .linked-card .whitebg .info {
    display: none;
  }
  .simple-cta-module {
    padding: 100px 0;
  }
  .simple-cta-module h2 {
    font-size: 32px;
  }
  .latest-posts-module {
    padding: 50px 0;
  }
  .latest-posts-module .divider {
    margin-bottom: 10px;
  }
  .latest-posts-module .four {
    margin-bottom: 30px;
  }
  .latest-posts-module .post-card {
    margin: 0 !important;
  }
  .latest-posts-module .btn-secondary {
    margin-top: 20px;
  }
  .site-footer .top-cta {
    padding: 100px 0;
  }
  .site-footer .middle-block ul li {
    padding-left: 0;
  }
  .site-footer .middle-block .fifth {
    width: 100%;
    margin-top: 30px;
  }
  .site-footer .middle-block .fifth:nth-of-type(5) {
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .site-footer .middle-block .fifth:nth-of-type(5) ul.contact-info {
    display: block;
    width: 100%;
  }
  .site-footer .middle-block .fifth:nth-of-type(5) ul.contact-info li {
    width: 100%;
  }
  .site-footer .social-links-wrapper {
    padding-left: 0;
  }
  .site-footer .bottom-row ul#footer-bottom li {
    margin-right: 5px;
  }
  .repeater-block-module {
    padding-top: 50px;
  }
  .repeater-block-module .content-blocks {
    padding-top: 30px;
  }
  .repeater-block-module .content-blocks .four, .repeater-block-module .content-blocks .three {
    width: 100%;
    margin-bottom: 30px;
  }
  .image-gallery-module {
    padding: 50px 0 45px;
  }
  .image-gallery-module .gallery-row {
    padding-top: 30px;
  }
  .image-gallery-module .three {
    width: 50%;
    padding: 5px;
  }
  .general-header .six {
    width: 100%;
  }
  .general-header h1 {
    font-size: 46px;
  }
  .padding-bottom-large {
    padding-bottom: 50px;
  }
  .padding-top-large {
    padding-top: 50px;
  }
  .case-study-header h1 {
    font-size: 32px;
  }
  .case-study-intro .whitebg {
    flex-wrap: wrap;
  }
  .case-study-intro .whitebg .content-side {
    order: 2;
    width: 100%;
  }
  .case-study-intro .whitebg .content-side h2 {
    font-size: 26px;
  }
  .case-study-intro .whitebg .image-side {
    order: 1;
    height: 300px;
    width: 100%;
  }
  .what-we-did {
    padding: 50px 0;
  }
  .what-we-did .five:nth-of-type(2) {
    width: 100%;
  }
  .what-we-did .pad-left {
    padding-left: 30px;
  }
  .case-study-quote {
    padding: 50px 0;
  }
  .case-study-quote p, .case-study-quote span.whoby {
    font-size: 22px;
  }
  .random-case-studies {
    padding: 50px 0 20px 0;
  }
  .random-case-studies .four {
    margin-bottom: 30px;
  }
  .learning-posts {
    padding: 35px 0;
  }
  .learning-card {
    margin: 15px 0;
  }
  .single-learning-post .top-wrapper h1, .single-post .top-wrapper h1 {
    font-size: 30px;
  }
  .post-card .image-wrapper {
    height: 250px;
  }
  .post-card .post-information {
    height: calc(100% - 250px);
  }
  .page-template-page-contact .general-header .six {
    width: 100%;
  }
  .page-template-page-contact .general-header h1 {
    font-size: 38px;
  }
  .contact-us .six:nth-of-type(1) {
    width: 100%;
  }
  .contact-us .six:nth-of-type(2) {
    width: 100%;
  }
  .map {
    height: 350px;
    margin-top: -50px;
  }
}
