:root {
    font-size: 16px;
}

body a {
    text-decoration: none;
}


a:focus {
    text-decoration: none !important;
}

/* 
--------
ANIMATION STYLING 
--------
*/


/* FLIP TILES */
div.flip-tile-container {
    background-color: transparent;
    perspective: 1000px;
}

.flip-tile-back,
.flip-tile-front {
    width: 100%;
    /* max-width: 270px; */
    backface-visibility: hidden;
    transition: transform 0.5s ease-in-out;
}

.flip-tile-front {
    position: absolute;
}

.flip-tile-back {
    position: relative;
    transform: rotateY(-180deg);
}

.flip-tile-container:hover .flip-tile-back {
    transform: rotateY(0);
}

.flip-tile-container:hover .flip-tile-front {
    transform: rotateY(180deg);
}

.flip-box {
    height: 100%;
}

/* ACCORDION */
.outer-accordion-container {
    position: relative;
}

.accordion-head {
    position: relative;
    width: 100%;
}

.accordion-content {
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s ease-in-out 0.1s;
    max-height: 0;
}

.accordion-container:not(.active) {
    border-bottom: none !important;
}

.accordion-content p {
    transform: translateY(-100%);
    transition: transform 0.7s ease-in-out 0.1s;
}

.accordion-container.active .accordion-content p {
    transform: translateY(0);
}

.accordion-container.active .accordion-content {
    max-height: 450px;
}

.accordion-container.active .accordion-head * {
    color: var(--wp--preset--color--custom-orange);
}


/* 
--------
BUTTON STYLING 
--------
*/
.hover-green .wp-element-button:hover {
    background-color: var(--wp--preset--color--custom-green) !important;
}

.wp-element-button {
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.hover-white .wp-element-button:hover,
.referral-button a:hover {
    background-color: white !important;
    color: var(--wp--preset--color--custom-orange) !important;
}

/* .wp-element-button:visited,
.wp-block-button__link:visited{
    color: var(--wp--preset--color--base) !important;
} */

/* HEADER SEARCH */

#global-top-bar form[role="search"] .wp-block-search__inside-wrapper {
    position: relative;
    transition: all 0.3s ease;
}

#global-top-bar form:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}

#global-top-bar input[aria-hidden='false'] {
    position: relative;
    max-height: 2.5rem;
    max-width: 200px;
}


/* 
--------
HEADER STYLING 
--------
*/
header {
    position: fixed;
    top: 0;
    z-index: 500;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
}

header a {
    text-decoration: none;
}

#global-top-bar {
    position: relative;
    z-index: 100001;
}

#global-top-bar .right-row {
    max-width: 510px;
}

#global-head-white-bkgd {
    z-index: 0;
    transition: background-color 0.3s ease;
    height: 100%;

}

#global-head-nav-row {
    position: relative;
    z-index: 40;
    margin: auto;
}

.sticky #global-head-white-bkgd,
#global-head-white-bkgd:has(nav li:hover),
#global-head-white-bkgd:hover {
    background-color: white;
}


/* HEADER SERVICE TYPE BUTTONS */

header .service-button-cont .wp-element-button {
    /* font-size: var(--wp--preset--font-size--small) !important; */
    font-weight: 400;
    text-transform: none;
    max-width: 130px;
    /* max-height: 63px; */
}

.top-menu-v2 a.wp-block-button__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    text-transform: none !important;
    /* min-width: 90px; */
    /* height: 64px; */
    font-weight: 400;
    gap: 2px
}

.top-menu-v2 a.wp-block-button__link img {
    max-height: 30px;
    /* max-width: 25px */
}

header .service-button-cont .wp-element-button:hover {
    color: #2d393f !important;
    background-color: white !important;
}

.insurers-toggle:hover a {
    color: var(--wp--preset--color--custom-orange) !important;
}

.individuals-toggle:hover a {
    color: var(--wp--preset--color--custom-brown) !important;
}

header img.custom-logo {
    max-height: 85px;
}



#global-top-bar .mobile-services {
    display: none;
}

/* HEADER SEARCH */

header .wp-block-search__button {
    padding: 0;
}

svg.search-icon {
    height: 30px;
    width: 30px;
}



/* 
--------
HOME PAGE STYLING 
--------
*/

.home .home-slider-carousel [role='list'] {
    z-index: 5 !important;
    margin: -10rem 0 -5rem;
}

