/*
Theme Name: Verve Healthcare
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025.1
Requires at least: 5.2
Requires PHP: 7.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ///// BASE ///// */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #1B1C1F;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    transition: all 0.4s ease;
    /*border: 1px solid red !important;*/
}

nav{
    font-family: 'Roboto', sans-serif !important;
}
body, main {
    display: grid;
    overflow-x: hidden !important;
    position: relative;
}
section, footer {
    display: grid;
    padding: 75px 0;
    justify-self: center;
}

section{
    grid-template-columns: repeat(16, 1fr);
    max-width: 1600px;
    width: 94%;
}

.full-width{
    max-width: 100%;
    width: 100%;
}

.full-width-wrap{
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    max-width: 1600px;
    width: 94%;
    grid-column: 1 / 17;
    justify-self: center;
}

.content-area{
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 1 / 17;
}

section.six-four div.content-area{
    grid-column: 1 / 9;
}

body.single-post section.six-four div.content-area{
    grid-column: 1 / 11;
}

section.six-four div.content-area *{
    max-width: 95%;
}

section.six-four div.cta{
    grid-column: 11 / 17;
}

section.six-four div.cta *{
    max-width: 95%;
}



footer {
    background: #D6006D;
    max-width: 1600px;
    position: relative;
    margin-top: 100px;
    width: 100%;
}

footer *{
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

footer div.full-width-wrap{
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    max-width: 1600px;
    justify-content: space-between;
}

footer .logo-wrap{
    background: #fff;
    display: grid;
    position: absolute;
    top: 0;
    transform: translateY(-55%);
    width: 180px !important;
    border-radius: 50%;
    height: 180px !important;
}

footer .logo-wrap img{
    align-self: center !important;
    justify-self: center !important;
    position: initial !important;
    transform: none !important;
    width: 80% !important;
    max-width: 120px !important;
}

.column-content{
    margin-top: 1em;
}

footer .column p{
    color: #fff;
    font-weight: 300;
    max-width: 275px;
}

.column h2{
    font-weight: 300;
    text-transform: uppercase;
    color: #FFB71B;
    font-size: 1.1em;
}

ul.column-nav{
    display: grid;
    margin: 0;
}

.column i{
    color: #FFB71B;
    font-size: 20px;
    margin-right: 6px;
}

.column a{
    font-weight: 800;
}

.social-media-links i{
    color: #fff;
    font-size: 30px;
}

footer hr{
    width: calc(100% - 2em);
    max-width: 1600px;
    height: 2px;
    background: #fff;
    grid-column: 1 / 17;
}

div.bottom-footer-content{
    display: flex;
    flex-flow: row wrap;
    justify-self: center;
    width: calc(100% - 2em);
    max-width: 1600px;
    justify-content: space-between;
    grid-column: 1 / 17;
}

ul.footer-info{
    display: flex;
    flex-flow: row wrap;
    column-gap: 8px;
    align-content: center;
}

ul.footer-info li{
    border-right: 2px solid #fff;
    vertical-align: middle;
    padding-right: 8px;
    margin: 0;
}

ul.footer-info li:last-child{
    border-right: 0;
}

div.footer-info-wrap p{
    color: #fff;
}

section.six-four div.list-container{
    grid-column: 10 / 17;
}

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

section.six-four div.content-area, body.single-post section.six-four div.content-area{
    justify-content: center;
    grid-column: 2 / 16;
}



section.six-four div.cta{
    grid-column: 2 / 16;
}

section.six-four div.list-container{
    grid-column: 2 / 16;
}

.scrolling-ad .cta,
  .scrolling-ad .cta--mobile-top,
  .scrolling-ad .cta--mobile-bottom {
    position: static !important;
    max-width: 100% !important;
    width: auto !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 16px 0;
  }

}

@media only screen and (max-width: 320px) {
    body, header, main, section, footer {
        width: 320px;
    }
}

/* ///// TEXT ///// */
h1, h2, h3, h4, h5, h6 {
    color: #002D5D;
    font-family: 'Swiss721', 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.3em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1.1em;
}
p {
    color: #67686A;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 1.1em;
}
label {
    color: #D6006D;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 1.2em;
    margin-bottom: 12px;
}

ul, ol {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 1.2em 0;
    padding: 0;
    color: #67686A;
}
ul.main-nav {
    padding: 0;
}
li {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}

section.copy-area{
    background: #ededed;
}

section.standard-text{
    padding: 0;
}

section.standard-text.add-padding{
    padding: 30px 0;
}

section.copy-area p{
    color: #002D5D !important;
    font-size: 2em;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.cta b{
    font-size: 2em;
    color: #002D5D;
    font-family: 'Swiss721', 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.5;
    max-width: 310px; 
    justify-self: center; 
}

a{
    text-decoration: none !important;
}

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

    h1, .cta b {
        font-size: 1.7em;
        line-height: 1.2;
    }
    h2 {
        font-size: 1.4em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4 {
        font-size: 1.1em;
    }
    h5 {
        font-size: 1em;
    }
    h6 {
        font-size: 1em;
    }

    label{
        font-size: 1em;
    }

}

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

    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.2em;
    }
    h3 {
        font-size: 1.1em;
    }
    h4 {
        font-size: 1em;
    }

}

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

ul.side-nav{
    width: 90%;
    justify-self: end;
}

ul.side-nav li.page_item  a span{
    color: #232F86 !important;
}

ul.main-nav li.page_item:last-child  a span {
        text-decoration: none !important;
    }

/* MENU BAR DESKTOP VIEW */

