/*
Theme Name: PKF-L Theme
Author: i-Publishing Consultants
Author URI: https://www.i-publishingconsultants.com/
Theme URI: https://www.pkf-l.com/
Tags: full-site-editing, block-patterns
Text Domain: pkf-l-theme
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

#back-to-top {
    border: 1px solid var(--wp--preset--color--pkfblue);
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: var(--wp--preset--color--pkfblue);
    font-size: 24px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}
@media and screen (min-width: 768px) {
    #back-to-top {
        bottom: 40px;
        right: 40px;
    }
}
#back-to-top:hover {
    background: var(--wp--preset--color--pkfblue);
    color: #fff;
}
#back-to-top svg {
    transform: rotate(-90deg);
    width: 24px;
    height: 19px;
}

@media (hover: none) and (pointer: coarse) {
    .hide-mobile {
        display: none;
    }
}

/* login page */
.tml-action-login .tml-login, .tml-action .tml-lostpassword {
    max-width: 300px;
}

.tml-links {
    font-size: 13px;
    padding-left: 20px;
}

.tml-action-login .tml-login button, .tml-action .tml-lostpassword button {
    border-radius: 16px;
    border: none;
    background-color: var(--wp--preset--color--pkfblue);
    color: #fff;
    font-size: 14px;
    padding-right: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--40);
    padding-top: var(--wp--preset--spacing--20);
    padding-bottom: var(--wp--preset--spacing--20);
}

.tml-action-login .tml-login button:hover, .tml-action .tml-lostpassword button:hover {
    background-color: var(--wp--preset--color--skyblue);
    cursor: pointer;
}

.tml-action-login .tml-login input, .tml-action .tml-lostpassword input {
    background: none;
    border: 1px solid #caced1;
    border-radius: 6px;
    outline: none !important;
    padding: 0.675em 2em 0.675em 1em;
}
/* Adjust the margin-top of the first paragraph after an h3 heading */
h3 + p {
    margin-top: 18px !important;
}

.single-pkflj_service.postid-1264 .related-articles .wp-block-group.relevant-insights  {
    margin-top: 24px !important;
}

.eb-breadcrumb-bhvxx.eb-breadcrumb-wrapper .eb-breadcrumb-item:hover, .eb-breadcrumb-bhvxx.eb-breadcrumb-wrapper .eb-breadcrumb-item:hover a {
    color: var(--wp--preset--color--pkfskyblue) !important;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    .max-200-w {
        max-width: 200px;
    }
    .max-208-w {
        max-width: 208px;
    }
}

.max-300-w {
    max-width: 300px;
}

.max-900-w {
    max-width: 900px;
}

.max-1000-w {
    max-width: 1000px;
}

/* Insights subscribe block */
.mobile-width.insights-subscribe:not(.block-editor-block-list__block) {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0;
    padding: 10px !important;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.mobile-width.insights-subscribe.is-visible:not(.block-editor-block-list__block) {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 780px) {
    .insights-column-one .wp-block-group.insights-subscribe {
        padding: 20px !important;
    }
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    .mobile-width.insights-subscribe.is-visible {
        display: none;
    }
}
.desktop-width.insights-subscribe:hover {
    background: #fff !important;
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

/* enforce svg color */
.icon-container.has-icon-color path {
    fill: currentColor !important;
}

.alignfull {
    left: 50%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: translateX(-50%);
    width: 100vw;
    position: relative;
}

.home main, .page-id-1812 main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.home .slide-preview .wrapper-group img {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
}

/* homepage - menu with no background and logo on top of slideshow
.home main, .page-id-1812 main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.home .site-header:not(.fixed), .page-id-1812 .site-header:not(.fixed) {
    background: none !important;
    position: fixed;
}

.home .site-header.fixed, .page-id-1812 .site-header.fixed, .home .site-header.fixed .logo-row, .page-id-1812 .site-header.fixed .logo-row {
    background: #fff !important;
}

.home .site-header.fixed .logo-row .icon-container, .page-id-1812 .site-header.fixed .logo-row .icon-container {
    height: 35px;
}

.home .site-header.fixed .logo-row .icon-container svg, .page-id-1812 .site-header.fixed .logo-row .icon-container svg {
    display: none;
}

.home .site-header.fixed .logo-row .icon-container, .page-id-1812 .site-header.fixed .logo-row .icon-container {
    background-image: url('/wp-content/uploads/2024/10/PKF_Logo_Full-Colour_RGB.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.home .site-header:not(.fixed) .wp-block-group.has-background, .page-id-1812 .site-header:not(.fixed) .wp-block-group.has-background {
    box-shadow: none !important;
    background: none !important;
}

.home .site-header:not(.fixed) .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target, .page-id-1812 .site-header:not(.fixed) .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
    color: #fff;
}

.home .site-header .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-item-has-children > .ubermenu-target:hover, .page-id-1812 .site-header .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-item-has-children > .ubermenu-target:hover, .home .site-header .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-item-has-children.ubermenu-active > .ubermenu-target, .page-id-1812 .site-header .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-item-has-children.ubermenu-active > .ubermenu-target:hover {
    color: var(--wp--preset--color--pkfdarkblue);
}

.home .site-header .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-item-has-children > .ubermenu-target:after:hover, .page-id-1812 .site-header .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-item-has-children > .ubermenu-target:hover:after {
    filter: none;
}

.home .site-header .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-item-has-children > .ubermenu-target:after, .page-id-1812 .site-header .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-item-has-children > .ubermenu-target:after {
    filter: invert(100%) brightness(100%) saturate(100%);
}
*/
.ubermenu.ubermenu-skin-minimal .ubermenu-submenu-type-stack {
    padding-top: 0;
    padding-bottom: 15px;
}

.insights-grid-slider .wp-block-post-template li.swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: var(--wp--preset--shadow--natural-custom);
    margin-bottom: 2em;
    margin-top: 0;
}

.insights-grid-slider .wp-block-post-template {
    display: flex;
}

.insights-grid-slider .wp-block-post-template img {
    display: block;
}

.ubermenu-skin-minimal .column-heading {
    color: var(--wp--preset--color--pkfblue);
    font-size: 14px;
    font-style: normal !important;
    font-weight: 600;
    margin-bottom: 0px;
}

#ubermenu-main-6 #menu-item-9239 #menu-item-9242 .ubermenu-submenu .ubermenu-item a, #ubermenu-main-6 #menu-item-9239 #menu-item-20426 .ubermenu-submenu .ubermenu-item a {
    color: var(--wp--preset--color--pkfdarkblue) !important;
    padding-top: 8px;
}

#ubermenu-main-6 #menu-item-9239 #menu-item-9242 .ubermenu-submenu .ubermenu-item a span, #ubermenu-main-6 #menu-item-9239 #menu-item-20426 .ubermenu-submenu .ubermenu-item a span {
    display: contents;
}

#ubermenu-main-6 #menu-item-9239 .ubermenu-tab-content-panel .ubermenu-item a:after {
    background-image: url('assets/images/blue-arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    transform: none;
}

.ubermenu-skin-minimal .ubermenu-custom-content {
    color: var(--wp--preset--color--pkfblue);
    font-style: italic;
}

.ubermenu-skin-minimal #menu-item-9239 .ubermenu-custom-content-padded {
    padding-top: 0;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto.ubermenu-clear-row {
    margin-top: 1em;
}

.page-header-wrapper.wp-block-group {
    display: flex;
    flex-wrap: wrap;
    padding: 0px !important;
    align-items: start;
}

.page-header-wrapper .wp-block-group.breadcrumb {
    display: block;
    margin-bottom: 1em;
    order: 2;
    width: 100%;
}

.page-header-wrapper .wp-block-group.page-header {
    order: 1;
    margin-top: 2em !important;
}

.wp-block-group.breadcrumb .eb-breadcrumb-bhvxx.eb-breadcrumb-wrapper .eb-breadcrumb-item {
    font-size: 13px;
}

@media (min-width: 480px) {
    .wp-block-group.baseline {
        align-items: baseline;
    }
}

@media (max-width: 782px) {
    .wp-block-group.baseline {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 782px) {
    .page-header-wrapper.wp-block-group {
        display: block;
    }
    .page-header-wrapper .wp-block-group.page-header {
        margin-top: 0em !important;
    }
    .page-header-wrapper .wp-block-group.breadcrumb {
        margin-bottom: 0em;
        margin-top: 1em;
    }
    #menu-item-9239 .ubermenu-tab-content-panel.ubermenu-column .ubermenu-item-type-column {
        flex-basis: 50%;
        padding: 0 50px;
    }
    #menu-item-9229 ul.ubermenu-submenu-id-9229 {
        min-height: 570px !important;
    }
    #menu-item-1308 ul.ubermenu-submenu-id-1308 {
        min-height: 610px !important;
    }
}

@media only screen and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #menu-item-9229 ul.ubermenu-submenu-id-9229 {
        min-height: 710px !important;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
    .page-header-wrapper .wp-block-group.breadcrumb {
        padding: 0 80px;
    }
}

/* Responsive menu */
@media (max-width: 820px) {
    .page-header-wrapper.wp-block-group {
        padding: 0px !important;
    }
    .wp-site-blocks .site-header .wp-block-group.no-padding p br {
        display: none;
    }
    /* homepage with menu on top of slideshow
    .home .site-header:not(.fixed) .ubermenu-skin-minimal.ubermenu-responsive-toggle, .page-id-1812 .site-header:not(.fixed) .ubermenu-skin-minimal.ubermenu-responsive-toggle {
        color: #fff !important;
    }
    */
    .site-header .ubermenu-skin-minimal.ubermenu-responsive-toggle {
        color: var(--wp--preset--color--pkfdarkblue);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ubermenu-menu-6.ubermenu-responsive.ubermenu-mobile-modal {
        background-color: var(--wp--preset--color--neutralstone) !important;
        padding: 10px;
    }

    .ubermenu-menu-6.ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-drop {
        background-color: var(--wp--preset--color--neutralstone) !important;
        border: none !important;
    }

    .ubermenu-menu-6.ubermenu-responsive.ubermenu-mobile-modal a, .ubermenu-mobile-close-button {
        font-size: 20px !important;
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
        width: 100% !important;
    }
}
/* Page header */

.header-placeholder {
    height: 0;
    width: 100%;
    display: none;
}

.header-placeholder.active {
    height: 204px;
    visibility: hidden;
    display: block;
}

.site-header {
    position: relative;
    width: 100%;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: transform 0.3s ease, visibility 0.3s ease;
    z-index: 2;
}

.site-header.fixed {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

.site-header.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

/* Optional, to prevent jump when header goes fixed */
.header-placeholder {
    width: 100%;
    height: 0;
}

.header-placeholder.active {
    height: var(--header-height, 0);
}

header {
    position: relative;
    z-index: 1;
}

header .custom-logo {
    width: 115px;
    height: 48px;
}

.page-header .wp-block-group {
    position: relative;
}

.page-header .wp-block-post-featured-image {
    position: absolute;
    bottom: 0;
    right: 0px;
    overflow: hidden;
    display: block;
    height: 415px;
    width: 535px;
}

.page-header .wp-block-post-featured-image img {
    width: 830px;
    height: auto;
    max-width: unset;
}

.has-subheading .wp-block-post-featured-image {
    height: 500px;
}

.has-subheading .wp-block-post-featured-image img {
    width: 875px;
}

.page-header h2 {
    color: var(--wp--preset--color--neutralpebbledark);
    font-size: 30px;
    margin: 0;
}

@media (min-width: 782px) {
    .page-header h1, .page-header .is-acf-field {
        padding-right: 500px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
    .page-header .wp-block-group {
        padding: 80px 50px;
    }
    .page-header h1, .page-header .is-acf-field {
        padding-right: 190px !important;
    }
    .page-header .wp-block-post-featured-image {
        width: 465px;
    }
}

@media only screen and (min-width: 945px) and (max-device-width: 1366px) {
    .page-header h1 {
        max-width: 77%;
        z-index: 1;
        position: relative;
    }
}

/* menu */
.ubermenu-skin-minimal a {
    font-family: var(--wp--preset--font-family--pkfinter);
    font-size: 14px;
}

#ubermenu-main-6 p {
    margin: 0;
}

#ubermenu-main-6 #menu-item-1299 > a, #ubermenu-main-6 #menu-item-1303 > a, #ubermenu-main-6 #menu-item-1300 > a, #ubermenu-main-6 #menu-item-1880 > a, #ubermenu-main-6 #menu-item-1881 > a, #ubermenu-main-6 #menu-item-2177 > a, #ubermenu-main-6 #menu-item-3537 > a {
    padding: 20px;
}

#menu-item-1521 a {
    background-color: var(--wp--preset--color--pkfblue);
    border-radius: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
}