.home .orange-section-container {
    z-index: 0;
}

.home .orange-section-content {
    position: relative;
    overflow: visible;
    z-index: 50 !important;
}

.home .icon-tile-row.service-types .icon-tile {
    max-width: 350px !important;
}

.icon-tile-row.service-types {
    width: 100%;
    justify-content: space-between;
}

.home-slider-carousel .wp-block-button a {
    display: flex;
    align-items: center;
    max-width: 224px;
}

.home-slider-carousel .wp-block-stackable-column {
    padding: 0 9% !important;
}

.icon-tile-row .icon-tile {
    position: relative;
}

.icon-tile-row .icon-tile a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* -- 
-------
LATEST NEWS SLIDER 
-------
-- */

.news .wp-block-post {
    position: relative;
}

.news .wp-block-post .wp-block-group {
    position: absolute;
    z-index: 10;
    top: 0;
    pointer-events: none;
    opacity: 0;
}

.news .wp-block-post:hover .wp-block-group {
    opacity: 1;
    padding: 1rem;
    transition: opacity 0.4s linear;
}

.news .wp-block-post:hover figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--contrast);
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.news-query-template li.wp-block-post {
    border-radius: 0 25px !important;
    overflow: hidden !important;
}



/* -- 
-------
FORM STYLING 
-------
-- */

.frm_button_submit {
    text-transform: uppercase;
}



/* -- 
-------
TILE STYLING 
-------
-- */

.two-tile-row .wp-block-columns {
    min-height: 203px;
}

.icon-row.wp-block-columns {
    justify-content: center;
}

.icon-row .wp-block-column {
    max-width: 70%;
}



/* -- 
-------
INITIAL LETTER STYLING 
(mission & values page)
-------
-- */

.initial-letter-h4 h4::first-letter {
    font-size: 40px;
}



/* -- 
-------
BORDER RADIUS STYLING 
-------
-- */

.radius-top-right {
    border-radius: 0 25px !important;
}



/* -- 
-------
LIST STYLING 
-------
-- */

.tick-list li {
    list-style-image: url('/wp-content/uploads/2023/10/vector_tick_orange.svg');
    padding-left: 0.25rem;
}

.big-tick-list li {
    /* list-style-image: url('/wp-content/uploads/2023/10/vector_tick_orange.svg'); */
    padding-left: 1.6rem;
}

.big-tick-list ::marker {
    width: 2rem !important;
    height: 2rem;
    content: url('/wp-content/uploads/2023/10/vector_tick_orange.svg');
}

.tick-list.add-space li:where(:not(:first-child)) {
    padding-top: 1rem;
}


/* -- 
-------
NAV STYLING 
-------
-- */





/* -- 
-------
VIDEO EMBED STYLING 
-------
-- */

.youtube-embed-styled.wp-block-embed iframe {
    border-radius: 0 25px !important;
}

.youtube-embed-styled.wp-block-embed div:first-child::before {
    padding-top: 50%;
}

.carousel-header-no-link {
    pointer-events: none;
}

/* mission & values */
.purpose_mission .wp-block-col mn {
    border-radius: 0 30px;
}

.purpose_mission>.wp-block-column {
    display: flex;
    width: 100%;
}


/* -- 
-------
ATSI STYLING 
-------
-- */

.atsi-flip .flip-box {
    min-height: 300px;
}

.atsi-icon-row .icon-stack {
    min-width: 110px;
    max-width: 150px;

}


/* -- 
-------
CPD STYLING 
-------
-- */

.cpd-flip .flip-box {
    min-height: 255px;
}

.cpd-clients-icons img {
    max-width: 85px !important;
}


/* -- 
-------
ICON TILE ROW STYLING 
-------
-- */

.icon-tile-row>div.wp-block-group {
    max-width: 18rem;
    min-width: 17.5rem;
    flex-shrink: 1;
}

.icon-tile-row .wp-block-column {
    max-width: 70%;
}

.icon-tile-row {
    justify-content: center;
}


/* -- 
-------
STORE LOCATOR STYLING 
-------
-- */

#storelocatorwidget * {
    font-family: Figtree, FontAwesome;
}

#storelocatorwidget-container * {
    font-size: 0.9rem;
}

#storelocator-search-bar {
    padding-bottom: 1rem !important;
}

#storelocator-search-bar>p {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    max-height: 2rem;
}