@media only screen and (min-width: 960px) {

    #hamburger-input:checked, #hamburger-menu #sidebar-menu{
        display: none;
    }

    .grid-header-section {
        display: grid;      
        z-index: 2;
        background-color: #D6006D;
        padding: 0;
    }

    .grid-header-outer {
        display: flex;
        grid-column-gap: 0.5em;
        align-items: center;
        background-color: #D6006D;
        padding: 0 30px;
    }

    body.page-id-191 .grid-header-outer, body.page-id-195 .grid-header-outer, body.page-id-198 .grid-header-outer, body.page-id-193 .grid-header-outer{
        background-color: #002D5D;
    }

    /*.grid-header-outer a img{
        max-width: 257px;
        width: 100%;
        display: grid;
        background-color: #fff;
        box-shadow: 0px 8px 8px 0px #0000001A;
        -webkit-box-shadow: 0px 8px 8px 0px #0000001A;
        -moz-box-shadow: 0px 8px 8px 0px #0000001A;
    }

    .grid-header-section .company-logo {
        display: grid;
        position: absolute;
        max-width: 266px;     
        left: 2em;  
        align-self: center;
    }

    .company-logo img{
      width: 100% !important;
      max-width: 150px !important;
    }*/

    .header-menu {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    div.menu-main-navigation-container{
        width: 100%;
    }

    .header-menu ul{
        display: flex;
        column-gap: 1.8em;
        text-align: center;
        align-self: center;
        justify-self: end;
        justify-content: end;
    }

    .header-menu ul li {
        list-style: none;
        align-self: center;
        color: #fff;
        line-height: 1;
        margin-bottom: 0;
        font-weight: 300;
        cursor: pointer;
    }

    .header-menu ul li a span{
        text-transform: uppercase;
        color: #fff;
    }

    .sub-menu .menu-item a span {
        text-transform: capitalize;
    }

    .menu-item-has-children{
        position: relative;
    }

    .menu-item a:hover span, .menu-item-has-children:hover > a:after {
        color: #fff;
    }

    .menu-item-has-children:hover > a span,
    .menu-item-has-children:focus-within > a span,
    .menu-item-has-children:active > a span {
        color: #fff;
    }
    
    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu, .header-bar  {
        display: none;
    }

    .menu-item-has-children > a::after {
          content: "v";
          color: #FFB71B;
          font-size: 0.8em;
          margin-left: 5px;
          display: inline-block;
          vertical-align: middle;
          font-weight: 600;
    }

    /*Top Nav */

    .top-menu{
        background: #ededed;
        display: flex;
        align-content: center;
        justify-content: space-between;
        padding-top: 24px;
        padding-right: 30px;
    }

    .top-menu a, nav a{
        text-decoration: none;
    }

    ul.top-nav{
        display: flex;
        margin: 0;
        column-gap: 16px;
        margin-left: max(24%, 180px);
    }

    ul.top-nav li{
        padding: 12px 20px;
        background: #fff;
        border-radius: 15px 15px 0 0;
        margin-bottom: 0;
        box-shadow: 3px 0px 8px rgba(168,168,168,0.75);
        -webkit-box-shadow: 3px 0px 8px rgba(168,168,168,0.75);
        -moz-box-shadow: 3px 0px 8px rgba(168,168,168,0.75);
    }

    ul.top-nav li a span{
        color: #67686A;
    }

    ul.top-nav li a span:hover{
        color: #67686A;
    }

    ul.top-nav li.current-menu-item{
        background: #D6006D;
        box-shadow: none;
    }

    ul.top-nav li.current-menu-item a span{
        color: #fff;
    }

    .top-nav-contacts{
        display: flex;
        gap: 8px;
    }

    .logo-wrap{
        width: 120px;
    }

    .logo-wrap img{
        position: absolute;
        top: 0;
        transform: translateY(-55%);
        width: 100%;
        max-width: 100px;
    }

    ul.main-nav{
        margin-left: 180px;
    }

    ul.main-nav a{
        color: #fff;
        text-transform: uppercase;
    }

    div.contact-item a{
        color: #000000;
        font-size: 1.2em;
        font-weight: 700;
    }

    div.contact-item i{
        font-size: 24px;
        margin-right: 6px;
        color: #D6006D;
    }


/* SUB MENU ***************************************************************************/


.sub-menu .menu-item a span {
    color: #142F5D;
}

    #menu-main-b2c .sub-menu{
        background: #002D5D;
    }

    #menu-main-b2c .sub-menu a, #menu-main-b2b .sub-menu a{
        color: #fff;
    }
    .menu-item .sub-menu {
        display: none;
    }

    .menu-item .sub-menu .menu-item .sub-menu {
        display: none;
    }

    .menu-item .sub-menu .menu-item a {
        color:#142F5D;
        font-size: 1em;
        font-weight: 300;
        line-height: 18px;
    }

    /* .menu-item .sub-menu { */
    .menu-item:hover .sub-menu {
        background: #D6006D;
        display: grid;
        grid-template-columns: 1fr;
        padding: 1em 0;
        text-align: left;
        z-index: 50 !important;
        justify-self: center;
        margin: auto;
        position: absolute;
        border-top: 8px solid #D6006D;
        min-width: 273px;
        bottom: 0;
        transform: translateY(100%);
    }

    #menu-main-b2c .menu-item:hover .sub-menu{
        border-top: 8px solid #002D5D;
    }

    #menu-main-b2c .sub-menu li:hover{
        background: #024896;
    }

    .menu-item .sub-menu  {
        position: relative;
    }

    .menu-item .sub-menu .menu-item {
        padding: 1em;
        border-bottom: 1px solid #FFB71B;
        text-align: left;
    }

    .menu-item .sub-menu .menu-item a span {
        text-transform: uppercase;
        color: #fff;
        font-weight: 300;
    }

    .menu-item .sub-menu .menu-item:hover{
        background: #e24d99;
    }

    .contact-menu-link a {
        padding: 0.5em 1.1em;   
        background: #D85956;       
        border-radius: 32px;
    }

    .contact-menu-link a span {
        font-size: 1em !important;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Mukta Mahee", sans-serif;
        color: #fff;
    }

    .side-menu-inner{
        display: grid;
    }

    .side-menu-inner li {
        text-align: left;
    }

}


    