#menu-item-1521 a:hover {
    background-color: var(--wp--preset--color--skyblue);
}

@media (min-width: 782px) {
    #ubermenu-main-6 .ubermenu-tab.ubermenu-active > .ubermenu-tab-content-panel, #ubermenu-main-6 .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
        background: #F0F0F0;
        display: flex;
        justify-content: space-evenly;
        padding: 30px 0;
    }
    #ubermenu-main-6 .ubermenu-tab > .ubermenu-tab-content-panel.ubermenu-column.single-column {
        justify-content: start;
        padding-left: 40px;
    }
    #menu-item-1303:hover, #menu-item-1880:hover, #menu-item-2177:hover, #menu-item-3537:hover {
        background: #F0F0F0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}
#ubermenu-main-6 .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target,
#ubermenu-main-6 .ubermenu-tab-content-panel.ubermenu-column > li > a, #ubermenu-main-6 #menu-item-1359 a, .ubermenu-skin-minimal .ubermenu-tab-content-panel .has-children-link, .ubermenu-skin-minimal .ubermenu-submenu-id-1880 .ubermenu-item-level-2:not(.ubermenu-has-submenu-stack) a, #ubermenu-main-6 .ubermenu-tab-content-panel.ubermenu-column .has-children-link, .ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target, #ubermenu-main-6 .ubermenu-tab > .ubermenu-tab-content-panel.ubermenu-column.single-column .ubermenu-item-level-4 > a, #ubermenu-main-6 .ubermenu-tab #menu-item-1413 a, #ubermenu-main-6 .ubermenu-tab-content-panel.ubermenu-column li li>a.blue {
    border: none;
    color: var(--wp--preset--color--pkfblue) !important;
    font-weight: 600;
}

#ubermenu-main-6 .ubermenu-submenu-id-5651 {
    padding: 0 10px;
}

#ubermenu-main-6 .ubermenu-tab-content-panel .ubermenu-column li:first-of-type li a, #ubermenu-main-6 .ubermenu-tab-content-panel.ubermenu-column li li > a, #ubermenu-main-6 .ubermenu-tab-content-panel .ubermenu-column li li:first-of-type a, #ubermenu-main-6 #menu-item-1359 li a   {
    color: var(--wp--preset--color--neutralpebbledark) !important;
    font-weight: 400;
}

#ubermenu-main-6 .ubermenu-tab-layout-left > .ubermenu-tabs-group {
    padding: 30px 20px;
}

#ubermenu-main-6 .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target, #ubermenu-main-6 .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
    background: var(--wp--preset--color--skyblue);
    border-radius: 25px;
    color: #fff !important;
}

#ubermenu-main-6 .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target:after, #ubermenu-main-6 .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target:hover:after {
    display: none;
}

#ubermenu-main-6 .ubermenu-has-submenu-drop a:after {
    background-image: url('assets/images/menu-arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 6px;
}

#ubermenu-main-6 .ubermenu-has-submenu-drop.ubermenu-active a:after {
    transform: rotate(180deg);
}

#ubermenu-main-6 .ubermenu-has-submenu-drop .ubermenu-submenu-drop a:after {
    display: none;
}

.top-menu .contact-icon, .desktop {
    display:none
}

.wp-block-group.mobile-contact-us {
    padding: 0 !important;
}

.wp-block-group.mobile-contact-us .contact-icon svg {
    display: block;
    width: 12px;
}

.wp-block-group.mobile-contact-us p {
    border-radius: 20px;
}

@media (min-width: 782px) {
    .ubermenu-submenu.ubermenu-submenu-id-1303, #ubermenu-main-6 .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        border: none;
        width: 100vw !important;
        z-index: 9999 !important;
        box-sizing: border-box !important;
        padding: 0;
    }
    .top-menu .contact-icon svg {
        display: block;
        width: 12px;
    }
    .top-menu .contact-icon, .desktop {
        display: flex !important;
    }
    .mobile-contact-us {
        display: none !important;
    }
}

@media (max-width: 782px) {
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-type-mega>.ubermenu-item.ubermenu-column {
        display: block;
    }
    header .top-menu {
        gap: 4px;
        height: 40px;
        justify-content: center;
    }
    .wp-block-group.lozenge-menu .max-900-w {
        border-radius: 1em !important;
    }
    .expanding-header-wrapper br {
        content: " ";
        display: inline-block;
    }
}

@media only screen and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .page-id-601 .wp-container-core-group-is-layout-11 .has-xxx-large-font-size {
        font-size: 2.3em !important;
    }
}

@media (min-width: 782px) {
    .ubermenu-submenu-id-1308, .ubermenu-submenu-id-4074, .ubermenu-tabs-group {
        background-color: #0f3780 !important;
    }

    .ubermenu-submenu-id-1308 a, .ubermenu-submenu-id-4074 a, .ubermenu-tabs-group a {
        color: #fff !important;
    }

    .ubermenu-submenu-id-1308 .ubermenu-tab-content-panel a, .ubermenu-submenu-id-4074 .ubermenu-tab-content-panel a {
        color: #666 !important
    }
}

/* Breadcumbs */
.yoast-breadcrumbs {
    font-size: 13px;
}

/* Search */
.search-mobile,
.search-desktop {
    display: none;
}

.search-mobile.visible {
    display: block;
}

.search-desktop.visible {
    display: block;
}
.search-popup {
    position: fixed;
    top: 0;
    right: 89px;
    z-index: 1;
    justify-content: center;
    align-items: center;
    visibility: hidden; /* Use visibility instead of display */
    opacity: 0; /* Start as fully transparent */
    transform: translateY(-20px); /* Start slightly above */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s; /* Smooth slide-down effect */
}

.logged-in .search-popup.active {
    transform: translateY(140px); /* Slide down into place */
}

.search-popup.active {
    visibility: visible; /* Make it visible */
    opacity: 1; /* Fully opaque */
    transform: translateY(110px); /* Slide down into place */
}

.search-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    width: 300px;
    text-align: center;
}

.search-popup-content form {
    display: flex;
}

.search-popup-content input[type="text"] {
    width: 80%;
    padding: 10px;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-popup-content button {
    padding: 10px 20px;
    background: var(--wp--preset--color--pkfblue);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.search-popup-content button:hover {
    background: var(--wp--preset--color--skyblue);
}

.menu-search-icon {
    width: 24px;
    height: auto;
    cursor: pointer;
}

#menu-item-16854 {
    padding: 3px 10px 14px;
}

@media (min-width: 786px) {
    #menu-item-16854 {
        max-height: 58px;
    }
}

@media (min-width: 480px) and (max-width: 820px) {
    #menu-item-9239 .ubermenu-tab-content-panel.ubermenu-column .ubermenu-item-type-column {
        flex-basis: 100%;
    }
}