#storelocator-search-bar>p>span:first-child,
#storelocator-search-bar>p>a:first-of-type,
#storelocator-search-bar>p>input:first-of-type {
    float: left;
}

#storelocatorwidget .storelocator-btn-group {
    display: flex !important;
    align-items: stretch;
    justify-content: start;
    gap: 1rem;
    padding: 0.5rem 0;
}

#storelocatorwidget a.storelocator-btn {
    background: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
    background-color: var(--wp--preset--color--custom-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    color: var(--wp--preset--color--base);
    transition: background-color 0.3s ease;
    gap: 0.5rem;
    min-width: max-content;
}


#storelocator-search_address:focus {
    box-shadow: 0 0 5px var(--wp--preset--color--custom-orange) !important;
    border-color: var(--wp--preset--color--custom-orange) !important;
}

#storelocator-search-radius:focus-visible {
    outline-color: var(--wp--preset--color--custom-orange) !important;
}

#storelocator-wrapper * {
    font-size: 1rem;
}

#storelocator-wrapper p {
    color: var(--wp--preset--color--contrast);
}

#storelocator-wrapper a:where(:not(.storelocator-btn)) {
    color: var(--wp--preset--color--custom-orange);
}

#storelocator-wrapper a.storelocator-btn {
    font-size: 0.95rem;
}

#storelocatorwidget a.storelocator-btn:hover {
    background-color: var(--wp--preset--color--contrast);
    color: white;
}

#storelocatorwidget a:where(:not(.storelocator-btn)):hover {
    color: var(--wp--preset--color--contrast);
}


div.storelocator-store {
    border-radius: 15px;
}

#storelocator-map_canvas {
    border-radius: 0 25px 0 0;
}

#storelocator-footer {
    display: none;
}

#storelocator-leftcolumn .storelocator-buttons {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0;
}

#storelocator-leftcolumn .storelocator-store {
    width: auto !important;
    border: 1px solid #ccc !important;
}



/* -- 
-------
LATEST NEWS PAGE 
-------
-- */

h1.wp-block-post-title a:hover {
    text-decoration: none !important;
}

/* CATEGORIES LIST */

ul.wp-block-categories-list {
    display: flex;
    /* changes alignment from column to row */
    padding-left: 0;
}

ul.wp-block-categories-list li {
    list-style-type: none;

}

/* styling category list items as buttons */
ul.wp-block-categories-list a {
    display: block;
    border: 2px solid var(--wp--preset--color--custom-orange);
    background-color: white;
    color: var(--wp--preset--color--custom-orange);
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 0.4rem;
    border-radius: 25px;
    margin: 0 0.5rem;
    transition: background-color 0.3s ease;
    min-width: 163px;
}

ul.wp-block-categories-list a[aria-current="page"] {
    background-color: var(--wp--preset--color--custom-orange);
    color: white;
    pointer-events: none;
}

ul.wp-block-categories-list a:hover {
    background-color: var(--wp--preset--color--custom-orange);
    color: white;
}

/* PAGINATION ARROWS */
nav.wp-block-query-pagination a {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f4f4f4;
    border: 3px solid #f4f4f4;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    ;
    margin-top: 4.5rem;
    transition: background-color 0.3s ease,
        border 0.3s ease;
}

nav.wp-block-query-pagination a:hover {
    background-color: var(--wp--preset--color--contrast);
    border: 3px solid var(--wp--preset--color--contrast);
}

nav a.wp-block-query-pagination-next {
    background-image: url('/wp-content/uploads/2023/11/chevron-right.svg');
}

nav a.wp-block-query-pagination-previous {
    background-image: url('/wp-content/uploads/2023/11/chevron-left.svg');
}

nav.wp-block-query-pagination a span {
    display: none !important;
}

h3 em {
    font-style: normal;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: var(--wp--preset--color--tertiary);
    border-radius: 42px;
    margin-right: 0.25rem;
}


/* -- 
-------
TESTIMONIAL 
-------
-- */

.testimonial-cover strong {
    font-weight: 800;
}

.testimonial-slider .quote-icon {
    position: absolute;
    margin: 0 !important;
    max-width: 3.25rem;
}

.testimonial-slider .quote-icon-left {
    top: 0;
    left: 0;
}

.testimonial-slider .quote-icon-right {
    bottom: 0;
    right: 0;
}

.testimonial-slider .quote-container {
    position: relative;
}