/* RESPONSIVE MENU UNCLICKED */
@media only screen and (max-width: 960px) {

    .grid-header-outer, .outer-banner-message-outer{
        display: none;
    }

    /*Top Nav */

    .top-menu{
        background: #ededed;
        display: flex;
        align-content: center;
        justify-content: end;
        padding-top: 24px;
        padding-right: 30px;
    }

    ul.top-nav{
        display: flex;
        margin: 0;
        gap: 16px;
    }

    ul.top-nav li{
        padding: 12px 20px;
        background: #fff;
        border-radius: 15px 15px 0 0;
        margin-bottom: 0;
        box-shadow: 3px 0px 8px rgba(168,168,168,0.75);
        -webkit-box-shadow: 3px 0px 8px rgba(168,168,168,0.75);
        -moz-box-shadow: 3px 0px 8px rgba(168,168,168,0.75);
    }

    ul.top-nav li a span{
        color: #67686A;
    }

    ul.top-nav li.current-menu-item{
        background: #D6006D;
        box-shadow: none;
    }

    ul.top-nav li.current-menu-item a span{
        color: #fff;
    }

    .top-nav-contacts{
        display: none;
    }

    .logo-wrap{
        width: 80px;
    }

    .logo-wrap img{
        position: absolute;
        top: 0;
        transform: translateY(-55%);
        width: 100%;
        max-width: 80px;
    }

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

        .logo-wrap{
            width: 60px;
        }

        .logo-wrap img{
            position: absolute;
            top: 0;
            transform: translateY(-50%);
            width: 100%;
            max-width: 60px;
        }

        ul.top-nav li {
            padding: 8px 14px;
        }

    }

    .grid-header-section {
        background-color: #D6006D;
    }

    body.page-id-191 .grid-header-section, body.page-id-195 .grid-header-section, body.page-id-198 .grid-header-section, body.page-id-193 .grid-header-section{
        background-color: #002D5D;
    }

    .header-bar {
        display:grid;
        grid-column:  1 / 17; 
        align-self: center;
        padding: 12px 0 12px 30px;
        position: relative;
    }

    .header-contact-bar {
        display: none;
    }

    .header-contact-bar-mobile {
        background-color: #fff;
        grid-column: 1 / 17;
        justify-content: end;
        padding: 1em;
        text-align: right;
    }

    .inner-header-contact-bar-mobile p a {
        justify-content: end;
        justify-self: end;
    }

    .inner-header-contact-bar-mobile i {
        color: #D85956;
    }

    .inner-header-contact-bar-mobile p a {
        padding: 1em !important;
        gap: 0.3em;
    }

    .inner-header-contact-bar-mobile p a strong, .inner-header-contact-bar-mobile p a i {
        font-size: 1em !important;
        letter-spacing: 0;

    }

    .header-contact-bar-mobile-sub {
        padding: 0;
    }
    
    .header-bar .logo1{
        max-width: 141px;
        width: 100%;
        align-self: center;
        left: 1em;
    }


    .mobile-icon {
        max-width: 55px;
    }

    .responsive-menu {
        align-self: center;
    }

    .menu-icon {
        width: 33px;
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        background: #004aad;
        z-index: 30;
    }
    
    #hamburger-input{
        display: none;
    }
    
    #hamburger-menu {
        display: flex;
        align-items: end;
        flex-direction: column;
        position: relative;
        -webkit-tap-highlight-color: transparent;
    }

    #hamburger-menu #sidebar-menu {
        grid-template-columns: 1fr;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        width: 85%;
        max-width: 480px;
        transition: 0.3s;
        box-sizing: border-box;
        z-index: 9999999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        height: 100dvh;
        min-height: 100dvh;
        pointer-events: auto;
        touch-action: pan-y;
    }

    #hamburger-menu ul {
        margin: 1em 0;
    }

    #hamburger-menu ul .sub-menu{
        margin: 0 0 1em 1em;
        width: auto;
    }

    #hamburger-menu ul .sub-menu li {
        border-top: none;
    }

    #hamburger-menu li {
        padding: 12px 0;
        list-style-type: none;
        border-top: 1px solid #FFB71B;
        margin: 0;
    }

    #hamburger-menu li:hover {
        background: #e24d99;
    }

    #hamburger-menu a {
        text-decoration: none;
        transition: transform 0.5s;
        align-items: center;
        display: flex;
        padding: 0.5em 0;
        color: #fff;
        font-weight: 600;
        /* justify-content: center; */
    }

    #hamburger-menu .sub-menu a {
        padding: 0;
        font-weight: 300;
    }

    #hamburger-menu i {
        font-size: 1.75em;
    }

    #hamburger-menu a:active{
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(3px);
    }

    #hamburger-input:checked + #hamburger-menu #sidebar-menu {
        visibility: visible;
        right: 0;
    }

    /* Scroll Side Menu */
    #sidebar-menu {
        background-color: #D6006D;
        min-height: 100vh;
        z-index: 50;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #hamburger-menu .side-menu-inner{
      min-height: 0;
    }

    .side-menu-inner ul{
        margin-left: 20px !important;
    }

    .sub-menu.hidden {
        display: none;
    }

    .toggle-icon ul li {
            list-style: none;
    }

    .toggle-icon::before {
        content: '\f078';
        margin-left: 5px;
        font-family: "Font Awesome 5 pro"; 
        font-weight: 900;
        font-size: 1em;
        color: #1E1E1E;
        margin-right: 0.5em;
    }

    .menu-item-has-children > a .toggle-icon.open::before {
        content: '\f077';
    }

    #hamburger-menu li .sub-menu .menu-item {
        list-style-type: none;
    }

    #hamburger-menu li .sub-menu .menu-item:nth-last-child(1) {
        border-bottom: none;
    }

    #hamburger-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    #sidebar-menu ul li a span {
        color: #fff;
        margin-left: 0.5em;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0.15em;
    }
    
    #sidebar-menu ul li .sub-menu li a span {
        font-weight: 500;
        letter-spacing: 0.15em;
    }

    .open {
        margin-top: 0.8em !important;
    }

    #hamburger-menu {
        margin: 0 2em;
        color: #fff;
    }

    .mobile-social-media i {
        font-size: 1.5em !important;
        width: 24px !important;
        color: #fff !important;
        justify-content: normal !important;
    }

    #verve-side-nav {
        padding: 0 1em;
    }

    .sub-header-logo a {
        padding: 0 !important;
    }

    html:has(#hamburger-input:checked),
    body:has(#hamburger-input:checked){
      overflow: hidden;
    }


}



/* ///// BANNERS ///////////////////////////////////////////////////////////////////////// */

section.stand-banner,section.split-banner{
    padding: 110px 0 260px;
    position: relative;
}

section.shallow-banner{
    padding: 95px 0;
    position: relative;
}

section.grey-banner{
    background-color: #EDEDED;
    padding: 50px 0;
}

div.home-banner{
    grid-column: 1 / 17;
    width: 50%;
    z-index: 20;
}

div.split{
    grid-column: 1 / 17;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12%;
}