/* Hide the popup and show inline search by default on small screens */
@media (max-width: 820px) {
    .inline-search {
        display: flex; /* Display the search field and button inline */
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
        position: relative;
    }

    .inline-search input[type="text"] {
        width: 96%;
        padding: 15px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 25px;
        box-sizing: border-box;
    }

    .inline-search button {
        background: transparent;
        border: none;
        padding: 10px;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 20px;
    }

    .inline-search img {
        width: 24px;
        height: 24px;
    }
    .search-mobile {
        display: block !important;
    }
    .search-desktop {
        display: none !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
    .page-id-601 main.wp-block-group {
        padding-right: 10px;
        padding-left: 10px;
    }
    .two-column-two-images-right .wp-block-column:first-child, .two-column-two-images-left .wp-block-column:first-child {
        margin-left: 2em;
    }
    .two-column-two-images-right .wp-block-column:last-child, .two-column-two-images-left .wp-block-column:last-child {
        margin-right: 2em;
    }
}

/* blocks */
.wp-site-blocks .site-header .wp-block-group.no-padding {
    padding: 0 !important;
    gap: 0;
}

.wp-site-blocks .wp-block-group.no-padding-left-right {
    padding-right: 0 !important;
}

@media (max-width: 480px) {
    .wp-site-blocks .wp-block-group.no-padding-left-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .three-column-sector-headings .wp-block-column:not(:last-child) {
        margin-bottom: 4em;
    }
    .three-column-sector-headings .wp-block-column figure img {
        min-height: 160px;
    }
}

@media (min-width: 1320px) {
    .wp-site-blocks .wp-block-group.no-padding-left-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wp-site-blocks .site-header .wp-block-group.no-padding, .wp-site-blocks .wp-block-group.no-padding {
        padding: 0 !important;
        gap: 0;
    }
}

/* heading-with-expanding-underline */
@media only screen and (max-device-width: 1366px) {
    .has-heading-underline, .heading-with-expanding-underline {
        padding: 0 !important;
    }
    .heading-with-expanding-underline .wp-block-column .expanding-header-wrapper {
        height: 100%;
        padding: 15px !important;
    }
    .expanding-header-wrapper .underline {
        box-shadow: 3px 3px 31px -14px rgba(0,0,0,.75);
        transform: translate(-50%,-50%) scale(100);
    }
    .expanding-header-wrapper h2, .expanding-header-wrapper p {
        color: #fff !important;
    }
    .expanding-header-wrapper h2 {
        font-size: 2.3rem !important;
        font-weight: 600 !important;
    }
    .wp-block-pkfl-plugin-heading-with-div.expanding-header {
        display: flex;
        align-items: end;
    }
    .expanding-header-wrapper p::before {
        border-top: 2px solid #fff;
        content: "";
        display: block;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: -7px;
        width: 30px;
    }
    .small-column-gap {
        padding: 35px;
    }
    .small-column-gap .wp-container-core-columns-is-layout-2 {
        gap: 0;
    }
    .full-width-image-left-bg .wp-block-columns, .two-column-image-contained, .full-width-image-right-bg .wp-block-columns, .three-column-image-banner .wp-block-columns, .two-column-two-images-right, .two-column-two-images-left {
        flex-grow: 1 !important;
        flex-wrap: wrap !important;
        align-items: normal !important;
        box-sizing: border-box;
        display: flex;
    }
    .full-width-image-left-bg .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .two-column-image-contained .wp-block-column, .full-width-image-right-bg .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .three-column-image-banner .wp-block-column, .two-column-two-images-right .wp-block-column, .two-column-two-images-left .wp-block-column {
        flex-grow: 1 !important;
        flex-basis: 100% !important;
    }
    .full-width-image-left-bg .wp-block-image, .full-width-image-right-bg .wp-block-image {
        position: relative !important;
        left: unset !important;
        right: unset !important;
    }
    .two-column-image-contained .wp-block-column .wp-block-group, .two-column-two-images-right .wp-block-column .wp-block-group:first-child, .two-column-two-images-left .wp-block-column .wp-block-group:first-child {
        margin-top: 0 !important;
    }
    .two-column-two-images-right .wp-block-column:last-child, .two-column-two-images-left .wp-block-column:last-child {
        padding-bottom: 3em;
    }
    .two-column-two-images-right .wp-block-column:last-child .wp-block-group:last-child, .two-column-two-images-left .wp-block-column:last-child .wp-block-group:last-child {
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }
}
@media only screen and (max-device-width: 360px) {
    .expanding-header-wrapper h2 {
        font-size: 2rem !important;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .two-column-two-images-right .wp-block-column:first-child, .two-column-two-images-left .wp-block-column:first-child {
        margin-left: 2em;
    }
    .two-column-two-images-right .wp-block-column:last-child, .two-column-two-images-left .wp-block-column:last-child {
        margin-right: 2em;
    }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) {
    .two-column-two-images-right .wp-block-column .wp-block-group:first-child figure, .two-column-two-images-left .wp-block-column .wp-block-group:first-child figure {
        margin-right: 2em !important;
    }
}

@media (min-width: 376px) and (max-width: 415px) {
    .three-column-image-banner h2 {
        font-size: 2.5em;
    }
}

/* Three column sector headings */
.three-column-sector-headings .wp-block-cover {
    min-height: 125px !important;
    max-height: 125px;
    padding: 0;
}

.three-column-sector-headings .wp-block-column:hover {
    background: #fff !important;
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

.three-column-sector-headings .wp-block-cover img {
    border-radius: 6px;
    max-width: 218px;
    max-height: 125px;
    margin: 0 auto;
}

.services-top-line-grid-with-images .wp-block-cover img {
    border-radius: 6px;
    max-height: 250px;
    margin: 0 auto;
}

.three-column-sector-headings .wp-block-cover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.three-column-sector-headings .wp-block-column.has-background {
    border-radius: 6px !important;
}

.three-column-sector-headings:hover .wp-block-heading {
    font-weight: 600;
    position: relative;
}

@media (min-width: 782px) {
    .three-column-sector-headings .wp-block-heading:hover {
        background-image: url('assets/images/blue-arrow.svg');
        background-repeat: no-repeat;
        background-position: 93% 50%;
        background-size: 20px;
    }
}

/* Tabs */
.pkf-tabs .tabTitles {
    position: relative;
}

.pkf-tabs .tabTitles .active {
    font-weight: 600;
}

.pkf-tabs .tabTitles .active:after, .pkf-tabs .tabTitles li:hover:after {
    content: '';
    position: absolute;
    bottom: -23px;
    width: 5px;
    height: 50px;
    transform: rotate(90deg);
    flex-shrink: 0;
    border-radius: 3px 0px 0px 3px;
    background: #FFF;
}

.pkf-tabs .tabTitles li:first-child {
    border-top-left-radius: 8px;
}

.pkf-tabs .tabTitles li:last-child {
    border-top-right-radius: 8px;
}

.pkf-tabs .eb-tab-wrapper p {
    margin: 20px 0 !important;
}

@media (max-width: 480px) {
    .pkf-tabs .tabTitles {
        display: block !important;
    }
    .pkf-tabs .tabTitles li {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
}

/* Three column image banner */
.home .three-column-image-banner {
    margin-bottom: 1em !important;
}

.three-column-image-banner {
    margin-bottom: 9em !important;
}

.three-column-image-banner:not(.right) .wp-block-column:first-of-type {
    order:2;
}

.three-column-image-banner .wp-block-column .wp-block-group {
    position: relative;
}

.three-column-image-banner .wp-block-column .wp-block-group img {
    min-height: 170px;
    min-width: 215px;
}

.three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:first-of-type {
    position: absolute;
    top: -155px;
    left: -20px;
    height: 200px;
    width: 100%;
}

.three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:last-child {
    position: absolute;
    bottom: -135px;
    left: 0px;
    z-index: 21;
}

.three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:nth-child(2) {
    margin-top: 11em !important;
    margin-left: 3em !important;
    height: 200px;
    width: 100%;
    margin-bottom: 3em;
}

.three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:nth-child(2) figure {
    margin-inline-start: 0;
}

.three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:last-child {
    height: 200px;
    width: 100%;
}

@media (min-width: 480px) {
    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:first-of-type {
        top: -155px;
    }

    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:last-child {
        bottom: -190px;
    }

    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:nth-child(2) {
        margin-top: 8em !important;
        margin-left: 1.5em !important;
        margin-bottom: 15em;
    }
    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group img {
        width: 500px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group img {
        width: 500px !important;
        min-height: 315px;
    }
    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:nth-child(2) {
        height: 300px;
        margin-bottom: 14em;
    }
    #leadership {
        padding: 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group img {
        width: 560px !important;
    }
}

blockquote {
    font-size: 28px !important;
    padding: 0 80px;
}

.wp-block-columns blockquote {
    padding: 0px;
}

.hub-pull-out-quote {
    box-sizing: border-box;
    display: block;
}

@media (max-width: 782px) {
    .heading-with-expanding-underline.wp-block-group, .hub-full-width-image.wp-block-group, .no-padding-mobile.wp-block-group, .three-column-image-top.wp-block-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hub-pull-out-quote {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    blockquote {
        padding: 0 40px !important;
    }

    .services-top-line-grid-with-images.wp-block-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .services-top-line-grid-with-images .wp-block-column {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-device-width: 1366px) {
    .three-column-image-banner.right h2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .three-column-image-banner.right p, .three-column-image-banner.right .eb-button-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (min-device-width: 1367px) {
    .three-column-image-banner .wp-block-column:first-of-type {
        order: unset !important;
    }
    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group, .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:nth-child(2) .wp-block-image {
        width: unset;
    }
    .three-column-image-banner .wp-block-column .wp-block-group {
        min-height: 300px;
    }

    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:first-of-type {
        position: absolute;
        top: -150px;
        left: -20px;
    }

    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:last-child {
        position: absolute;
        bottom: -200px;
        left: 20px;
    }
}
/* Forms */
.gform_wrapper input.button, .gform-theme--foundation.survey-form_wrapper .survey-form .gform-footer input.button {
    background-color: var(--wp--preset--color--pkfblue) !important;
    border-radius: 25px !important;
    border: none;
    color: #fff;
    padding: 10px 20px;
}

.gform_wrapper input.button:hover, .gform-theme--foundation.survey-form_wrapper .survey-form .gform-footer input.button:hover {
    background-color: var(--wp--preset--color--skyblue);
}

.gform_wrapper .gfield--type-html.blue {
    color: #112337;
}

.gform_wrapper .gfield--type-html.bold {
    font-weight: 500;
}

.gform-theme--foundation.survey-form_wrapper .survey-form .gfield--type-textarea label {
    margin-bottom: 10px;
}

.gform-theme--foundation.survey-form_wrapper .survey-form .gfield--type-html {
    margin: 0;
}
.gform-theme--foundation.survey-form_wrapper .survey-form label {
    font-size: 100%;
}

.gform-theme--foundation.survey-form_wrapper .survey-form .gfield {
    padding: 20px;
}

.gform-theme--foundation.survey-form_wrapper .survey-form .gform_fields {
    row-gap: 20px;
}

.gform-theme--foundation.survey-form_wrapper .survey-form .gfield--type-select:nth-child(odd), .gform-theme--foundation.survey-form_wrapper .survey-form #field_7_10 {
    background-color: #f1f1f1;
}

@media screen and (min-width:480px) {
    .gform-theme--foundation.survey-form_wrapper .survey-form .gfield--type-select label {
        inline-size: 90%;
    }
    .gform-theme--foundation.survey-form_wrapper .survey-form .gfield--type-select .ginput_container_select {
        inline-size: 10%;
    }
    .gform-theme--foundation.survey-form_wrapper:where(:not(.gform_editor)) .left_label .gfield_html_formatted, .gform-theme--foundation:where(:not(.gform_editor)) .right_label .gfield_html_formatted {
        margin-inline-start: 0;
    }
    .gform-theme--foundation.survey-form_wrapper .survey-form .gfield--type-textarea label, .gform-theme--foundation.survey-form_wrapper .survey-form .ginput_container_textarea,
    .gform-theme--foundation.survey-form_wrapper .survey-form .gfield--type-text label, .gform-theme--foundation.survey-form_wrapper .survey-form .ginput_container_text {
        inline-size: 100% !important;
    }
    .gform-theme--foundation.survey-form_wrapper .survey-form .gform-footer {
        padding: 0 0 0 20px;
    }
    .gform-theme--foundation.survey-form_wrapper .survey-form #field_7_9, .gform-theme--foundation.survey-form_wrapper .survey-form #field_7_11 {
        margin-left: 40px;
    }
}

/* Meet your experts block */
.meet-your-experts .people-swiper .swiper-slide .image {
    margin: 0 auto 0.5em;
    min-height: 160px;
    display: flex;
}

.meet-your-experts .swiper-slide .title {
    font-size: 0.85rem;
}

.single-pkflj_hub .group-90-width.meet-your-experts {
    left: 0;
    width: 100%;
}

/* Meet the team link block */
.mtt-block-group {
    display: flex;
}

.meet-the-team-link-block {
    border-radius: 50px;
    box-shadow: var(--wp--preset--shadow--natural-tight);
    display: flex;
    padding: 10px;
}

.mtt-heading {
    align-items: center;
    display: flex;
    line-height: 12px;
    padding: 5px 10px;
}

.mtt-heading a {
    color: var(--wp--preset--color--neutralpebbledark);
    font-size: 12px;
    font-weight: 600;
}

.meet-the-team-link-block .mtt-images img:not(.arrow) {
    box-shadow: var(--wp--preset--shadow--natural-tight);
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 40px;
    max-height: 40px;
    position: relative;
}

.meet-the-team-link-block .mtt-images a picture {
    position: relative;
}

.meet-the-team-link-block .mtt-images a picture:nth-of-type(1) {
    left: 0;
    z-index: 3;
}

.meet-the-team-link-block .mtt-images a picture:nth-of-type(2) {
    left: -10px;
    z-index: 2;
}

.meet-the-team-link-block .mtt-images a picture:nth-of-type(3) {
    left: -20px;
    z-index: 1;
}

.meet-the-team-link-block .mtt-images img.arrow {
    margin: 0 0px 10px;
    transform: rotate(90deg);
    left: -2px;
    position: relative;
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait) {
    #meet-the-team .people-swiper .swiper-slide .wp-block-group {
        padding: 15px !important;
    }
}

/* Lists */

ul {
    list-style-image: url('assets/images/blue-arrow.svg');
}

.wp-block-tt-accordion {
    list-style-image: none;
}

/*.wp-block-list a {
    color: var(--wp--preset--color--neutralpebbledark);
}

.wp-block-list a:hover {
    color: var(--wp--preset--color--skyblue);
}*/

/* Accordions */
.eb-accordion-ohc3k.eb-accordion-container .eb-accordion-wrapper + .eb-accordion-wrapper {
    padding-top: 0 !important;
}

/* Accordion with plus icon */
.accordion-with-plus-icon .wp-block-essential-blocks-accordion-item {
    padding-top: 0 !important;
}

.accordion-with-plus-icon .eb-accordion-1fogr.eb-accordion-container .eb-accordion-wrapper .eb-accordion-content-wrapper p {
    margin: 18px 0;
}

.accordion-with-plus-icon .eb-accordion-title-wrapper:hover, .accordion-with-plus-icon .eb-accordion-wrapper:hover:not(.eb-accordion-hidden) .eb-accordion-title-wrapper {
    border-bottom-left-radius: 0 !important;
    font-weight: 600;
}

.accordion-with-plus-icon .eb-accordion-wrapper:not(.eb-accordion-hidden) .eb-accordion-title-wrapper {
    border-bottom-left-radius: 0;
    font-weight: 600;
}

.accordion-with-plus-icon .eb-accordion-icon {
    transform: rotate(135deg);
}

.accordion-with-plus-icon .eb-accordion-wrapper:not(.eb-accordion-hidden) .eb-accordion-icon {
    transform: rotate(0deg);
}

/* Services top line grid with icons */
.services-top-line-grid-with-icons .wp-block-columns, .services-top-line-grid-with-images .wp-block-columns {
    margin-bottom: 4em !important;
}

@media (max-width: 782px) {
    .services-top-line-grid-with-icons .wp-block-column:last-child, .services-top-line-grid-with-images .wp-block-column:last-child {
        margin-top: 4em !important;
    }
    .services-top-line-grid-with-icons .wp-block-column {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .accordion-with-icons.wp-block-group, .sub-section-with-video.wp-block-group, .sub-section-with-video.wp-block-group .wp-block-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .accordion-with-icons .eb-accordion-title-content-wrap {
        display: block;
    }
    .accordion-with-icons .eb-accordion-title-content-wrap h2 {
        font-size: 18px !important;
    }
    .accordion-with-icons .eb-accordion-title-content-wrap .dashicon {
        margin-bottom: 10px;
    }
    #leadership .wp-block-group.max-300-w {
        padding: 0 !important
    }
    #leadership .wp-block-columns,
    .wp-block-column[style*="padding-right:var(--wp--preset--spacing--60);"][style*="padding-left:var(--wp--preset--spacing--60);"],
    .wp-block-column[style*="padding-right:var(--wp--preset--spacing--70);"][style*="padding-left:var(--wp--preset--spacing--70);"],
    .wp-block-column[style*="padding-right:var(--wp--preset--spacing--80);"][style*="padding-left:var(--wp--preset--spacing--80);"],
    .wp-block-columns[style*="padding-right:var(--wp--preset--spacing--60);"][style*="padding-left:var(--wp--preset--spacing--60);"],
    .wp-block-columns[style*="padding-right:var(--wp--preset--spacing--70);"][style*="padding-left:var(--wp--preset--spacing--70);"],
    .wp-block-columns[style*="padding-right:var(--wp--preset--spacing--80);"][style*="padding-left:var(--wp--preset--spacing--80);"] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 1024px) {
    #leadership .team-member.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, .single-pkflj_insight .insights-column-group .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
    .single-pkflj_insight .insights-column-group .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.insights-column-three .wp-block-column {
        flex-basis: unset !important;
    }
    .single-pkflj_insight .insights-column-group .wp-block-columns {
        flex-wrap: wrap !important
    }
}

@media screen and (max-width: 361px) {
    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:first-of-type {
        top: -140px;
    }
    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:last-child {
        bottom: -125px;
    }
    .three-column-image-banner .wp-block-column .wp-block-group .wp-block-group:nth-child(2) {
        margin-top: 10em !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 375px) {
    h2 {
        font-size: 2.2em;
    }
}

@media (min-width: 782px) {
    .services-top-line-grid-with-icons .wp-block-column, .services-top-line-grid-with-images .wp-block-column {
        max-width: calc(50% - 135px);
    }
}

/* Separator*/

hr.wp-block-separator {
    border-width: 1px;
}

/* Columns */

.wp-block-column.has-background {
    border-radius: 20px;
}

/* Two Column Two Images Left and Right */
.two-column-image-right {
    padding-top: 80px !important;
}

.two-column-image-left .wp-block-columns, .two-column-image-right .wp-block-columns {
    min-height: 350px;
    position: relative;
}

.two-column-image-left .wp-block-column .wp-block-image {
    position: absolute;
    bottom: 0;
    left: 0px;
    overflow: hidden;
    display: block;
    height: 465px;
    width: 550px;
}

.editor-styles-wrapper .two-column-image-left .wp-block-column .wp-block-image {
    bottom: -95px;
    left: -80px;
}

.two-column-image-left .wp-block-column .wp-block-image img {
    width: 830px;
    height: auto;
    max-width: unset;
    position: absolute;
    right: 0;
    top: 0;
}

.two-column-image-left .wp-block-column:last-child {
    z-index: 2;
}

.two-column-image-right .wp-block-column .wp-block-image {
    position: absolute;
    bottom: 0;
    right: 0px;
    overflow: hidden;
    display: block;
    height: 465px;
    width: 550px;
}

.editor-styles-wrapper .two-column-image-right .wp-block-column .wp-block-image {
    bottom: -95px;
    left: -80px;
}

.two-column-image-right .wp-block-column .wp-block-image img {
    width: 830px;
    height: auto;
    max-width: unset;
    position: absolute;
    left: 0;
    top: 0;
}

.two-column-image-right.quote .wp-block-column .wp-block-image, .two-column-image-left.quote .wp-block-column .wp-block-image {
    width: 400px;
}

.two-column-image-right.quote .wp-block-column .wp-block-image img, .two-column-image-left.quote .wp-block-column .wp-block-image img {
    width: 695px;
}

@media (min-width: 782px) {
    .two-column-image-right.quote .wp-block-column .wp-block-image img, .two-column-image-left.quote .wp-block-column .wp-block-image img {
        width: 995px;
    }
}

@media (min-width: 1140px) {
    .two-column-image-right.quote .wp-block-column .wp-block-image, .two-column-image-left.quote .wp-block-column .wp-block-image {
        width: 500px;
    }
}

@media (min-width: 1350px) {
    .two-column-image-right.quote .wp-block-column .wp-block-image, .two-column-image-left.quote .wp-block-column .wp-block-image {
        width: 600px;
    }
}

@media (min-width: 1550px) {
    .two-column-image-right.quote .wp-block-column .wp-block-image, .two-column-image-left.quote .wp-block-column .wp-block-image {
        width: 700px;
    }
}

@media (min-width: 1750px) {
    .two-column-image-right.quote .wp-block-column .wp-block-image, .two-column-image-left.quote .wp-block-column .wp-block-image {
        width: 800px;
    }
}

@media (max-width: 782px) {
    .two-column-image-left .wp-block-column:first-child {
        order: 2;
        min-height: 350px;
    }
    .two-column-image-right .wp-block-column:last-child {
        min-height: 350px;
    }
    .two-column-image-contained .wp-block-column:nth-child(2) .wp-block-group {
        margin-top: 0 !important;
    }
    .two-column-image-left.quote .wp-block-column .wp-block-image {
        bottom: -17px;
    }
}

/* Quick link rows */
.quick-link-rows figure {
    display: flex;
}
/* Quick view grid */
.quick-view-grid .wp-block-column .wp-block-group.wrapper-has-background:hover {
    background: #fff !important;
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

.quick-view-grid .wp-block-columns {
    justify-content: center;
}

.quick-view-grid .wp-block-column {
    max-width: 275px;
}

/* Drop shadow */
.drop-shadow-natural {
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

/* you may also like */
.you-may-also-like .swiper.wp-block-group {
    padding: 0 20px !important;
}
.you-may-also-like.hub-pages .insights-grid-slider .post-wrapper, .you-may-also-like.hub-pages .insights-grid-slider li:hover .post-wrapper {
    height: 150px;
}
@media (max-width: 480px) {
    .you-may-also-like.wp-block-group {
        padding: 0 !important;
    }
    .you-may-also-like.hub-pages.wp-block-group .wp-block-post-excerpt__excerpt {
        font-size: 12.5px;
    }
    .you-may-also-like.hub-pages.wp-block-group img {
        height: 290px;
    }
}
/* Hyperlink Group Block */

.wp-block-tiptip-hyperlink-group-block {
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: scale(1);
    transform-origin: center;
}

.has-hyperlink-group-block {
    transform: scale(1);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.wp-block-tiptip-hyperlink-group-block:hover, .has-hyperlink-group-block:hover {
    transform: scale(1.075);
}

.wp-block-tiptip-hyperlink-group-block .wp-block-cover {
    transition: box-shadow 0.3s ease-in-out;
}

.wp-block-tiptip-hyperlink-group-block:hover .wp-block-cover {
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

.wp-block-tiptip-hyperlink-group-block p {
    transition: font-weight 0.1s ease-in-out;
}

.wp-block-tiptip-hyperlink-group-block:hover p {
    font-weight: 600;
}

/* Our People page */
.people-query-loop .wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--60);
    margin-block-start: 0;
    padding: 0;
}
.people-query-loop .wp-block-post-template .wp-block-columns {
    gap: 24px;
}
@media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr;
    }
}
.insights-column-three .contacts li, .people-swiper .swiper-slide, .bespoke-contacts .swiper-slide {
    padding: 0 10px 20px;
    position: relative;
}

.people-query-loop li .wp-block-group.has-neutralclouddark-background-color:hover, .insights-column-three .contacts .wp-block-group:hover, .people-swiper .swiper-slide .wp-block-group:hover, .bespoke-contacts .swiper-slide .wp-block-group:hover {
    background: #fff !important;
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

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

.people-query-loop .wp-block-read-more:hover {
    background-color: var(--wp--preset--color--skyblue) !important;
}

.people-query-loop .wp-block-columns img, .people-swiper .swiper-slide .wp-block-columns img, .bespoke-contacts .swiper-slide .wp-block-columns img {
    filter: invert(10%) sepia(10%) saturate(5408%) hue-rotate(184deg) brightness(94%) contrast(108%);
    width: 15px;
}

.people-grid .wp-block-post-featured-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-select  {
    position: relative;
    max-width: 100%;
}

#service-filter, #sector-filter, #location-filter, #insight-service-filter, #insight-sector-filter, #insight-category-filter {
    appearance: none;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
    max-width: 100%;
}

.custom-select::before,
.custom-select::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
}

.custom-select::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid black;
    top: 40%;
}

.custom-select::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid black;
    top: 55%;
}

.search-field-container {
    display: flex;
    align-items: center;
}

.custom-input {
    border: 1px solid #caced1;
    border-radius: 6px;
    position: relative;
}

#search-name {
    flex: 1;
    padding: 0.5em;
    font-size: 1em;
}

#title-search {
    min-width: 210px;
}

#clear-search {
    background: none;
    border: none;
    position: absolute;
    color: var(--wp--preset--color--pkfblue);
    font-size: 11px !important;
    top: 10px;
    right: 8px;
    padding: 0;
    font-size: 1em;
    cursor: pointer;
}