/* -- 
-------
MINDHUB 
-------
-- */

.mindhub-header-logo {
    max-width: 220px;
}

.mindhub-cover h1 {
    margin: 0;
    max-width: 600px;
}

.mindhub-cover .wp-block-cover__inner-container {
    padding: 0 !important;
}

ul.green-tick-list {
    list-style-image: url('/wp-content/uploads/2024/01/mindhub_tick.svg');
}

.green-tick-list li {
    padding: 0.4em;
}


.mindhub_info_banner {
    background-image: url('/wp-content/uploads/2024/01/mindhub_info_flower.png');
    background-repeat: no-repeat;
    background-position: 100% 25%;
}

.mindhub_info_banner strong {
    color: var(--wp--preset--color--custom-mindhub-green);
    font-weight: 700 !important;
}

.wp-block-columns:has(.corner-icon-overlay) {
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: stretch !important;
}

.corner-icon-overlay {
    display: flex;
    flex-flow: column nowrap;
    align-items: start;
    min-width: 350px;
    max-width: 470px;
    box-sizing: border-box;
}

.corner-icon-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    z-index: 20;
    margin-bottom: -3rem;
}

.corner-icon-text-cont {
    z-index: 10;
}

.corner-icon-overlay .hover-scale {
    transition: transform 0.3s ease;
}

.corner-icon-overlay:hover .hover-scale {
    transform: scale(1.2);
}

.mindhub-button a {
    transition: background-color 0.3s ease;
}

.mindhub-button:hover a {
    background-color: var(--wp--preset--color--custom-mindhub-light-blue) !important;
}


.mindhub-difference {
    align-items: stretch !important;
    flex-wrap: wrap !important;
}

.mindhub-difference .wp-block-column {
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
    /* min-width: 290px; */
}

/* MINDHUB REFERRAL FORM */
#form_ythvv2 .frm_required {
    color: var(--wp--preset--color--custom-mindhub-green) !important;
}

#form_ythvv2 button[type="submit"] {
    background-color: var(--wp--preset--color--custom-mindhub-green) !important;
    padding: 0.3em 1em !important;
    text-transform: none !important;
    transition: 0.2s ease;
    transition-property: background-color;
}

#form_ythvv2 button[type="submit"]:hover {
    background-color: var(--wp--preset--color--custom-mindhub-light-blue) !important;
    color: white !important;
}

#form_ythvv2 h3.frm_pos_top:first-of-type {
    border-top: none !important;
}

/* MISC */
.wp-block-cover__inner-container.has-global-padding {
    margin: 0 !important;
    padding: 0 !important;
}

/* OUR LEADERS */

.leader-video-placeholder a::before {
    content: '';
    background-image: url("/wp-content/uploads/2024/02/play_circle_fill.svg");
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
    width: 100%;
}

.leader-video-placeholder:hover a::before {
    filter: brightness(.55);

}

.leader-video-placeholder a {
    position: relative;
    display: flex;
}

.profile-container:not(.open-blurb) .blurb-cont {
    max-height: 6rem;
    overflow: hidden;
}

.profile-container:not(.open-blurb) .blurb-cont .value {
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    overflow: hidden;
}


.profile-container .trigger {
    cursor: pointer;
}

.open-blurb .blurb-cont {
    max-height: 800px;
}

li.leaders:not(:last-child) .profile-container {
    border-bottom: 1px solid var(--wp--preset--color--contrast) !important;
}

.career-growth {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 52px !important;
    gap: 0 0.7rem;
}

.leaders-video-placeholder {
    aspect-ratio: 588/324;
}

.entry-content a.wp-element-button:not(.has-contrast-background-color):hover {
    background-color: var(--wp--preset--color--contrast) !important;
    color: var(--wp--preset--color--base) !important;
}

/* -- 
-------
MEDIA QUERIES 
-------
-- */

@media (hover: hover) {

    /*  HOVER LIFT  */
    .hover-lift {
        transition: transform 0.3s ease;
    }

    .hover-lift:hover {
        transform: translateY(-0.6rem);
    }

    .hover-lift-icon img {
        transition: transform 0.3s ease;
    }

    .hover-lift-icon:hover img {
        transform: translateY(-0.6rem);
    }

    .hover-scale-img img {
        transition: transform 0.3s ease;
    }

    .hover-scale-img:hover img {
        transform: scale(1.2);
    }
}