div.split > *{
    grid-column: 1 / 2;
}

div.img-block{
    grid-row: 1 / span 999;
    grid-column: 2 / 3;
    position: relative;
}

div.background-circle{
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #EDEDED;
    z-index: 2;
    position: absolute;
    max-width: 430px;
}

div.img-block img{
    position: absolute;
    justify-self: center;
    align-self: start;
    height: 110%;
    width: auto;
    max-width: 500px;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.stand-banner > div.blur-overlay{
    right:22%;
}

section.shallow-banner > div.blur-overlay{
    right:30% !important;
}

div.buttons{
    display: flex;
    gap: 1em;
}

section.grey-banner div.content-area{
    justify-self: center;
    width: 50%;
    min-width: 320px;
}

section.grey-banner div.content-area > *{
    text-align: center;
}

section.blog-banner{
    padding: 0;
}

.blog-banner img{
    border-radius: 62px;
    grid-column: 1 / 17;
    max-height: 624px;
    object-fit: cover;
    object-position: center;
    height: auto;
    width: 100%;
    margin-top: 30px;
}

section.stand-banner p, section.split-banner p, section.shallow-banner p, section.grey-banner p{
    color: #002D5D;
    font-weight: 600;
}

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

    section.stand-banner > div.blur-overlay{
        right:10%;
    }

    div.home-banner{
        width: 75%;
    }

    section.split-banner{
        padding: 30px 0 50px;
    }

    div.split{
        grid-template-columns: 1fr;
    }

    div.img-block{
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        grid-row-start: span 1;
        min-height: 300px;
        margin-bottom: 25px;
    }

    div.background-circle{
        max-width: 250px;
    }

    div.img-block img{
        max-width: 250px;
    }

    div.split > *{
        text-align: center;
    }

    div.split div.buttons{
        justify-content: center;
    }

}

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

    section.stand-banner{
        padding: 20px 0 260px;
    }

    section.stand-banner > div.blur-overlay, section.stand-banner > div.blur-overlay-extra{
        display: none;
    }

    section.stand-banner::after {
        content: "";
        position: absolute;
        left: 0; right: 0; top: 40%; bottom: 0;
        background: inherit;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;
    }

    section.stand-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #fff;
        z-index: 1;
        pointer-events: none;
        -webkit-mask-image: linear-gradient(to bottom, black 0 40%, transparent 60% 100%);
            mask-image: linear-gradient(to bottom, black 0 40%, transparent 60% 100%);
      }

    section.stand-banner > * {
        position: relative;
        z-index: 2;
      }

    div.home-banner{
        width: 100%;
    }

    div.home-banner *{
        text-align: center;
    }

    div.buttons{
        justify-content: center;
    }

    section.grey-banner div.content-area{
        justify-self: center;
        width: 100%;
        max-width: 380px;
        min-width: auto;
    }
}

/* ///// BLOGS & CATEGORIES ///////////////////////////////////////////////////////////////////////// */

section.listings-header{
    padding: 30px 0;
}

body.single-post div.content-area a{
    color: #D6006D;
}

body.single-post div.content-area a:hover{
    color: initial;
}
/* Search */

div.search-results{
    grid-column: 1 / 17;
    display: flex;
    justify-content: end;
    align-content: end;
}

article.no-results div.search-results, article.not-found div.search-results{
    justify-content: center;
    margin-top: 16px;
}

div.search-results label{
    font-size: 1.3em;
    font-weight: 700;
    margin-right: 8px;
    font-family: 'Swiss721', 'Roboto', sans-serif;
    color: #002D5D;
    text-transform: none;
    margin: 0;
}

div.search{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
}

div.search input{
    background-color: #EDEDED;
    width: 100%;
    max-width: 500px;
    border-radius: 40px;
    padding: 0.5em 1em;
    border: 0;
}

div.search input::placeholder{
    color: #67686A;
}
.input-with-icon {
  position: relative;
  display: inline-block;
  width: 50%;
}

.listings-header .input-with-icon{
    display: flex;
    justify-content: end;
}

.input-with-icon input {
  padding-right: 2.25rem; /* room for the icon */
}

.input-with-icon .fa-magnifying-glass {
  position: absolute;
  right: .6rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: #D6006D;
  pointer-events: none;
  font-size: 1.5rem;
}

input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

ul.post-categories{
    grid-column: 1 / 17;
    display: flex;
    justify-content: end;
    gap: 12px;
    margin: 20px 0;
    flex-flow: row wrap;
}

ul.post-categories li{
    border-right: 2px solid #D6006D;
    padding-right: 12px;
    margin: 0;
}

div.nav-links{
    grid-column: 1 / 17;
    justify-content: center;
}

div.nav-links a{
    grid-column: 1 / 17;
    justify-content: center;
    font-size: 1.3em;
    font-weight: 700;
    font-family: 'Swiss721', 'Roboto', sans-serif;
    color: #002D5D;
    margin: 0;
}

p#breadcrumbs{
    font-size: 1.3em;
    font-weight: 700;
    font-family: 'Swiss721', 'Roboto', sans-serif;
    color: #002D5D;
    margin: 0;
}

div.blog-info{
    padding: 0 40px;
    display: flex;
    grid-column: 1 / 17;
    width: 100%;
    gap: 40px;
    align-content: flex-start;
    transform: translateY(-50%);
}

div.blog-info label{
    background:#D6006D;
    padding: 12px 24px;
    border-radius: 28px;
    color: #fff;
    margin: 0;
}

div.blog-info ul.post-categories{
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

div.blog-info ul.post-categories li{
    background:#FFB71B;
    padding: 12px 24px;
    border-radius: 28px;
    color: #002D5D;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    border-right: 0;
}

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

    div.blog-info{
        padding: 0 10px;
        gap: 10px;
    }

    div.blog-info label{
        padding: 8px 16px;
        font-size: 0.9em;
    }

    div.blog-info ul.post-categories li{
        padding: 8px 16px;
        font-size: 0.9em;
        display: grid;
        align-content: center;
    }

}

.swoosh-underline{
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-bottom: .18em;   /* room for underline */
}