#title-search, .custom-input input:focus-visible, .custom-input input:focus {
    background: none;
    border: none !important;
    outline: none !important;
    padding: 0.675em 2em 0.675em 1em;
}

@media (max-width: 782px) {
    .people-grid .pkflj_people .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 1024px) {
    .wp-block-group.people-filters {
        flex-wrap: wrap;
        padding: 0 !important;
    }
    .custom-select, .custom-select select, .custom-input {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px)
  and (max-width: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .wp-block-group.people-filters {
        flex-wrap: wrap;
        padding: 0 !important;
    }
    .custom-select, .custom-select select, .custom-input {
        width: 100%;
    }
    .people-query-loop .wp-block-post-template .wp-block-columns {
        gap: 10px;
    }
}


/* search results */
.search-template h2 {
    margin-bottom: 0.5em;
}
.search-template img {
    max-width: 300px;
}
/* Team Member */
.single-pkflj_people main {
    padding-bottom: 0 !important;
}

.single-pkflj_people .wp-block-post-featured-image {
    max-width: 455px;
}

.single-pkflj_people .is-acf-field.telephone:before {
    background-image: url('assets/images/telephone.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.single-pkflj_people .is-acf-field.email:before {
    background-image: url('assets/images/email.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.single-pkflj_people .is-acf-field.location:before {
    background-image: url('assets/images/location.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.single-pkflj_people .is-acf-field.linkedin:before {
    background-image: url('assets/images/linkedin.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.single-pkflj_people .is-acf-field .value {
    display: inline-block
}

.people-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.people-content .wp-block-columns .wp-block-column:last-child {
    display: none;
}

.team-member .wp-block-column .wp-block-image:first-of-type, .team-member .wp-block-column .wp-block-image.profile-pic {
    aspect-ratio: 1;
    height: 100%;
}

.team-member .wp-block-column .wp-block-image img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member .wp-block-column .max-300-w .wp-block-image img {
    border-radius: unset;
    width: 100%;
    height: unset;
    object-fit: unset;
}

.team-member:hover {
    background: #fff !important;
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

.single-pkflj_people .insights-grid-slider .wp-block-post-featured-image {
    height: 190px;
}

.single-pkflj_people .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--wp--preset--color--neutralstone);
}

.single-pkflj_people .insights-grid-slider .wp-block-post-template li.swiper-slide, .single-pkflj_sector .insights-grid-slider .wp-block-post-template li.swiper-slide, .single-pkflj_service .insights-grid-slider .wp-block-post-template li.swiper-slide {
    margin-bottom: 0;
}

.editor-styles-wrapper .people-content .wp-block-shortcode {
    margin-top: 3em;
}

@media (max-width: 1000px) {
    .page-header .wp-block-post-featured-image img {
        object-position: 200px;
    }
}
@media (max-width: 782px) {
    .single-pkflj_sector h1, .single-pkflj_service h1 {
        font-size: clamp(37.821px, 2.364rem + ((1vw - 3.2px) * 2.98), 70px);
    }
    .team-member .wp-block-column .wp-block-image:first-of-type, .team-member .wp-block-column .wp-block-image.profile-pic {
        aspect-ratio: unset;
    }
    .page-header .wp-block-group {
        padding-left: 25px;
        padding-top: 220px;
        padding-bottom: 35px;
    }
    .page-header .wp-block-post-featured-image {
        position: absolute;
        top: -142px;
        right: 20px;
        overflow: hidden;
        display: block;
        height: 325px;
        left: -20px;
        width: calc(100vw - 20px);
        text-align: right;
    }
    .page-header .wp-block-post-featured-image img {
        width: 686px;
        object-position: 200px;
    }
    .wp-block-group, .two-column-two-images-right.wp-block-columns {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    /* Team Member */
    .team-member.right .wp-block-column:first-child {
        order: 2;
    }
    /* 2 column 2 images right */
    .two-column-two-images-right .wp-block-column:last-child .wp-block-group:first-child {
        margin-top: unset !important;
    }
    .team-member .max-300-w img {
        max-width: 20px;
    }
    .team-member .max-300-w .wp-block-buttons a, .team-member .wp-block-essential-blocks-button a {
        font-size: 12px !important;
        padding: 5px 20px !important;
    }
    .team-member .max-300-w .eb-button-wrapper, .two-column-two-images-right .eb-button-wrapper {
        margin: 0 !important;
    }
}
@media (max-width: 480px) {
    .page-header .wp-block-post-featured-image img {
        width: 586px;
        object-position: unset;
    }
    .single-pkflj_people h1.wp-block-post-title {
        font-size: 2.6rem;
    }
}
@media only screen
  and (min-device-width: 820px)
  and (max-device-width: 820px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .page-header.bespoke-page .wp-block-group {
        padding-left: 25px;
        padding-top: 220px;
        padding-bottom: 35px;
    }
    .pkflj_sector-template-no-title-with-header-menu-bar .page-header.bespoke-page.one .wp-block-post-featured-image {
        box-shadow: none;
        position: absolute;
        top: -142px;
        right: 20px;
        overflow: hidden;
        display: block;
        height: 325px;
        left: -20px;
        width: calc(100vw - 20px);
        text-align: right;
    }
}
@media only screen and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .team-member .wp-block-column .max-300-w {
        flex-wrap: wrap;
        justify-content: center;
    }
}


/* Bespoke page 1 */
.pkflj_service-template-no-title-with-header-menu-bar main, .pkflj_sector-template-no-title-with-header-menu-bar main {
    padding-top: 0 !important;
    padding-right: 0 !important;
}
.pkflj_service-template-no-title-with-header-menu-bar .page-header .wp-block-group.stack, .pkflj_sector-template-no-title-with-header-menu-bar .page-header .wp-block-group.stack {
    gap: 0;
}
.pkflj_service-template-no-title-with-header-menu-bar .group-breadcrumb, .pkflj_sector-template-no-title-with-header-menu-bar .group-breadcrumb {
    padding: 0;
    padding-bottom: 1em !important;

}
.page-header.bespoke-page h1 {
    font-weight: 400;
    margin-bottom: 0.5em;
    padding-right: 0 !important;
}
@media screen and (min-width: 821px) {
    .page-header.bespoke-page h1 {
        width: 42%;
    }
}
@media only screen
  and (min-device-width: 820px)
  and (max-device-width: 820px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .page-header.bespoke-page {
        padding-left: 20px !important;
    }
    .three-column-icon-blocks .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .three-column-icon-blocks .wp-block-column.has-background {
        flex: 0 0 41%;
        margin-bottom: 4em;
    }
}
.sector-category-with-icon {
    border: 2px solid;
    border-radius: 25px;
    font-size: 14px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.sector-category-with-icon img {
    max-width: 15px;
}

/* block with icon right */
.block-with-icon-right {
    margin: 3em 4em 3em 3em;
}
.block-with-icon-right .wp-block-outermost-icon-block {
    margin-right: -10em;
}
.banner-image-full-width {
    width: calc(100vw - 20px);
}
.banner-image-full-width p {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-cover__inner-container {
    max-width: 745px;
}

/* Three column icon block */
.three-column-icon-blocks .wp-block-cover {
    min-height: 125px !important;
    max-height: 125px;
    padding: 0;
}

.three-column-icon-blocks .wp-block-column:hover {
    background: var(--wp--preset--color--neutralstone) !important;
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

.three-column-icon-blocks .wp-block-cover img {
    border-radius: 6px;
    max-width: 218px;
    max-height: 125px;
    margin: 0 auto;
}

.three-column-icon-blocks .wp-block-cover img {
    border-radius: 6px;
    max-height: 250px;
    margin: 0 auto;
}

.three-column-icon-blocks .wp-block-cover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.three-column-icon-blocks .wp-block-column.has-background {
    border-radius: 6px !important;
}

.three-column-icon-blocks .eb-button-wrapper, .download-banner .eb-button-wrapper {
    margin: 0 !important;
}

.bespoke-contacts .wp-block-mfb-meta-field-block h2, .related-articles .relevant-insights h2, .related-articles .relevant-insights .rl-para {
    display: none;
}

.bespoke-contacts .wp-block-mfb-meta-field-block .post-wrapper h2, .related-articles .relevant-insights .post-wrapper h2 {
    display: block;
}

.wp-block-mfb-meta-field-block.prefix-bold .prefix {
    font-weight: bold;
}

/* download banner */
.download-banner {
    margin-top: 8rem !important;
}

.download-banner .wp-block-column {
    position: relative;
}

.download-banner .wp-block-column .cover-image img {
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

/* bespoke menu */
.bespoke-menu .wp-block-column {
    border-radius: 25px !important;
    position: relative;
}

.bespoke-menu a {
    position: relative;
}

.bespoke-menu a:hover, .bespoke-menu #active a {
    font-weight: 600;
}

.bespoke-menu p img {
    max-width: 20px;
    vertical-align: middle;
}

.bespoke-menu a:hover::after, .bespoke-menu #active a::after {
    content: '';
    display: block;
    width: 80%;
    height: 3px;
    background: var(--hover-line-color);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

/* curved tabs */
.curved-tabs .tabTitles li {
    background-position: 94%;
    background-repeat: no-repeat;
    background-size: 30px;
    font-family: var(--wp--preset--font-family--pkfglobalsans);
    justify-content: start !important;
}
.curved-tabs .tabTitles li:nth-child(1), .curved-tabs .tabTitles li.active:nth-child(1) {
    background-color: var(--wp--preset--color--amethystpurpledark) !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="38" viewBox="0 0 37 38" fill="none"><g clip-path="url(%23clip0_6950_1311)"><path d="M35.4661 0.971802C27.6635 0.971802 20.9739 5.8759 18.3445 12.7734C15.7151 5.8759 9.0255 0.971802 1.22297 0.971802L0 0.971802L0 37.6608H1.22297C9.0255 37.6608 15.7151 32.7567 18.3445 25.8714C20.9739 32.7567 27.6635 37.6608 35.4661 37.6608H36.689L36.689 0.971802L35.4661 0.971802ZM2.44593 35.166L2.44593 3.46666C10.6398 4.09037 17.1093 10.9634 17.1093 19.3163C17.1093 27.6692 10.6398 34.5423 2.44593 35.166ZM34.2431 35.166C26.0492 34.5423 19.5797 27.6692 19.5797 19.3163C19.5797 10.9634 26.0492 4.09037 34.2431 3.46666L34.2431 35.166Z" fill="white"/></g><defs><clipPath id="clip0_6950_1311"><rect width="36.689" height="36.689" fill="white" transform="translate(0 0.971802)"/></clipPath></defs></svg>');
}
.curved-tabs .block-editor-block-list__layout .wp-block-essential-blocks-tab:nth-child(1) .eb-tab-wrapper, .curved-tabs .eb-tab-wrapper:nth-child(1) {
    border-top: 10px solid var(--wp--preset--color--amethystpurpledark) !important;
}
.curved-tabs .tabTitles li:nth-child(2), .curved-tabs .tabTitles li.active:nth-child(2) {
    background-color: var(--wp--preset--color--pkfblue) !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" fill="none"><g clip-path="url(%23clip0_6950_1313)"><path d="M37.4102 36.1615C37.4102 28.2059 32.4099 21.3851 25.3771 18.7042C32.4099 16.0233 37.4102 9.20247 37.4102 1.24695L37.4102 0L0.00174713 -1.63517e-06L0.00174708 1.24695C0.00174673 9.20247 5.002 16.0233 12.0223 18.7042C5.002 21.3851 0.0017459 28.2059 0.00174555 36.1615L0.0017455 37.4084L37.4102 37.4084L37.4102 36.1615ZM2.54552 2.49389L34.8664 2.49389C34.2304 10.8484 27.2226 17.4448 18.706 17.4448C10.1893 17.4448 3.18146 10.8484 2.54552 2.49389ZM2.54552 34.9145C3.18146 26.56 10.1893 19.9636 18.706 19.9636C27.2226 19.9636 34.2304 26.56 34.8664 34.9145L2.54552 34.9145Z" fill="white"/></g><defs><clipPath id="clip0_6950_1313"><rect width="37.4084" height="37.4084" fill="white" transform="translate(37.4102) rotate(90)"/></clipPath></defs></svg>');
}
.curved-tabs .block-editor-block-list__layout .wp-block-essential-blocks-tab:nth-child(2) .eb-tab-wrapper, .curved-tabs .eb-tab-wrapper:nth-child(2) {
    border-top: 10px solid var(--wp--preset--color--pkfblue) !important;
}
.curved-tabs .tabTitles li:nth-child(3), .curved-tabs .tabTitles li.active:nth-child(3) {
    background-color: var(--wp--preset--color--mostlymagenta) !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" fill="none"><g clip-path="url(%23clip0_6950_1315)"><path d="M18.7042 0H17.4573V9.38951C14.2277 3.77825 8.1675 0 1.24695 0H0V37.4084H1.24695C8.1675 37.4084 14.2152 33.6302 17.4573 28.0314V37.4084H18.7042C29.0165 37.4084 37.4084 29.0165 37.4084 18.7042C37.4084 8.39195 29.0165 0 18.7042 0ZM2.49389 34.8646V2.54377C10.8484 3.17971 17.4573 10.1876 17.4573 18.7042C17.4573 27.2209 10.8484 34.2287 2.49389 34.8646ZM19.9512 34.8646V2.54377C28.3057 3.17971 34.9145 10.1876 34.9145 18.7042C34.9145 27.2209 28.3057 34.2287 19.9512 34.8646Z" fill="white"/></g><defs><clipPath id="clip0_6950_1315"><rect width="37.4084" height="37.4084" fill="white"/></clipPath></defs></svg>');
}
.curved-tabs .block-editor-block-list__layout .wp-block-essential-blocks-tab:nth-child(3) .eb-tab-wrapper, .curved-tabs .eb-tab-wrapper:nth-child(3) {
    border-top: 10px solid var(--wp--preset--color--mostlymagenta) !important;
}
.curved-tabs .block-editor-block-list__layout ul, .curved-tabs .eb-tab-wrapper ul {
    list-style-image: none;
}

@media (max-width: 782px) {
    .pkflj_sector-template-no-title-with-header-menu-bar main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .bespoke-menu .wp-block-columns, .menu-tabs .wp-block-columns {
        border-radius: 25px !important;
        position: relative;
    }
    .block-with-icon-right {
        flex-wrap: wrap;
    }
    .block-with-icon-right .wp-block-outermost-icon-block {
        margin-right: 0;
    }
    .banner-image-full-width {
        padding: 30px !important;
        width: 100%;
    }
    .three-column-icon-blocks .wp-block-column {
        margin-bottom: 4em;
    }
}
@media (min-width: 782px) {
    .pkflj_sector-template-no-title-with-header-menu-bar .page-header .wp-block-post-featured-image, .page-header.bespoke-page.one .wp-block-post-featured-image {
        box-shadow: -8px 10px 53px -10px rgba(0,0,0,0.48);
        border-radius: 20px;
        position: absolute;
        bottom: -40px;
        right: 0px;
        overflow: hidden;
        display: block;
        width: 55%;
        height: calc(100% + 80px);
    }
    .pkflj_sector-template-no-title-with-header-menu-bar .page-header .wp-block-post-featured-image img, .page-header.bespoke-page.one .wp-block-post-featured-image  img {
        width: 100%;
        height: 100%;
    }
    .editor-styles-wrapper .bespoke-contacts .swiper-wrapper {
        display: flex;
        justify-content: space-evenly;
    }
    .banner-image-full-width {
        padding: 8rem 23rem;
        width: calc(100vw - 120px);
    }
    .bespoke-menu .wp-block-column#download, .bespoke-menu .wp-block-column.download {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    .bespoke-menu .wp-block-column:nth-last-child(2):after {
        box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.12), 4px 0px 3px rgba(0, 0, 0, 0.24);
        content: '';
        position: absolute;
        right: -27%;
        top: -1px;
        width: 60px;
        height: 103%;
        background-color: #f2efe8;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        z-index: 1;
    }
    .bespoke-menu.plain .wp-block-column:nth-last-child(2):after {
        display: none;
    }
    .download-banner .wp-block-column .cover-image {
        position: absolute;
        top: -113px;
        height: calc(100% + 200px);
    }
}
/* Insights */
.page-template-wp-custom-template-insights-homepage main {
    padding-top: 0 !important;
}
.insights-featured-slider .wp-block-columns {
    border-radius: unset !important;
}
.insights-featured-slider .wp-block-column:first-child {
    border-radius: 6px !important;
}
.insights-featured-slider {
    box-shadow: var(--wp--preset--shadow--natural-custom);
    border-radius: 6px !important;
    position: relative;
}
.insights-featured-slider .swiper {
    border-radius: 0;
}

.insights-featured-slider .swiper-slide, .insights-featured-slider .swiper-slide .wp-block-columns {
    min-height: 600px;
    height: 100%;
}

.insights-featured-slider .swiper-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.insights-featured-slider .wp-block-column .wp-block-group.post-content-wrapper {
    border-radius: unset !important;
    align-content: start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
.insights-featured-slider .wp-block-post-date, .insights-featured-slider .wp-block-post-title {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
@media screen and (max-width: 1180px) {
    .insights-featured-slider .wp-block-post-title {
        font-size: 1.5em !important;
    }
    .insights-header h2.wp-block-heading {
        font-size: 1.75em !important;
    }
    .insights-header h2.wp-block-heading br {
        display: none;
    }
    .insights-featured-slider .swiper-slide .wp-block-columns {
        flex-wrap: wrap !important;
        gap: 0;
    }
    .insights-featured-slider .swiper-slide .wp-block-column {
        flex-basis: 100% !important;
    }
    .insights-featured-slider .wp-block-column .wp-block-group.post-content-wrapper {
        padding: 30px;
    }
}
.insights-featured-slider .swiper-button-prev, .slider-next-prev-outside .swiper-button-prev {
    left: -60px;
    top: var(--swiper-navigation-top-offset,50%);
}
.insights-featured-slider .swiper-button-next, .slider-next-prev-outside .swiper-button-next {
    right: -60px;
    top: var(--swiper-navigation-top-offset,50%);
}

.headings-inter.insights-featured-slider .swiper-button-prev {
    left: -38px;
}

.headings-inter.insights-featured-slider .swiper-button-next {
right: -38px;
}

.editor-styles-wrapper .insights-featured-slider ul.wp-block-post-template {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.insights-featured-slider li {
    margin-top: 0;
}

.insights-featured-slider .wp-block-post-featured-image img {
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.insights-featured-slider .insights-meta {
    align-self: end;
    width: 100%;
    gap: 8px;
}

.insights-featured-slider .insights-meta li {
    min-height: unset;
    height: unset !important;
}

.insights-featured-slider .pagination-wrapper {
    margin-top: 0;
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
}

.insights-grid-slider li {
    overflow: hidden;
}

.insights-grid-slider li .taxonomy-pkflj_insightcat {
    margin-top: 10px;
}

.insights-grid-slider li .services-sectors-cats {
    gap: 0;
}

.editor-styles-wrapper .insights-grid-slider ul {
    display: flex;
    justify-content: space-between;
}

.editor-styles-wrapper .insights-grid-slider ul li {
    flex-basis: 25%;
}

.editor-styles-wrapper .insights-grid-slider ul li:nth-child(n+5) {
    display: none;
}

.subscribe-row {
    padding: 0 !important;
    position: relative;
}

.download-pdf {
    background-color: var(--wp--preset--color--pkfblue);
    box-shadow: 0px 1.725px 3.451px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
}

.download-pdf:hover {
    background-color: var(--wp--preset--color--skyblue);
}

.download-pdf svg {
    margin-left: 6px;
}
@media (max-width: 782px) {
    .insights-featured-slider .swiper-slide {
        display: flex;
        align-items: stretch;
        height: auto;
    }
}

@media (min-width: 782px) {
    .single-pkflj_hub .download-pdf {
        position: absolute;
        top: -9px;
        right: -120px;
    }
}

@media (min-width: 1024px) {
    .sticky-div:not(.block-editor-block-list__block) {
        position: sticky;
        top: 120px;
    }
}

/* Fixed copy that appears at the top */
.download-pdf-fixed {
    border-radius: 0;
    position: fixed;
    display: block;
    top: 0;          /* adjust if you have a sticky header (e.g. 60px) */
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

/* Visible state */
.download-pdf-fixed.is-visible {
  opacity: 1 !important;
  pointer-events: auto;
  transform: translateY(110px);
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    .download-pdf-fixed.is-visible {
        display: none;
    }
}

/* Initially hide the excerpt */
.insights-grid-slider .wp-block-post-excerpt__excerpt, .page-id-1811 .wp-block-query.insights-grid .wp-block-post-excerpt__excerpt {
    height: 0; /* Set height to zero */
    overflow: hidden; /* Hide overflow */
    transition: height 0.3s ease; /* Smooth transition */
}

/* When hovering over the li, show the excerpt */
.insights-grid-slider .swiper-slide:hover .wp-block-post-excerpt__excerpt, .page-id-1811 .wp-block-query.insights-grid .wp-block-post:hover .wp-block-post-excerpt__excerpt  {
    height: auto; /* Allow height to adjust */
}

/* Ensure the height remains fixed for the post-wrapper */
.insights-grid-slider .post-wrapper, .page-id-1811 .wp-block-query.insights-grid .wp-block-post .post-wrapper {
    height: 280px; /* Set a fixed height; adjust as needed */
    transition: transform 0.3s ease; /* Smooth transition */
}

.page-id-1811 .wp-block-query.insights-grid .wp-block-post {
    overflow: hidden;
}

/* Slide the post-wrapper up when hovered */
.insights-grid-slider .swiper-slide:hover .post-wrapper, .page-id-1811 .wp-block-query.insights-grid .wp-block-post:hover .post-wrapper {
    height: 280px;
    transform: translateY(-125px); /* Adjust as necessary */
}


.insights-featured-slider .wp-block-post-featured-image  {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1180px) {
    .insights-featured-slider .wp-block-post-featured-image  {
        aspect-ratio: unset !important;
    }
}

.insights-featured-slider .wp-block-post-featured-image img {
    object-fit: cover;
    height: 100%;
}

.featured-insights .wp-block-post-featured-image, .insights-grid-slider .wp-block-post-featured-image {
    height: 225px;
    overflow: hidden;
}

.featured-insights .wp-block-post-featured-image img, .insights-grid-slider .wp-block-post-featured-image img {
    min-height: 100%;

}

.hub-full-width-image .wp-block-post-featured-image {
    position: relative;
    z-index: 0;
}

.hub-full-width-image .wp-block-post-featured-image img {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.full-width-image-right-bg.alignfull, .full-width-image-left-bg.alignfull {
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 782px) {
    .custom-slide-1 .slide-preview .inner-group.left {
        width: 74% !important;
    }
}

@media screen and (max-width: 782px) {
    .custom-slide-1 .slide-preview img {
        opacity: 0.3;
    }
    .custom-slide-1 .slide-preview .inner-group img {
        opacity: 1;
    }
    .custom-slide-1 .wp-block-group.no-padding {
        padding: 0 !important;
    }
}

.max-1000-w .alignfull, .full-width-image-left-bg.alignfull, .full-width-image-right-bg.alignfull, .green-percentage-banner.alignfull, .testimonial-slider.slider-next-prev-outside.alignfull {
    width: calc(100vw - 20px);
}
.max-1000-w .alignfull.two-hundred {
    width: calc(100vw - 20px);
}

@media (min-width: 782px) {
    .max-1000-w .alignfull, .full-width-image-left-bg.alignfull, .full-width-image-right-bg.alignfull, .green-percentage-banner.alignfull, .testimonial-slider.slider-next-prev-outside.alignfull {
        width: calc(100vw - 120px);
    }
    .max-1000-w .alignfull.two-hundred {
        width: calc(100vw - 200px);
    }
    .hub-header-min-six-hundred {
        min-height: 600px;
    }
    .testimonial-slider.slider-next-prev-outside.alignfull .swiper-slide-active:not(.active) {
        display:none;
    }
}

.full-width-text {
    line-height: 1;
}

.three-column-image-top .wp-block-column {
    border-radius: 7px;
}

/* Sub section with video block */
.sub-section-with-video video, .sub-section-with-video iframe {
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

/* Key takeaways block */
.key-takeaways .wp-block-column {
    border-radius: 12px;
    box-shadow: var(--wp--preset--shadow--natural-custom);
}

.green-percentage-banner, .green-banner-with-image, .three-column-image-top {
    position: relative;
}

@media (min-width: 782px) {
    .full-width-image-right-bg .wp-block-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 43%;
    }
    .full-width-image-left-bg .wp-block-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 43%;
    }
    .single-pkflj_hub .header .wp-container-core-columns-is-layout-1 {
        min-height: 550px;
    }
    .single-pkflj_hub .green-percentage-banner:not(.alignfull) {
        left: -30px;
        position: relative;
        width: calc(100% + 60px);
    }
    .single-pkflj_hub .green-banner-with-image:not(.alignfull) {
        left: -100px;
        position: relative;
        width: calc(100% + 200px);
    }
    .single-pkflj_hub .three-column-image-top:not(.alignfull) {
        left: -100px;
        position: relative;
        width: calc(100% + 200px);
    }
    .group-90-width {
        left: -90px;
        position: relative;
        width: calc(100% + 180px);
    }
    body:not(.single-pkflj_hub) .group-90-width {
        left: 0;
        position: relative;
        width: 100%;
    }
    .green-banner-with-image .wp-block-image {
        position: absolute;
        top: -30px;
        right: 0px;
        left: 45%;
        bottom: -30px;
    }
    .editor-styles-wrapper .green-banner-with-image .wp-block-columns, .editor-styles-wrapper .green-banner-with-image .wp-block-column {
        position: unset !important;
    }
    .editor-styles-wrapper .green-banner-with-image .wp-block-image .components-resizable-box__container {
        position: absolute !important;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }
    .green-banner-with-image .wp-block-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.full-width-image-right-bg .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}

.full-width-image-left-bg .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.full-width-image-right-bg .components-resizable-box__container, .full-width-image-left-bg .components-resizable-box__container {
    height: 100% !important;
}

.insights-meta .insight-sectors {
    border-left: 1px solid var(--wp--preset--color--neutralpebbledark);
    padding-left: 10px;
}

.single-pkflj_insight .taxonomy-pkflj_insightcat a, .post-type-pkflj_insight .taxonomy-pkflj_insightcat a, .featured-insights .taxonomy-pkflj_insightcat a, .insights-grid .taxonomy-pkflj_insightcat a, .insights-grid-slider .taxonomy-pkflj_insightcat a, .taxonomy-pkflj_eventcat a {
    border: 2px solid;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 10px;
    text-transform: uppercase;
}

.single-pkflj_hub .taxonomy-pkflj_hubcat a {
    border: 2px solid;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.yoast-reading-time__wrapper {
    font-size: small;
    font-weight: 600;
}

.yoast-reading-time__time-unit {
    visibility: hidden;
}

.yoast-reading-time__reading-time::after {
    content: attr(data-reading-time) ' min read';
    visibility: visible;
}

.insights-column-one .insight-services, .insights-column-one .insight-services div, .insights-column-one .insight-sectors, .insights-column-one .insight-sectors div, .insights-column-one .insight-services li, .insights-column-one .insight-sectors, .insights-column-one .insight-sectors li, .insights-meta div, .insights-meta li, .featured-insights .insight-services li, .featured-insights .insight-sectors li, .insights-grid-slider .insight-services li, .insights-grid-slider .insight-sectors li, .post-wrapper .services-sectors-cats a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
}

.insights-column-one .insight-services, .featured-insights .insight-services, .insights-grid-slider .insight-services {
    padding-bottom: 0px;
}

.insights-column-one .insight-sectors, .featured-insights .insight-sectors, .insights-grid-slider .insight-sectors, .post-wrapper .services-sectors-cats .insight-sectors {
    border-top: 1px solid var(--wp--preset--color--neutralpebbledark);
    padding-top: 4px;
}

.relevant-insights .post-wrapper .services-sectors-cats .insight-sectors {
    border-top: 1px solid var(--wp--preset--color--neutralpebbledark);
    padding-top: 1px;
}

.post-wrapper .services-sectors-cats .insight-sectors.no-service, .featured-insights.events .insight-sectors {
    border-top: none;
}

.insights-grid-slider .services-sectors-cats .insight-services li.swiper-slide, .insights-grid-slider .services-sectors-cats .insight-sectors li.swiper-slide {
    box-shadow: none;
    margin-bottom: 0;
}

.insights-column-one .insight-services .value ul, .insights-column-one .insight-sectors .value ul, .insights-meta ul, .featured-insights .insight-services ul, .featured-insights .insight-sectors ul, .insights-grid-slider ul, .post-wrapper .services-sectors-cats ul, .post-wrapper .services-sectors-cats {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

.services-sectors-cats {
    gap: var(--wp--preset--spacing--20);
    flex-direction: column;
    align-items: flex-start;
}

.services-sectors-cats p {
    display: none;
}

.image-with-drop-shadow {
    margin-bottom: 3em;
    margin-top: 2em;
}

.insights-column-three .contacts {
    padding-left: 30px;
}

.insights-column-three .contacts h2 {
    color: var(--wp--preset--color--neutralpebbledark);
    font-family: var(--wp--preset--font-family--inter);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center;
}

.insights-column-three .contacts .wp-block-column.bio, .people-swiper .swiper-slide .wp-block-column.bio, .bespoke-contacts .swiper-slide .wp-block-column.bio {
    flex-basis: 50% !important;
    text-align: left;
}

.insights-column-three .contacts .wp-block-column, .people-swiper .swiper-slide .wp-block-column, .bespoke-contacts .swiper-slide .wp-block-column {
    flex-basis: unset !important;
}

.insights-column-three .contacts .bio a, .people-swiper .swiper-slide .bio a, .registration-btn a, a.calendar-link, .bespoke-contacts .swiper-slide .bio a {
    background-color: var(--wp--preset--color--pkfblue);
    border-radius: 16px;
    padding-right: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--40);
    padding-top: var(--wp--preset--spacing--20);
    padding-bottom: var(--wp--preset--spacing--20);
    color: #fff;
    font-size: 12px;
}

a.calendar-link {
    background-color: var(--wp--preset--color--skyblue);
}

a.calendar-link:hover {
    background-color: var(--wp--preset--color--pkfblue);
}

.registration-btn a, a.calendar-link {
    font-size: 16px;
}

.insights-column-three .contacts .swiper .swiper-slide {
    padding: 0 20px 25px;
}

.insights-column-three .contacts .swiper .swiper-slide .wp-block-group, .people-swiper .swiper-slide .wp-block-group, .bespoke-contacts .swiper-slide .wp-block-group {
    border-radius: 6px;
    padding: 20px;
}

.insights-column-three .contacts .bio a:hover, .people-swiper .swiper-slide .bio a:hover, .registration-btn a:hover {
    background-color: var(--wp--preset--color--skyblue);
}

.insights-column-three .contacts .image, .people-swiper .swiper-slide .image, .bespoke-contacts .swiper-slide .image {
    margin: 0 auto 5px;
}

.people-swiper.not-enough-slides .swiper-wrapper, .relevant-insights.insights-grid-slider .not-enough-slides .swiper-wrapper, .bespoke-contacts .swiper.not-enough-slides .swiper-wrapper {
    justify-content: center;
}

.relevant-insights.insights-grid-slider .not-enough-slides .swiper-wrapper li, .meet-your-experts .not-enough-slides .swiper-wrapper .swiper-slide {
    margin: 0 20px !important;
    min-width: 225px;
}

.insights-column-three .contacts .image img, .people-swiper .swiper-slide .image img, .bespoke-contacts .swiper-slide .image img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 744px)
  and (max-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .insights-column-three .contacts .image img, body:not(.single-pkflj_service):not(.single-pkflj_sector) .people-swiper .swiper-slide .image img {
        max-width: 50%;
    }
    .insights-column-three .contacts .image, .people-swiper .swiper-slide .image {
        text-align: center;
    }
    .insights-column-three .contacts .wp-block-group, body:not(.single-pkflj_service):not(.single-pkflj_sector) .people-swiper .swiper-slide .wp-block-group {
        max-width: 50%;
        margin: 0 auto;
    }
}

.insights-column-three .contacts .image, .insights-column-three .contacts .title, .people-swiper .swiper-slide .title, .bespoke-contacts .swiper-slide .title {
    text-align: center;
}

.insights-column-three .contacts .title, .people-swiper .swiper-slide .title, .bespoke-contacts .swiper-slide .title {
    font-family: var(--wp--preset--font-family--pkfglobalsans);
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 1em;
}

.insights-column-three .contacts .title p, .people-swiper .swiper-slide .title p, .bespoke-contacts .swiper-slide .title p {
    margin: 2px 0;
}

.insights-column-three .contacts .title p.name, .people-swiper .swiper-slide .title p.name, .bespoke-contacts .swiper-slide .title p.name {
    font-weight: 600;
}

.insights-column-three .contacts .wp-block-columns, .people-swiper .swiper-slide .wp-block-columns, .bespoke-contacts .swiper-slide .wp-block-columns {
    align-items: center !important;
    margin-bottom: 0;
    flex-wrap: nowrap !important;
}

.insights-column-three .contacts .wp-block-columns img, .people-swiper .swiper-slide .wp-block-columns img, .bespoke-contacts .swiper-slide .wp-block-columns img {
    filter: invert(10%) sepia(10%) saturate(5408%) hue-rotate(184deg) brightness(94%) contrast(108%);
    display: block;
    width: 15px;
    height: 15px;
}

@media (min-width: 782px) {
    .single-pkflj_insight main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 480px) and (max-width: 1024px) {
    .people-query-loop .wp-block-post-template .wp-block-columns {
        flex-wrap: wrap !important;
        gap: 1px;
    }
    .people-query-loop .wp-block-post-template .wp-block-columns .wp-block-column:first-child {
        flex-basis: 100% !important;
        margin-bottom: 1em;
        text-align: center;
    }
    .people-query-loop .wp-block-post-template .wp-block-columns .wp-block-column:first-child a {
        max-width: 100px;
        margin: 0 auto;
    }
    .people-query-loop .wp-block-post-template .wp-block-columns .wp-block-column a {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 782px) and (max-width: 1366px) {
    .insights-column-group {
        max-width: 100%;
    }
    .insights-column-three .contacts .swiper .swiper-slide {
        padding: 0;
    }
    .insights-column-three .contacts .swiper .swiper-slide .wp-block-group {
        padding: 10px 5px;
    }
    .insights-column-three .contacts .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .insights-column-three .contacts .wp-block-columns .wp-block-column.bio {
        flex-basis: 100% !important;
        margin-bottom: 1em;
        text-align: center;
    }
    .insights-column-three .contacts .wp-block-columns .wp-block-column.bio a {
        max-width: 100px;
        margin: 0 auto;
    }
    .insights-column-three .contacts .wp-block-columns .wp-block-column a {
        display: flex;
        justify-content: center;
    }
    .insights-column-three .contacts .swiper-pagination {
        padding-top: 10px;
    }
    .insights-column-three .contacts .swiper-button-prev, .insights-column-three .contacts .swiper-button-next {
        top: 14px;
    }
    #crestashareiconincontent {
        flex-wrap: wrap;
        padding-left: 30px;
    }
    .people-content .wp-block-group.insights-grid-slider {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .people-query-loop .wp-block-post-template h4 {
        font-size: 1.1em;
    }
}

@media only screen and (min-width: 1024px)
  and (max-width: 1180px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    .people-query-loop .wp-block-post-template .wp-block-columns .wp-block-column:first-child {
        flex-basis: 43% !important;
    }
    #filter-people {
        left: 50%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: translateX(-50%);
        width: 98vw;
        position: relative;
    }
}

/* Testimonial slider */
.minus-200-top {
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider .swiper-slide {
    height: auto;
    margin: 0;
}

.testimonial-slider .pagination-wrapper {
    margin: 0;
}

.testimonial-slider .swiper-pagination-bullets .swiper-pagination-bullet-active, .meet-your-experts .swiper-pagination-bullets .swiper-pagination-bullet-active, .single-pkflj_hub .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: var(--wp--preset--color--pkfdarkblue);
}

.slider-next-prev-outside.alignfull .swiper-button-prev {
    left: -45px;
}

.slider-next-prev-outside.alignfull .swiper-button-next {
    right: -45px;
}

@media (max-width: 782px) {
    .wp-block-group.services-sectors-cats {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .insights-column-one .wp-block-group {
        padding: 0 !important;
    }
    .testimonial-slider, .testimonial-slider .wp-block-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .testimonial-slider .wp-block-group.swiper-slide {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev {
        display: block;
    }
    .insights-column-three .contacts {
        padding-left: 0 !important;
    }

    .insights-column-three .contacts .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .insights-column-three .contacts .bio {
        flex-basis: 50% !important;
    }
    .insights-column-three .contacts .wp-block-column {
        flex-basis: unset !important;
    }
}

/* Featured insights */
.featured-insights, .insights-grid-slider {
    margin-top: 2em;
}
.featured-insights .wp-block-post-template li.wp-block-post, .insights-grid .wp-block-post-template li.wp-block-post, .insights-grid-slider .wp-block-post-template li.wp-block-post {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: var(--wp--preset--shadow--natural-custom);
    margin-bottom: 2em;
    margin-top: 0;
}

.featured-insights .wp-block-post-template li, .insights-grid-slider .wp-block-post-template li, .insights-featured-slider  {
    margin-top: 25px;
    position: relative;
}

.featured-insights .wp-block-post-template li.wp-block-post:before {
    background-color: var(--wp--preset--color--skyblue);
    border-radius: 3px;
    color: #fff;
    content: 'Featured';
    font-size: 10px;
    padding: 4px 8px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    right: 15px;
    z-index: 2;
}

.insights-featured-slider.new .wp-block-post-template li.wp-block-post:before {
    background-color: var(--wp--preset--color--skyblue);
    border-radius: 3px;
    color: #fff;
    content: 'New';
    font-size: 10px;
    padding: 4px 8px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    right: 15px;
    z-index: 2;
}

.featured-insights .services-sectors-cats li, .insights-grid-slider .services-sectors-cats li {
    margin-top: 7px;
}

.wp-block-post-featured-image img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.featured-insights .wp-block-post-featured-image img, .insights-grid .wp-block-post-featured-image img {
    min-height: 215px;
    max-height: 220px;
    object-fit: cover;
}

#clear-filters {
    background: none;
    border: none;
    color: var(--wp--preset--color--pkfblue);
    font-size: 11px !important;
    padding: 0;
    font-size: 1em;
    cursor: pointer;
}

.featured-insights .yoast-reading-time__wrapper, .insights-grid-slider .yoast-reading-time__wrapper {
    margin-top: 10px;
    margin-bottom: 0;
}

.insights-grid .yoast-reading-time__wrapper {
    margin-top: 10px;
}

.insights-grid .wp-block-query-pagination {
    margin-top: 4em;
}

.insights-grid-slider .swiper {
    border-radius: 6px;
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait) {
    .insights-grid .taxonomy-pkflj_insightcat {
        font-size: 0.7em !important;
        margin-top: 0;
    }
}

@media (min-width: 782px) {
    .featured-insights .wp-block-post-template, .insights-grid .wp-block-post-template, .tax-pkflj_insightcat .wp-block-post-template {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Creates 3 equal columns */
        gap: 40px;
    }
    .insights-grid .wp-block-post-template, .tax-pkflj_insightcat .wp-block-post-template {
        padding: 10px 80px;
    }
    .featured-insights .wp-block-post-template li.wp-block-post, .insights-grid .wp-block-post-template li.wp-block-post, .tax-pkflj_insightcat .wp-block-post-template li.wp-block-post {
        margin-bottom: 0;
    }
    .insights-grid .wp-block-post-template li.wp-block-post:nth-child(3n + 2), .tax-pkflj_insightcat .wp-block-post-template li.wp-block-post:nth-child(3n + 2) {
        margin-top: 2em;
        margin-bottom: -2em;
    }
}

@media (min-width: 1025px) {
    .featured-insights .wp-block-post-template, .insights-grid .wp-block-post-template, .tax-pkflj_insightcat .wp-block-post-template {
        grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
    }
}

@media (min-width: 1181px) {
    .insights-grid .wp-block-post-template, .tax-pkflj_insightcat .wp-block-post-template {
        padding: 10px 140px;
    }
}

/* People slider */
.swiper {
    /*padding: 0 !important;*/
    position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    top: 1px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--wp--preset--color--neutralclouddark);
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active, .single-pkflj_people .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: var(--wp--preset--color--skyblue);
}
.pagination-wrapper {
    padding: 10px 0;
    position: relative;
}
.swiper-initialized .swiper-button-prev, .swiper-initialized .swiper-button-next, .headings-inter.insights-featured-slider .swiper-button-next, .headings-inter.insights-featured-slider .swiper-button-prev {
    filter: invert(70%) sepia(0%) saturate(5408%) hue-rotate(184deg) brightness(94%) contrast(108%);
    z-index: 12;
}

.swiper-button-next svg, .swiper-button-prev svg {
    display: none;
}

.page-template-wp-custom-template-insights-homepage .swiper-button-prev, .page-template-wp-custom-template-insights-homepage .swiper-button-next {
    filter: invert(70%) sepia(0%) saturate(5408%) hue-rotate(184deg) brightness(94%) contrast(108%);
    z-index: 12;
}

.home .wp-block-custom-slideshow-block .swiper-button-prev, .home .wp-block-custom-slideshow-block .swiper-button-next, .page-id-1812 .wp-block-custom-slideshow-block .swiper-button-prev, .page-id-1812 .wp-block-custom-slideshow-block .swiper-button-next {
    filter: none;
    z-index: 12;
}

.home .related-articles .swiper {
    padding: 0 18px !important;
}

body:not(.title-image-columns) .title-image-group .wp-block-post-featured-image img {
    max-height: 400px;
    object-position: center;
}

.title-image-columns .title-image-group .wp-block-post-featured-image img {
    height: 100%;
    object-position: center;
}

@media (max-width: 820px) {
    .wp-block-custom-slideshow-block .swiper-wrapper {
        align-items: flex-start;
        height: 89vh;
    }
    .wp-block-custom-slideshow-block {
        min-height: calc(84vh - 110px) !important;
        height: auto !important;
    }
    .wp-block-custom-slideshow-block .swiper-slide {
        height: auto;
        min-height: 100vh;
        position: relative !important;
    }
    .wp-block-custom-slideshow-block .slide-preview {
        min-height: 85vh;
    }
    .wp-block-custom-slideshow-block img {
        object-fit: contain;
    }
}
@media (min-width:768px) and (max-width: 819px) {
    .wp-block-custom-slideshow-block .swiper-wrapper {
        align-items: flex-start;
        height: 92vh;
    }
}
@media (max-width: 375px) {
    .wp-block-custom-slideshow-block .swiper-wrapper {
        align-items: flex-start;
        height: 100vh;
    }
}

@media (min-width: 782px) {
    .title-image-columns .title-image-group {
        display: flex;
        justify-content: space-between;
        left: unset;
        transform: unset;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }
    .title-image-columns .title-image-group .wp-block-group, .title-image-columns .title-image-group .wp-block-post-featured-image {
        flex-basis: 48%;
        margin: 0 !important;
    }
}

/* Homepage Get in touch today form */
.home .gform_wrapper {
    margin-top: 0;
}

.home .gform_wrapper .gfield--type-html {
    font-size: 0.7em;
    text-align: right;
    position: absolute;
    top: -27px;
    right: 0;
}

.home .gform_wrapper .gform_page_footer {
    justify-content: end;
    margin-top: 8px;
}

.home .gform_wrapper form {
    position: relative;
}

.home .gform_wrapper form input[type="text"] {
    background-color: var(--wp--preset--color--neutralcloud);
    border: none;
    font-size: 16px;
    padding: 15px;
    height: 65px;
}

.home .gform_wrapper form textarea.large {
    background-color: var(--wp--preset--color--neutralcloud);
    border: none;
    font-size: 20px;
    padding: 15px;
    min-block-size: 3em !important;
}

@media screen and (min-width: 782px) {
    .home .gform_wrapper form input[type="text"] {
        font-size: 20px;
    }
}

.home .gform_wrapper form #gform_submit_button_6 {
    background-color: #0f3780;
    border-radius: 25px;
    font-size: 16px;
    padding-top: 12px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 12px;
    color: var(--eb-global-button-text-color);
}

.home .gform_wrapper form #gform_submit_button_6:hover {
    background-color: var(--wp--preset--color--skyblue);
}

.home .gform_validation_errors {
    margin-bottom: 5px;
}

.home .gform_wrapper .gform_page_footer input[type="button"].gform_next_button {
    box-shadow: none !important;
    background-image: url('assets/images/grey-arrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    content: '';
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.home .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button {
    box-shadow: none !important;
    background-image: url('assets/images/grey-arrow-left.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    content: '';
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.home .gform_wrapper .gform_description {
    margin: 6px 0;
}

.home .gform_wrapper .gform_page_footer input[type="button"].gform_next_button:hover, .home .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button:hover, .home .gform_wrapper .gform_page_footer input[type="button"].gform_next_button, .home .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button {
    background-color: unset !important;
}

.home .gform_wrapper .gform_page_footer input[type="button"].gform_next_button:focus, .home .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button:focus, .home .gform_wrapper form #gform_submit_button_6:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important
}

@media (min-width: 782px) {
    .home .gform_wrapper {
        padding-right: 50px;
    }
    .home .gform_wrapper form input[type="text"], .home .gform_wrapper form textarea.large {
        font-size: 25px;
    }
}

/* Careers section */
.parent-pageid-1812 .page-header {
    padding-bottom: 0 !important;
}

.parent-pageid-1812 .page-header .wp-block-group.has-neutralcloud-background-color {
    background-color: #fff !important;
    min-height: 292px;
    padding-left: 0 !important;
}
.parent-pageid-1812 .page-header h1 {
    line-height: 1.1 !important;
    letter-spacing: -1.5px;
}

.parent-pageid-1812 .eb-parent-eb-breadcrumb-bhvxx {
    display: none;
}

.parent-pageid-1812 main {
    padding-top: 0 !important;
}

.parent-pageid-1812 .entry-content {
    background-color: var(--wp--preset--color--neutralstone) !important;
    border-radius: 20px;
    padding: 30px 30px;
    max-width: 1280px;
    margin: 0 auto;
}

@media (min-width: 782px) {
    .parent-pageid-1812 .page-header h1 {
        font-size: 3.8em;
    }
    .parent-pageid-1812 .entry-content {
        padding: 50px 50px;
    }
    .parent-pageid-1812 .page-header .wp-block-group {
        padding: 2em 0 4em 0 !important;
    }
    .parent-pageid-1812 .page-header .wp-block-post-featured-image {
        position: absolute;
        bottom: 0;
        right: 0px;
        overflow: hidden;
        display: block;
        width: 61%;
    }
    .parent-pageid-1812 .page-header h1 {
    }
    .parent-pageid-1812 .page-header .wp-block-post-featured-image img {
        width: 100%;
    }
}
/* Hub landing page 1 */
.hub-landing-page-one .header, .hub-landing-page-two .header {
    border-radius: 0;
}

.hub-landing-page-one .header .wp-block-post-featured-image {
    box-shadow: var(--wp--preset--shadow--natural-custom);
    position: absolute;
    top: 0;
    right: 0;
    height: 420px;
    overflow: hidden;
    width: 46%;
}

.hub-landing-page-one .header .wp-block-post-featured-image img {
    height: 100%;
    object-position: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
}

.hub-landing-page-one .grid .wp-block-post-featured-image {
    height: 260px;
}

.featured-insights.no-label .wp-block-post-template li.wp-block-post:before {
    display: none;
}

.featured-insights.with-title {
    margin-top: 5px;
}

.hub-landing-page-two .header .wp-block-post-featured-image img {
    max-width: 450px;
}

.hub-landing-page-three .header.alignfull, .hub-landing-page-three .grid.alignfull {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 95vw;
}

.hub-landing-page-three .header .wp-block-post-featured-image.main {
    border-bottom-left-radius: 25px;
    box-shadow: -8px 10px 53px -10px rgba(0,0,0,0.48);
    position: absolute;
    top: 0;
    right: 0;
    height: 600px;
    overflow: hidden;
    width: 48%;
}

.hub-landing-page-three .header .wp-block-post-featured-image.main img {
    height: 100%;
    object-position: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0px;
}

.lozenge {
    border-radius: 12px;
    border: 1px solid;
    display: inline;
    padding: 5px 10px;
}

.headings-inter.insights-featured-slider .swiper-wrapper {
    max-height: 600px;
    min-width: 100%;
}

@media (max-width: 782px) {
    .hub-landing-page-one .header, .hub-landing-page-three .header {
        padding-top: 300px !important;
    }
    .hub-landing-page-one .header .wp-block-post-featured-image, .hub-landing-page-three .header .wp-block-post-featured-image.main {
        height: 300px;
        width: 90%;
    }
    .hub-landing-page-one .header .wp-block-group, .hub-landing-page-two .header .wp-block-group, .hub-landing-page-three .header .wp-block-group, .page-template-wp-custom-template-insights-homepage .headings-inter.insights-featured-slider .swiper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page-template-wp-custom-template-insights-homepage .headings-inter.insights-featured-slider .swiper li .wp-block-columns, .hub-landing-page-one .insights-featured-slider .swiper li .wp-block-columns, .hub-landing-page-two .insights-featured-slider .swiper li .wp-block-columns, .hub-landing-page-three .insights-featured-slider .swiper li .wp-block-columns {
        gap: 0;
    }
    .hub-landing-page-three .header .insights-featured-slider .wp-block-column .wp-block-group.post-content-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.private-reports-form #acode {
    height: 30px;
    padding: 10px;
    margin-bottom: 10px;
}

.private-reports-form input[type="submit"] {
    background-color: var(--wp--preset--color--pkfblue);
    border-radius: 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 10px;
}

.private-reports-form input[type="submit"]:hover {
    background-color: var(--wp--preset--color--skyblue);
    cursor: pointer;
}

.private-reports {
    list-style-image: none;
    list-style: none;
    padding: 0;
}

.private-reports li {
    margin-bottom: 1em;
}

.private-reports .report.available .file {
    position: relative;
}

.private-reports .report.available .file:before {
    background-image: url('assets/images/download.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
}

.private-reports .title {
    font-weight: 600;
}
.private-reports .expired-message {
    color: red;
}