@media screen and (min-width: 1001px) {
    #storelocator-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1001px) and (max-width: 1100px) {}

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

    #global-top-bar .service-button-cont {
        display: none;
    }

    /* -- 
    -------
    NAV HAMBURGER 
    -------
    -- */

    .wp-block-navigation__responsive-container {
        display: none !important;
    }

    header nav .wp-block-navigation__responsive-container-content,
    header nav .wp-block-navigation__responsive-container-content li {
        align-items: flex-end !important;
        text-transform: uppercase;
        width: 100%;
    }

    .wp-block-navigation__responsive-container.is-menu-open {
        display: flex !important;
    }

    .wp-block-navigation__responsive-container-open {
        display: flex !important;
    }

    .wp-block-navigation__responsive-container-close svg,
    .wp-block-navigation__responsive-container-open svg {
        height: 42px;
        width: 42px;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-top: calc(2rem + 42px);
        padding-bottom: calc(2rem + 42px);
    }

    .header-navigation ul {
        gap: 14px !important;
    }

    .header-navigation ul ul {
        padding: 0 !important;
        text-align: right;
    }

    .header-navigation li.has-child a {
        display: none;
    }

    /* HEADER SEARCH */

    #global-top-bar form[role="search"] .wp-block-search__inside-wrapper {
        position: relative;
        transition: all 0.3s ease;
    }

    #global-top-bar form:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 90;
        background-color: rgba(0, 0, 0, 0.6);
        align-items: center;
        justify-content: center;
    }

    #global-top-bar input[aria-hidden='false'] {
        position: relative;
        max-height: 2.5rem;
        max-width: 200px;
    }

    /* ATSI PAGE */
    .atsi-icons .wp-block-column {
        max-width: 40% !important;
        min-width: 155px;
    }

    .atsi-icons {
        justify-content: space-evenly !important;
        gap: 1rem !important;
    }

    .mobile-atsi-flip .wp-block-column {
        border-radius: 0 40px !important;
    }

    .atsi-graphic-banner {
        min-height: 230px !important;
    }

    .atsi-graphic-banner .wp-block-cover__background {
        opacity: 0.7 !important;
    }



    /* MINDHUB */

    .mindhub_info_banner figure.wp-block-image {
        max-width: 375px;
        margin-left: 0 !important;
    }

    .mindhub_info_banner .wp-block-columns {
        gap: 2rem;
    }

    .corner-icon-overlay {
        width: 100%;
        max-width: 45%;
    }

    .proven-results .wp-block-columns {
        justify-content: center;
    }

    .proven-results .wp-block-columns>div {
        max-width: 280px;
    }

    .mindhub-difference {
        justify-content: space-evenly !important;
    }

    .mindhub-difference .wp-block-column {
        max-width: 280px !important;
    }


    /* STORE LOCATOR */
    #storelocator-leftcolumn {
        max-width: 80vw !important;
        display: flex;
        align-items: center;
        flex-direction: column;
    }


    #storelocator-leftcolumn .storelocator-viewlink {
        font-size: 1.2rem;
    }

    #storelocator-wrapper {
        display: flex;
        margin: 0 auto !important;
    }

    #storelocator-map_canvas {
        height: auto !important;
    }


}