/* draw + backtrack swoosh; colour comes from background-color */
.swoosh-underline.backtrack::after{
  content:"";
  position:absolute;
  left:-.1em; right:-.1em;
  bottom:-.08em;
  height:.58em;
  pointer-events:none;

  background-color: var(--swoosh-color, #F4A621); /* change this per use */

  /* mask (supports Chrome/Safari/Edge + Firefox) */
  -webkit-mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 50' preserveAspectRatio='none'>\
  <path d='M12 32 C 140 26, 260 26, 388 30' fill='none' stroke='black' stroke-width='10' stroke-linecap='round' stroke-linejoin='round'/>\
  <path d='M388 30 C 310 28, 235 30, 178 36' fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round' opacity='.7'/>\
</svg>") no-repeat 0 100% / 100% 100%;
          mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 50' preserveAspectRatio='none'>\
  <path d='M12 32 C 140 26, 260 26, 388 30' fill='none' stroke='black' stroke-width='10' stroke-linecap='round' stroke-linejoin='round'/>\
  <path d='M388 30 C 310 28, 235 30, 178 36' fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round' opacity='.7'/>\
</svg>") no-repeat 0 100% / 100% 100%;
}



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

    div.search-results{
        display: grid;
        justify-content: stretch;
        width: 80%;
        justify-self: center;
    }

    div.search-results label{
        display: block;
        text-align: center;
        width: 100%;
    }

    div.results{
        width: 100%;
    }

    div.search{
        grid-row-start: 1;
        width: 100%;
        display: grid;
        justify-content: stretch;
    }

    div.search input{
        max-width: 100%;
        margin: 12px 0;
    }

    .input-with-icon {
      width: 100%;
    }

    ul.post-categories{
        justify-content: center;
    }

}

/* ///// SHARE BAR ///// */

section.share-section{
    background-color: #EDEDED;
    padding: 18px 0;
}

section.share-section label{
    font-size: 2em;
    font-weight: 700;
    font-family: 'Swiss721', 'Roboto', sans-serif;
    color: #002D5D;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
}

.share-bar{
  display: flex;
  gap: 2rem;
  align-items: center;
  font-family: inherit;
  grid-column: 1 / 17;
}

.share-bar svg path{
    color: #D6006D;
}

.share-btn {
  display: inline-grid;
  place-items: center;
  width: 53px;
  height: 53px;
  color: #111;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  padding: 0;
}