/* MOBILE STYLING */
@media screen and (max-width: 781px) {

    .mobile-flip .wp-block-column:last-child {
        order: -1;
    }

    .icon-tile-row.service-types {
        justify-content: center;
    }

    #global-top-bar .mobile-services {
        display: block;
    }

    #global-top-bar .wp-block-stackable-button-group {
        margin: 0 !important;
    }


    #global-top-bar .phone-num {
        display: none;
    }

    #global-top-bar .stk-row {
        flex-wrap: nowrap !important;
    }


    header .referral-button {
        display: none !important;
    }

    header .wp-block-search__button {
        padding: 0;
    }

    .stk-block-carousel__button {
        display: none !important;
    }

    /* TESTIMONIAL SLIDER */

    .testimonial-slider .quote-icon {
        width: 1.25rem !important;
    }

    .testimonial-slider .quote-text {
        padding: 1rem 0 1rem 0.5rem !important;
    }

    .testimonial-slider .quote-container {
        padding: 0 1.5rem !important;
    }

    /* LATEST NEWS SLIDER */

    .latest-news-slider .stk-block-carousel__slider {
        width: 100% !important;
    }

    /* AWARDS SLIDER */

    .awards-slider .stk-block-carousel__slider {
        width: 100% !important;
    }

    .awards-slider .columns-5 {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-around;
    }

    .awards-slider .columns-5>li:not(:last-child) {
        max-width: 45%;
    }

    .awards-slider .columns-5>li:last-child {
        max-width: 75%;
    }

    /* mission & values */
    .our-values-stack {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .our-values-stack .wp-block-columns .wp-block-column:first-child {
        align-self: start;
    }

    /* latest news categories */
    ul.news-taxonomy.mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .news-taxonomy.mobile>li>a {
        min-width: unset;
        font-size: 0.9rem;
        padding: 0.5em 1em !important;
        margin: 0;
    }

    /* FOOTER */
    footer .wp-block-columns:first-child .wp-block-column:nth-child(2) {
        padding-bottom: 1.5rem;
    }

    footer nav[aria-label='Foot'] ul {
        gap: unset !important;
        width: 100% !important;
        justify-content: space-between !important;
    }

    footer nav[aria-label='Foot'] {
        width: 100%;
        padding-bottom: 1rem;
    }

    #footer-logo {
        max-height: 75px !important;
        max-width: 50% !important;
    }

    /* MINDHUB */

    header.mindhub-head {
        max-width: 100vw;
    }

    .mindhub-head .mindhub-header-logo {
        max-width: 40%;
    }

    .mindhub-head .mindhub-button a {
        font-size: 0.7rem;
    }

    .mindhub-head>.wp-block-group:nth-child(2)>.wp-block-group {
        padding: 1rem 0 !important;
    }

    .corner-icon-text-cont {
        min-height: unset !important;
    }

    .corner-icon-overlay {
        max-width: unset !important;
    }

    .corner-icon-cont {
        min-height: unset !important;
        height: 108px;
        width: 108px;
    }

    .corner-icon-cont img {
        max-width: 69px;
        max-height: 69px;
        object-fit: contain;
    }

    /* CAPACITY DEVELOPMENT PROGRAM */
    .cdp-award-row>.wp-block-column:first-child {
        order: 2;
    }

    .cdp-award-row>.wp-block-column:last-child {
        order: 1;
    }

    .cdp-award-row {
        align-items: center;
        flex-flow: column wrap !important;
    }

    .big-tick-list img {
        min-width: 30px !important;
    }

    .cdp-accordion .accordion-container:not(.active) h3 {
        color: white !important;
    }

    .cdp-accordion .active .accordion-head {
        background-color: white !important;
    }

    /* CAREERS IN AUS */
    .australia-flip .flip-box {
        max-height: 400px !important;
    }

    /* ICON TILE ROW */
    .icon-tile-row .wp-block-column {
        max-width: unset !important;
    }

    /* CAREER WITH IMPACT */
    .career-with-impact .wp-block-column:has(.wp-block-image) {
        order: 2;
        padding-bottom: 2rem;
    }

    .career-with-impact .wp-block-column:has(.wp-block-embed) {
        order: 1;
        padding-bottom: 0 !important;
    }

    /* CAREERS IN AUSTRALIA */
    .careers-in-aus-acc .active .accordion-head {
        background-color: var(--wp--preset--color--contrast) !important;
    }

    .careers-in-aus-acc .active h3 {
        color: white !important;
    }

    .how-we-support {
        gap: 1rem 0 !important;
    }

    .how-we-support .wp-block-column {
        max-width: 50%;
    }

    /* STORE LOCATOR */
    #storelocator-wrapper {
        max-height: 400px;
    }

    #storelocator-search-bar>p {
        max-width: 80%;
        justify-content: start;
        max-height: unset;
    }

    #storelocator-leftcolumn {
        max-height: 50vh;
        margin: 0 auto;
    }

    /* GRADUATES PAGE */
    .graduates-cover {
        min-height: 330px;
        max-height: 300px !important;
        align-items: flex-end;
        padding-bottom: 2rem;
    }

    .graduates-cover>span.wp-block-cover__background {
        background: linear-gradient(35deg, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0.00) 80%) !important;
    }

    .graduates-benefits .wp-block-column,
    .graduates-blue-banner .wp-block-column {
        max-width: 300px;
    }

    .graduates-benefits .wp-block-columns,
    .graduates-blue-banner .wp-block-columns {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }



}