.share-btn:hover { transform: translateY(-1px); box-shadow: 0 2px 10px rgba(0,0,0,.06);-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.06);-moz-box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.share-btn:active { transform: translateY(0); box-shadow: none; }
.share-btn:focus-visible { outline: 2px solid #000; outline-offset: 2px; }

.share-x { color: #111; }
.share-ig { color: #c13584; }
.share-tt { color: #000; }
.share-native { color: #555; }
.share-copy { color: #555; }

.share-toast {
  margin-left: .5rem;
  font-size: .9rem;
  color: #16a34a;
}

.share-bar i{
    color: #D6006D;
    font-size: 55px;
    cursor: pointer;
}

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

    .share-bar{
        display: grid;
      grid-column-gap: 1em;
      grid-row-gap: 0.5em;
      grid-template-columns: repeat(3, 1fr);
    }

    .share-bar label{
        grid-column-start: span 3;
    }

}

/* ///// CTAs ///////////////////////////////////////////////////////////////////////// */

section.cta .content-area > *{
    text-align: center;

}

section.inner-cta{
    padding: 30px 0;
}

.cta div.buttons{
    justify-content: center;
}

section.cta-button, div.cta-button{
  background:#ededed;
  padding-block: clamp(1.5rem, 6vw, 4rem);
  padding: 0;
  grid-template-columns: 1fr;
}

div.cta-button{
    grid-column: 1 / 17;
    margin-top: 30px;
}

.cta-row{
  display:grid;
  grid-template-columns: 1fr auto 1fr;  /* line | button | line */
  align-items:center;
  gap: clamp(.5rem, 2vw, 1rem);
  width:100%;
}

.line{
  flex:1 1 auto;
  height:2px;
  background:#fff;
}

.grey{
    background: #ededed !important;
}

div.cta{
    display: grid;
    border-radius: 38px;
    width: 100%;
    grid-column: 1 / 17;
    padding: 40px;
    align-self: start;
}

div.cta > *{
    text-align: center;
}

div.cta-text-only *{
    max-width: 640px;
    justify-self: center;
}

/* ///// LIST ///////////////////////////////////////////////////////////////////////// */

section.content-bullets div.content-area{
    align-content: center;
}

div.list-container{
    display: grid;
    grid-row-gap: 18px;
    align-content: start;
}

div.list{
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    position: relative;
}

div.list > *{
    color: #002D5D;
}

div.list p{
    font-weight: 500;
    margin: 0;
}

div.bullet-circle{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    background: #D6006D;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

div.bullet-circle > *{
    color: #fff;
    font-weight: 800;
}

/* ///// BOXED ///////////////////////////////////////////////////////////////////////// */

section.boxed{
    padding: 0;
    position: relative;
}

section.boxed > img{
    grid-column-start: span 8;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

section.boxed > div.content-area{
    display: grid;
    align-content: center;
    grid-column: auto;
    grid-column-start: span 8;
    padding: 40px;
}

div.circular-overlay{
    background: #6D2362;
    aspect-ratio: 1 / 1;
    width: 35%;
    max-width: 200px;
    top: 42%;
    left: 42%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    padding: 2em;
    display: grid;
    align-content: center;
}

div.circular-overlay p{
    color: #fff;
    font-size: 0.8em;
    margin-bottom: 4px;
}

div.circular-overlay img{
    width: 80%;
}

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

    section.boxed > img, section.boxed div.content-area{
        grid-column: 1 / 17;
        grid-column-start: span 16;
    }

    section.boxed div.content-area{
        grid-row-start: 1;
    }

}

/* ///// ICON & TEXT ///////////////////////////////////////////////////////////////////////// */

div.careers.about{
    box-shadow: none !important;
}


/* ///// PRICING ///////////////////////////////////////////////////////////////////////// */

div.pricing{
    display: grid;
}

div.pricing a.button{
    color: #fff;
    text-align: center !important;
    width: 100%;
}


div.pricing-info{
    display: grid;
    margin-top: 2em;
}

div.pricing-info > *, div.pricing > *{
    text-align: left !important;
}

div.pricing-info label{
    text-align: left;
    font-size: 1em;
    color: #67686A;
    text-transform: none;
    font-weight: 600;
    text-align: left;
}

div.pricing-info b{
    color: #002D5D;
    font-size: 3.5em;
    font-weight: 800;
    line-height: 1.2;
}

div.pricing-info p{
    font-size: 0.9em;
}

div.pricing-includes{
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 1em;
}

div.pricing-includes i{
    align-self: center;
    font-size: 25px !important;
}

div.pricing hr{
    background-color: #67686A;
    height: 2px;
    margin-bottom: 12px;
    width: 100%;
}

div.pricing:nth-child(even) a.button{
    background-color: #FFB71B;
    color: #002D5D;
}

/* ///// SERVICE BOXES ///////////////////////////////////////////////////////////////////////// */

section.service-listings{
    position: relative;
    z-index: 0;
}

section.faded-top::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 50px; /* feather height */
  background: linear-gradient(transparent, #ededed);
  pointer-events: none;
  z-index: 0;
}

div.full-width-wrap.service-listings{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 30px;
    z-index: 1;
    flex: 1;
    min-width: 0;
}

div.service-listing{
    background: #fff;
    display: grid;
    box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    max-width: 340px;
    padding: 40px clamp(16px, 8%, 30px);
    align-content: stretch;
    width: 100%;
}

div.service-listing > *{
    text-align: center;
    align-self: start;
}

div.service-listing a.button{
    justify-self: center;
    align-self: end;
}

/* ///// OVERLAP TOP ///// */

section.overlap-top{
    padding-top: 0;
}

section.overlap-top div.full-width-wrap{
    margin-top: -60px;
}

/* ///// ICONS & CTA ///// */

div.service-listing i{
    color: #D6006D;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 12px;
}

div.service-listing.icon-cta h2{
    color: #D6006D;
}

div.service-listing.icon-cta.featured{
    background: #D6006D;
}

div.service-listing.icon-cta.featured > *{
    color: #fff;
}

/* ///// WELLNESS LIBRARY ///// */

div.service-listing.wellness{
    background: #EDEDED;
}

div.service-listing.wellness label{
    font-size: 1em;
    color: #67686A;
}

/* ///// ICON OVERLAP ///// */

div.icon-overlap{
    position: relative;
}

div.icon-wrap{
    position: absolute;
    background: #FFB71B;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: grid;
    top: -32.5px;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
}

div.icon-wrap i{
    display: block;
    font-size: 30px;
    color: #fff;
    align-self: center;
    justify-self: center;
}

/* ///// NUMBER IMAGE ///// */

div.two-max-flex > * {
    flex: 1 1 calc(50% - 30px);
    min-width: calc(50% - 30px);
    max-width: 360px;
}

div.img-number, div.blog-listing{
    padding: 0;
    position: relative;
    align-content: start;
    align-self: start;
}

.two-max-flex div.img-number{
    align-self: stretch;
}

div.img-number img, div.blog-listing img{
    border-radius: 30px 30px 0 0;
    height: 134px;
    object-fit: contain;
    object-position: center;
    width: 100%;
    vertical-align: bottom;
}

div.img-number-cont,div.blog-listing-cont,div.service-listing-cont{
    padding: 30px clamp(16px, 8%, 30px);
    width: 100%;
    position: relative;
    display: grid;
    border-radius: 0 0 30px 30px;
}

div.number-wrap{
    border-radius: 50%;
    font-weight: 800;
    position: absolute;
    display: grid;
    width: 65px;
    height: 65px;
    text-align: center;
    color: #fff;
    background: #D6006D;
    font-size: 1.5em;
    top: -32.5px;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    align-content: center;
    justify-content: center;
}

@media (max-width: 760px){
  div.two-max-flex > .service-listing{
    flex: 1 1 100%;
    width: 100%;
    max-width: 360px;
  }
}

/* ///// BLOG LISTINGS ///// */

div.blog-listing-cont{
    position: relative;
}

div.blog-listing-cont > *{
    text-align: left;
}

div.blog-listing-cont a.button{
    justify-self: start;
}

div.blog-listing-cont:hover{
    background: #D6006D !important;
}

div.blog-listing-cont:hover > *{
    color: #fff !important;
}

body.archive div.blog-listing-cont{
    min-height: 335px;
    align-self: stretch;
}

body.archive div.blog-listing-cont h3, body.archive div.blog-listing-cont p{
    align-self: center;
}

body.archive div.blog-listing-cont a.button{
    align-self: end;
}

div.blog-listing div.blog-info{
    grid-column: auto;
    padding: 0;
    gap: 8px;
    position: absolute;
    top: 0;
    padding: 0 8px;
}

div.blog-listing div.blog-info li, div.blog-listing div.blog-info label{
    padding: 6px;
    font-size: 0.7em;
    font-weight: 500;
}

/* ///// BENEFIT ///// */

div.img-number i{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.benefit-title{
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px;
    justify-content: center;
}

div.benefit-title h1, div.benefit-title h2, div.benefit-title h3, div.benefit-title h4, div.benefit-title h5, div.benefit-title h6, div.benefit-title p{
    margin: 0 16px 0 0;
}

div.benefit-title label{
    align-self: center;
    font-size: 1.3em;
    font-weight: 700;
    font-family: 'Swiss721', 'Roboto', sans-serif;
    color: #002D5D;
    text-transform: none;
    margin: 0;
    padding-left: 16px;
    border-left: 4px solid #002D5D;
    text-align: left;
}

div.partner a.button{
    color: #002D5D;
}

/* ///// CAREERS ///// */

div.careers{
    align-content: center;
}

div.careers div.icon-wrap{
    height: 100px;
    width: 100px;
    top: -50px;
}

div.careers div.icon-wrap i{
    position: unset;
    align-self: center;
    justify-self: center;
    font-size: 50px;
    display: block;
    transform: translateX(0);
}

div.careers h2{
    margin-top: 24px;
}

/* ///// ICON & TEXT ///// */

div.full-width-wrap.service-listings.icon-text div.icon-text{
    width: 18%;
    align-content: start;
}

div.icon-text div.icon-wrap{
    position: unset;
    transform: none;
    justify-self: center;
    margin-bottom: 12px;
}

div.icon-text div.img-number-cont p{
    font-weight: 800;
    color: #d6006d;
}

div.img-number-cont.icon-text{
    width: 100% !important;
}

div.img-number-cont.icon-text label{
    color: #002D5D;
    font-weight: 800;
    font-size: 0.9em;
}

div.img-number-cont.icon-text p{p
    font-size: 0.9em;
}

@media (max-width: 960px){

    div.full-width-wrap.service-listings.icon-text div.icon-text{
        width: 30%;
    }

}

/* ///// COVER ///// */

div.service-listings.cover{
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-column-gap: 2em;
}

div.cover-listings{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
div.cover div.icon-wrap{
    left: 0;
    top: 35px;
    width: 30px;
    height: 30px;
}

div.cover div.icon-wrap i{
    top: revert;
    font-size: 18px;
}

@media (max-width: 760px){

    div.service-listings.cover{
        grid-template-columns: 1fr;
    }

    div.cover-listings{
        justify-content: center;
    }
}

@media (max-width: 560px){

    div.cover-listings{
        grid-template-columns: 1fr;
    }

    div.cover{
        justify-self: center;
    }

}

/* ///// FORM ///////////////////////////////////////////////////////////////////////// */

    .verve-form {
      width: 100%;
      background: #EDEDED;
      border-radius: 46px;
      padding: 30px;
      box-sizing: border-box;
    }

    .verve-form p{
        color: #002D5D;
        font-weight: 800;
        font-size: 1.2em;
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px 30px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
    }

    .form-group label {
      text-transform: uppercase;
      color: #67686A;
      font-size: 1.1em;
      margin-bottom: 8px;
    }

    .form-group input {
      background: #fff;
      border: none;
      border-radius: 47px;
      padding: 12px 15px;
      font-size: 1em;
      box-sizing: border-box;
    }

    .form-submit {
      grid-column: span 2;
    }

    .form-submit button {
      width: 100%;
      background: #D6006D;
      color: #fff;
      font-weight: 800;
      font-size: 1.1em;
      padding: 14px 20px;
      border: none;
      border-radius: 47px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .form-submit button:hover {
      background: #b00059; /* darker hover shade */
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .form-grid {
        grid-template-columns: 1fr;
      }
      .form-submit {
        grid-column: span 1;
      }
    }

    .email-form {
      max-width: 400px;
    }

    .input-wrapper {
      position: relative;
      width: 100%;
    }

    .input-wrapper input[type="email"] {
      width: 100%;
      padding: 14px 120px 14px 20px; /* space on right for button */
      border: none;
      border-radius: 32px;
      background: #fff;
      font-size: 16px;
      box-sizing: border-box;
    }

    .input-wrapper button, .input-wrapper input[type="submit"] {
      position: absolute;
      top: 4px;
      right: 4px;
      bottom: 4px;
      padding: 0 20px;
      background: #FFB71B;
      color: #002D5D;
      border: none;
      border-radius: 32px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      max-height: 44px;
    }

    .input-wrapper button:hover, .input-wrapper input[type="submit"]:hover {
      background: #e6a519;
    }

/* ///// SHARED ELEMENTS ///// */

a.button{
    background-color: #FFB71B;
    border: 1px solid transparent;
    color: #002D5D;
    justify-self: start;
    padding: 10px 35px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 500;
    align-self: start;
}

a.button.pink{
    background-color: #D6006D;
    color: #fff;
}

a.button:hover{
    background-color: #F2B633;
    transform: translateY(-2px);
    transition: 0.2s linear;
}

a.button.pink:hover{
    background-color: #B8005D;
}

a.button.transparent{
    background: transparent;
    padding: 0;
    border-radius: 0;
    position: relative;
    padding-right: 3rem;
}

a.button.transparent::after {
  content: "›";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  transition: transform .2s ease;
  pointer-events: none;
}

a.button.transparent:hover{
    background-color: inherit;
    transform: translateY(0);
    transition: 0s linear;
}

a.button.transparent:hover::after {
  transform: translate(4px, -50%);
}

.grey > a.button{
    color: #D6006D;
}

a.button.white{
    background: #fff;
}

div.blur-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat;
    opacity: 0.9;
}

div.blur-overlay-extra{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat;
    opacity: 0.9;
}

.grey{
    background: #ededed !important;
}

.pink{
    background: #D6006D !important;
}

.pink label{
    color: #FFB71B;
}

.pink > h1, .pink > h2, .pink > h3, .pink > h4, .pink > h5, .pink > h6, .pink > p, .pink > strong, .pink > li{
    color: #fff !important;
} 

nav.pagination{
    display: flex;
    justify-content: center;
    gap: 12px;
}

nav.pagination a{
    font-size: 1.4em;
    font-weight: 600;
    color: #002D5D;
}

nav.pagination span.current{
    font-size: 1.4em;
    font-weight: 600;
    color: #D6006D;
}

div.content-area ul li::before {
  content: "\2022";
  color: #D6006D;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* ///// CONSTANT CTA ///// */

  .sticky-cta {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: fit-content;
    max-width: 100%;
    background: #D6006D;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 1.3em;
    border-radius: 55px;
    padding: 10px;
    z-index: 9999;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  }

  .cta-content {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .cta-text {
    flex: 1 1 auto;
    color: #fff;
    text-align: right;
    margin: 0 6px;
  }

  .cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
  }


  @media (max-width: 760px) {
    .sticky-cta {
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      max-width: none;
      border-radius: 30px 30px 0 0;
      padding: 14px 16px;
    }
    .cta-content {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
    }
    .cta-actions {
      width: 100%;
      gap: 10px;
    }
    .cta-text{
        text-align: center;
    }
    .sticky-cta a.button {
      flex: 1 1 50%;
      text-align: center;
      font-size: 0.8em !important;
    }
  }

  /* ///// EMBED ///////////////////////////////////////////////////////////////////////// */

  div.split-half{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    grid-column: 1 / 17;
  }

  div.split-half div.content-area{
    align-content: start;
    grid-column: auto;
  }

  div.split-half .embed-area{
    grid-row-start: 1;
    grid-column: 2 / 3;
  }

@media (max-width: 760px) {

    div.split-half{
        grid-template-columns: 1fr;
      }

      div.split-half .embed-area{
        grid-row-start: 1;
        grid-column: 1 / -1;
      }

}

  /* ///////////////////////////////////////////////////////////////////// SHARED ///// */

  .content-area img, .blog-banner img{
    max-width: 100%;
  }

  .blog-banner > img{
    grid-column: 1 / 17;
    object-fit: cover;
    object-position: center;
  }

  .content-area > a{
    font-weight: 700;
  }

  /* ///////////////////////////////////////////////////////////////////// B2C accents ///// */

body.audience-b2c div.grid-header-outer, body.audience-b2c div.header-bar, body.audience-b2c div.bullet-circle, body.audience-b2c a.button.pink, body.audience-b2c footer, body.audience-b2c div.sticky-cta,body.audience-b2c #sidebar-menu{
    background: #002D5D;
    background-color: #002D5D;
}

body.audience-b2c div.contact-item i{
    color: #002D5D;
}

/* When we're on B2B pages */
body.audience-b2b .top-nav li:first-child {
  background: #D6006D;
  box-shadow: none;
}

/* When we're on B2C pages */
body.audience-b2c .top-nav li:first-child {
  background: #fff;
  box-shadow: 3px 0px 8px rgba(168, 168, 168, 0.75);
}

/* When we're on B2B pages */
body.audience-b2b .top-nav li:last-child {
  background: #fff;
  box-shadow: 3px 0px 8px rgba(168, 168, 168, 0.75);
}

/* When we're on B2C pages */
body.audience-b2c .top-nav li:last-child {
  background: #002D5D;
  color: #fff;
  box-shadow: none;
}

body.audience-b2c .top-nav li:first-child a span {
  color: #67686A;
}

body.audience-b2c .top-nav li:last-child a span {
  color: #fff;
}

/* Hide buttons on B2B */

body.audience-b2b .hide-btn-b2b{
    display: none;
}

/*//////////////////////////////////////////////////////////////////MATRIX ////////////////////*/

section.matrix{
    background: #ededed;
    padding: 75px 0;
}

.verve-matrix-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 43px;
  padding: 16px;
}
.verve-matrix {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-family: inherit;
}
.verve-matrix th,
.verve-matrix td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: middle;
}
.verve-matrix thead th {
  font-weight: 700;
  background: #f7f7f9;
  white-space: nowrap;
}
.verve-matrix__head--feature {
  text-align: left;
  min-width: 220px;
}
.verve-matrix__head--service .verve-matrix__svc-label {
  display: block;
  font-weight: 500;
  color: #D6006D;
}
.verve-matrix__head--service .verve-matrix__svc-tagline {
  display: block;
  font-size: 0.875rem;
  opacity: 0.8;
}
.verve-matrix__head--service {
  position: relative;
}
.verve-matrix__head--service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--svc-col, transparent);
  opacity: 0.08;
  pointer-events: none;
}

.verve-matrix__feature {
  text-align: left;
  font-weight: 600;
}
.verve-matrix__feature-help {
  display: inline-block;
  margin-left: 8px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #e9eef5;
  color: #223;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  cursor: help;
}
.verve-matrix__cell {
  width: 80px;
}
.verve-matrix__icon svg {
  display: inline-block;
}
.verve-matrix__cell.is-on .verve-matrix__icon path {
  fill: #1f9d55; /* green tick */
}
.verve-matrix__cell.is-off .verve-matrix__icon path {
  stroke: #9aa1ab; /* grey cross line */
}

/* NEED TO REVIEW THE BELOW TO REMOVE DUPLICATION */

/* Base table adjustments so rounded row corners work */
.verve-matrix {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* Header: no background */
.verve-matrix thead th {
  background: transparent;
}

/* Features column: colour + left align */
.verve-matrix__feature,
.verve-matrix__feature-label {
  color: #002D5D;
  text-align: left;
  font-weight: 300;
}

/* Zebra striping and big rounded corners on odd rows */
.verve-matrix tbody tr:nth-child(odd) th,
.verve-matrix tbody tr:nth-child(odd) td {
  background: #EDEDED;
  border: 0;
}

.verve-matrix tbody tr:nth-child(odd) th.verve-matrix__feature {
  border-radius: 43px 0 0 43px;
}
.verve-matrix tbody tr:nth-child(odd) td:last-child {
  border-radius: 0 43px 43px 0;
}


.verve-matrix__head--service::after { display: none; }

/* Spacing */
.verve-matrix th,
.verve-matrix td {
  padding: 8px 10px 8px 20px;
  text-align: left;
  vertical-align: middle;
}

/* TICK STYLE — circle #FFB71B with white tick */
.verve-matrix__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.verve-matrix__cell.is-on .verve-matrix__icon {
  background: #FFB71B;
  color: #fff;
}
.verve-matrix__cell.is-off .verve-matrix__icon {
  background: transparent;
  color: #9aa1ab; /* grey cross */
}
.verve-matrix__icon svg { width: 16px; height: 16px; }

/* Ensure the tick path follows currentColor (white when on) */
.verve-matrix__cell.is-on .verve-matrix__icon svg path {
  fill: #fff;
}
/* Cross stays as stroked grey, no fill */
.verve-matrix__cell.is-off .verve-matrix__icon svg path {
  stroke: currentColor;
  fill: none;
}

.verve-matrix__svc-price {
  display: block;
  color: #002D5D;
  font-weight: 500;
  margin-top: 2px;
  line-height: 1.2;
}

.add-box{
  background: rgba(255, 255, 255, 0.8); /* White at 75% opacity */
  border-radius: 30px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 30px;
}

@media (max-width: 760px) {

    .add-box{
      background: rgba(255, 255, 255, 0);
    }

}
  /* ///////////////////////////////////////////////////////////////////// PALETTE PICKER ///// */

    div.service-listing.pallette {
      background: var(--bg, transparent) !important;
      color: var(--fg, inherit) !important;
    }

    div.service-listing.pallette * {
      color: currentColor;
    }

    /* Brand palette */
    div.service-listing.theme-grey   { --bg:#EDEDED !important; --fg:#002D5D !important; }
    div.service-listing.theme-navy   { --bg:#002D5D !important; --fg:#ffffff !important; }
    div.service-listing.theme-pink   { --bg:#D6006D !important; --fg:#ffffff !important; }
    div.service-listing.theme-yellow { --bg:#FFB71B !important; --fg:#002D5D !important; }
