﻿
@import "colours.css";




/* custom scrollbar 
::-webkit-scrollbar {
    width: 20px;
    margin: 50px 0 60px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }

*/
h2.wellbeing {
    font-weight: 600;
}

.highlight {
    background-color: #fff2ac;
    background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
}

h2 .highlight {
    padding: 0.3rem 2rem 0.5rem 0.5rem;
}

::-moz-selection, ::selection {
    background-color: #fff2ac;
    background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
}

.text-underline {
    font-weight: 600;
    color: #000;
    border-bottom: #000 solid 3px;
    padding-bottom: 5px;
    display: inline-block;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}


/***** STRUCTURAL *****/
.logo {
    width: 90px;
    transition: transform 0.5s ease-in;
}

    .logo .logo-white {
        display: none;
    }

    .logo .logo-black {
        display: block;
    }

    .logo img {
        max-width: 100%
    }

/* Shrink Header on Scroll*/
header {
    width: 100%;
    background: transparent;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 19;
    top: 0;
    position: fixed;
    padding: 25px 0 22px;
}

.shrink {
    background: rgba(255,255,255,1);
    padding: 1.25rem 0;
}

    .shrink .logo {
        width: 80px;
    }

        .shrink .logo .logo-white {
            display: none;
        }

        .shrink .logo .logo-black {
            display: block;
        }

body.logo-reverse .logo .logo-black {
    display: none;
}

body.logo-reverse .logo .logo-white {
    display: block;
}

body.logo-reverse .shrink .logo .logo-white {
    display: none;
}

body.logo-reverse .shrink .logo .logo-black {
    display: block;
}

body.menu-reverse .newNav a {
    color: #fff;
}

body.menu-reverse .shrink .newNav a {
    color: #000;
}

.newNav {
    position: absolute;
    right: 25px;
    top: -25px;
    color: #fff;
    font-size: 36px;
    z-index: 8;
}

    .newNav a {
        color: #000;
    }

body.logo-reverse header.shrink .newNav a {
    color: #000;
}



/* FOOTER */
footer {
    background: #313130;
    background-color: #191b24;
    border-radius: 2rem 2rem 0 0;
}

    footer, footer a, footer p {
        color: #fff;
    }

        footer h2 {
            color: #fff;
        }

        footer .contact-details, .contact .contact-details {
            font-size: 1rem;
        }

            footer .contact-details i, .contact .contact-details i {
                opacity: 0.5;
            }

            footer .contact-details ul, .contact .contact-details ul {
                padding-left: 0;
                list-style-type: none;
            }

                footer .contact-details ul li, .contact .contact-details ul li {
                    margin-bottom: 0;
                    line-height: 1.3;
                    color: #fff;
                }

            footer .contact-details dd, .contact .contact-details dd {
                margin-bottom: 0.5rem;
                font-size:1rem;
                color:#fff
            }



        footer ul.tsandcs {
            padding-left: 0;
            list-style-type: none;
            font-size: 0.8rem;
            margin-bottom: 0;
        }

            footer ul.tsandcs li {
                margin-right: 1rem;
            }

                footer ul.tsandcs li a {
                    text-decoration: none;
                    padding-bottom: 3px;
                    border-bottom: 1px solid #6e6e6e;
                    font-weight: 600;
                    transition: 0.5s ease-in-out;
                }

        footer .copyright {
            font-size: 0.7rem;
            font-weight: 300;
            color:#aaa;
        }

        footer a {
            transition: 0.5s ease-in-out;
        }

        footer p {
            margin-bottom: 0;
        }

        footer a:hover {
            color: #fff;
            border: none;
            text-decoration: none;
        }

        footer ul.logos {
            padding-left: 0;
            list-style-type: none;
            display: inline-flex;
        }

            footer ul.logos li {
                margin-right: 20px;
            }

            footer ul.logos img {
                max-width: 100%;
                height: auto;
            }

        footer .logos img {
            height: auto;
            opacity: 0.8;
            max-height:54px;
        }

        footer .pemco-logo-footer img {
            opacity: 0.75;
        }

.homepage .services-footer {
    display: none;
}

.blog .services-footer {
    display: none;
}

.services-footer {
    display:none;
}

section a {
    color: #000;
}

.modal-title {
    color:#000;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.contact-form .modal-content {
    border: none;

}

.contact-form .modal-header {
    padding: 1.5rem 2rem 1rem;
    color: #fff;
    border: none;
}

    .contact-form .modal-header .close {
        opacity: 1;
        font-size: 3rem;
        padding: 0rem;
        line-height:1;
    }

.contact-form h2 {
    line-height: 1.2;
    color: #fff;
}

.contact-form .modal-body {
    padding: 2rem;
    padding: 2rem;
}


.validation-error {
    color: #eb1e90;
}

.login-box .user-box {
    position: relative;
}

    .login-box .user-box input {
        width: 100%;
        padding: 0.5rem 0;
        font-size: 1rem;
        color: #222;
        margin-bottom: 1rem;
        border: none;
        border-bottom: 1px solid #ccc;
        outline: none;
        background: transparent;
        font-weight: 600;
    }

        .login-box .user-box input:focus {
            border-bottom: 1px solid #ddd;
        }

    .login-box .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 1rem;
        color: #868686;
        pointer-events: none;
        transition: .5s;
    }

    .login-box .user-box input:focus ~ label,
    .login-box .user-box input:valid ~ label {
        top: -20px;
        left: 0;
        font-size: 0.8125rem;
        text-transform: none;
    }

    .login-box .user-box.ta label {
        top: 1rem;
        left: 1rem;
        padding: 0;
    }

    .login-box .user-box input[type=checkbox], input[type=radio] {
        width: inherit;
    }

textarea {
    width: 100%;
    background: #fff;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
}

select {
    width: 100%;
    padding: 10px 0;
    font-size: 1rem;
    color: #868686;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: transparent;
}

option {
    color: #868686;
}

    option:first-child {
        color: #868686;
    }

.contact-form [type=submit] {
    border-bottom: none;
    background: #5E00FF;
    display: flex;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    width:100%;
}

.login-box h3 {
    font-size: 1.25rem;
    color:#222;
}




.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

textarea:focus {
    border: 3px solid #fff;
    outline: none;
}

.chbx {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    color: #868686;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default radio button */
    .chbx input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #868686;
    transition: .5s ease-in-out;
}
/* On mouse-over, add a grey background color */
.chbx:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.chbx input:checked ~ .checkmark {
    background-color: #5E00FF;
    border-color: #5E00FF;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.chbx input:checked ~ .checkmark:after {
    display: none;
}
/* Style the indicator (dot/circle) */
.chbx .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}







/*************************************************************************************************************************************************************
	S T Y L I N G
**************************************************************************************************************************************************************/

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    ;
    font-weight: 400;
    font-style: normal;
    background: #fafafa;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: -0.05rem;
}

h2 {
    font-size: 1.8rem;
    line-height: 1.2;
}

    h2.title {
        font-size: 2.4rem;
    }

        h2.title span {
            display: none;
        }

h3 {
    font-size: 1.3rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}

p, li {
    color: #777777;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

    p.p--bigger {
        font-size: 1.3rem;
        line-height: 1.4;
        font-weight: 600
    }

li {
    margin-bottom: 0.5rem;
}

ul {
    margin-bottom: 2rem;
}


.btn {font-weight:700;}

p.p-intro {
    color: #000;
    font-weight: 600;
}

.panel-pale-green {
    background: #dcefeb;
}

    .panel-pale-green h2, .panel-pale-green h3, .panel-pale-green h4, .panel-pale-green p, .panel-pale-green li {
        color: #1f8b8d;
    }

/* Pemco Colours etc*/
.pemYel {
    color: #fed030 !important;
}

.pemPin {
    color: #eb1e90 !important;
}

.pemGre {
    color: #42dbcc !important;
}

.pemPur {
    color: #9d58d3 !important;
}

.d-green {
    color: #2d7168
}

.pemYel-bl {
    border-color: #fed030;
}

.pemPin-bl {
    border-color: #eb1e90;
}

.pemGre-bl {
    border-color: #42dbcc;
}

.pemPur-bl {
    border-color: #9d58d3;
}

.bg-pemYel {
    background-color: #fed030 !important;
}

.bg-pemPin {
    background-color: #eb1e90 !important;
}

.bg-pemGre {
    background-color: #42dbcc !important;
}

.bg-pemPur {
    background-color: #9d58d3 !important;
}

.bg-hw-blue {
    background-color: #152E5B;
}

.bg-pale-green {
    background-color: #bdd1f9;
}

.bg-hw-orange {
    background-color: #ff6b50;
}

.bg-hw-yellow-grad {
    background-color: #fff2ac;
    background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
}

.bg-hw-grey-grad {
    background-image: linear-gradient(to top left, #e5e5e5, #e9e9e9, #ececec, #f0f0f0, #f4f4f4);
}

.bg-l-grey {
    background: #f4f4f4;
}

.bg-lm-grey {
    background: #e4e4e4;
}

.bg-m-grey {
    background: #a9a9a9;
}

.bg-md-grey {
    background: #3c3c3c;
}

.bg-d-grey {
    background: #373737;
}


/* font weights */
.sp-B {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.sp-L {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.sp-R {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sp-SB {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.blog-single .link-button {
    width: 49%;
    text-align: center;
    background: #fff;
    border: #222 solid 3px;
    color: #222;
}

    .blog-single .link-button:hover {
        background: #000;
        color: #fff;
    }

/* Buttons and Links */
.link-button {
    transition: background-color 0.25s ease;
    background: #FFF;
    display: inline-block;
    color: #000;
    padding: .75rem 1.25rem;
    border-radius: 50px;
    border: transparent solid 1px;
    font-size: 0.9rem;
    font-weight: 500;

    display:inline-flex;
    font-weight:700;
    align-items:center;
    gap:0.5rem;
}

    .link-button:hover {
        text-decoration: none;
        color: #fff;
        background-color: #333;
    }

    .link-button i {
        transition: transform 0.25s ease;
        font-size:1.5rem;
    }

    .link-button:hover i {
        transform: translate(5px, 0);
    }

    .link-button.dark {
        background: #000;
        color: #fff;
        border: #000 solid 1px;
    }

        .link-button.dark:hover {
            background: #fff;
            color: #000;
        }

    .link-button.disabled {
        cursor: not-allowed;
        border: #ddd solid 3px;
        color: #ccc !important;
        width: 35%;
    }

        .link-button.disabled:hover {
            background: transparent;
        }

.blog-single section nav {
    text-align: center;
}

    .blog-single section nav .link-button.dark {
        background: #fff;
        color: #000;
        width: 35%;
        margin: 0 0.5rem;
        transition: 0.25s ease-in-out;
    }

        .blog-single section nav .link-button.dark:hover {
            border-color: #ccc;
            color: #aaa;
        }

.link-text {
    color: var(--p-purple);
    text-decoration: none;
    font-weight: 700;
}

    .link-text:hover {
        color: #000;
        text-decoration: none;
        transition: ease-in-out 0.5s; /* border-bottom:#222 solid 2px;*/
    }

    .link-text i {
        transition: transform 0.5s ease-in-out;
        display: inline-block;
        margin-left: .5rem;
    }

    .link-text:hover i {
        transform: translate(5px, 0);
    }

    .link-text.b-border {
        border-bottom: #42dbcc solid 2px;
        padding-bottom: 1px;
        display: inline-block;
        color: #42dbcc;
    }

        .link-text.b-border:hover {
            color: #222;
        }

.cool-link {
    display: inline-block;
    color: #42dbcc;
    text-decoration: none;
    transition: width 0.3s ease-in;
}

    .cool-link:hover {
        color: #fff;
    }

    .cool-link::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #42dbcc;
        transition: width 0.3s ease-in;
    }

    .cool-link:hover::after {
        width: 100%;
    }



.bg-blob {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

    .bg-blob svg {
        height: 100%;
    }

h2.quote {
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #167168;
}

h3.quote {
    font-size: 1rem;
}

.quote-icon {
    font-size: 3rem;
    line-height: 1;
}



.text-hw-blue {
    color: #152E5B !important;
}

.text-hw-orange {
    color: #ff6b50 !important;
}

.icon-list {
    position: relative;
    padding-left: 2.5rem;
}

    .icon-list li {
        list-style-type: none;
        position: relative;
        line-height: 1.35
    }

        .icon-list li::before {
            position: absolute;
            left: -2rem;
            top: 0px;
            font-size: 1.4rem;
        }

    .icon-list.text-hw-orange li {
        color: #ff6b50;
    }

    .icon-list.text-hw-orange::before {
        color: #ff6b50;
    }

    .icon-list.text-hw-blue li {
        color: #152E5B;
    }

    .icon-list.text-hw-blue::before {
        color: #152E5B;
    }


.overlay-dl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #dcefeb;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.item {
    position: relative;
    overflow: hidden;
}

    .item:hover .overlay {
        bottom: 0;
        height: 100%;
        width: 100%;
    }

.fade-overlay {
    height: 100%;
    opacity: 0;
}

.item:hover .fade-overlay {
    opacity: 1;
}

.title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}

.item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}

.text {
    color: #222;
    font-size: 0.9rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 85%;
}







@media (min-width: 768px) {

    header {
        padding: 30px 0 27px;
    }
    /* header input + label {top:30px; right:30px;} */

    /***** STYLING *****/
    h1 {
        margin-bottom: 2rem;
        font-size: 3rem;
    }

    h3 {
        font-size: 1.375rem;
    }

    p {
        line-height: 1.6;
        margin-bottom: 1.8rem;
    }

    footer ul {
        margin-bottom: 0;
    }

    .hero .headline {
        font-size: 1.1rem;
    }

    .link-button {
        font-size: 1rem;
        padding: 1rem 2rem;
    }

        .link-button.small {
            font-size: 1rem;
            padding: 0.5rem 1.25rem;
            transition: background-color 0.25s ease;
        }

            .link-button.small.dark {
                border: #000 solid 2px;
            }

    .logo {
        width: 120px;
    }

    .home-hero .content {
        width: 70%;
    }

    .est-date span {
        font-size: 1.5rem;
    }

    .page-title {
        top: 43%;
        z-index: 5;
    }

        .page-title span {
            color: rgba(0,0,0,0.15);
            font-size: 7rem;
        }

    .services .hero .image img {
        height: 350px;
    }

    .quote-icon {
        font-size: 6rem;
    }

    .icon-list li::before {
        left: -2.5rem;
        top: 4px;
        font-size: 1.4rem;
    }

    .bg-blob {
        height: auto;
    }
}

@media (min-width: 992px) {



    p {
        font-size: 1rem;
    }

        p.p--bigger {
            font-size: 1.4rem;
        }

    h1 {
        font-size: 3.2rem;
        line-height: 1.05;
    }

    h2 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

        h2.title {
            font-size: 2.6rem;
        }

    h3.intro {
        font-size: 1.6rem;
        line-height: 1.4;
    }


    footer h3 {
        font-size: 1.5rem;
    }
}


@media (min-width: 1200px) {

    .py-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    /***** STYLING *****/
    h1 {
        margin-bottom: 2rem;
    }

    h2.title span {
        display: inline-block;
    }

    h3 {
        font-size: 1.7rem;
    }

    li {
        margin-bottom: 0.75rem;
    }

    p.p--bigger {
        font-size: 1.45rem;
    }

    .quote-icon {
        font-size: 8rem;
    }

    .icon-list li {
        margin-bottom: 1rem;
    }
}




@media (min-width: 1400px) {


    h2.quote {
        margin-bottom: 2rem;
    }

    h3.quote {
        font-size: 2vmin;
    }

    .quote-icon {
        font-size: 7rem;
    }

    .icon-list li {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 1530px) {

    h1 {
        font-size: 3.8rem;
    }

    h2 {
        font-size: 2.5rem;
    }

        h2.title {
            font-size: 3.6rem;
        }

    h3 {
        font-size: 2rem;
        line-height: 1.2
    }

    h4 {
        font-size: 1.45rem;
    }

    h1.parent {
        font-size: 1.5rem;
    }

    p {
        margin-bottom: 2rem;
    }

    li {
        margin-bottom: 0.5rem;
    }

    p.p--bigger {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .icon-list {
        padding-left: 3.5rem;
    }

        .icon-list li {
            margin-bottom: 1.5rem;
        }

            .icon-list li::before {
                font-size: 2rem;
                left: -3rem;
            }


    .hero .bg-base {
        height: 70vh;
    }

    .quote-icon {
        font-size: 10rem;
    }
}


@media (min-width: 1900px) {


    h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 3rem;
    }

    .hero .bg-base {
        height: 70vh;
    }
}










/*************************************************************************************************************************************************************
	H O M E P A G E 
**************************************************************************************************************************************************************/

.est-date {
    position: absolute;
    transform: rotate(90deg);
    top: 43%;
    right: -20px;
}

    .est-date span {
        font-size: 1.2rem;
        color: rgba(255,255,255,0.5);
    }

.home-hero {
    background: url('../img/home/home-hero-new.jpg');
    background-position: right center;
    background-size: cover;
    filter: saturate(0.85);
}

.home-hero {
    height: 65vh;
}

    .home-hero .content {
    }

    .home-hero h1 {
        color: #fff;
        font-size: 2.2rem;
        line-height: 1;
        position: relative;
        font-weight: 700;
    }

    .home-hero .link-button {
        position: relative;
    }

.home-grid .box {
    height: 20vh;
}

.wash {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: 0.5s ease;
    overflow: hidden;
}

    .wash.pemBla {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .wash.pemBla2 {
        background-color: rgba(49, 49, 49, 0.7);
    }

    .wash.pemPin {
        background-color: rgba(235, 30, 144, 0.8);
    }

    .wash.pemYel {
        background-color: rgba(254, 208, 48, 0.8);
    }

    .wash.pemPur {
        background-color: rgba(157, 88, 211, 0.8);
    }

    .wash.pemGre {
        background-color: rgba(66, 219, 204, 0.8);
    }

.box .start {
    position: relative;
    width: 100%;
    height: 100%;
}

    .box .start h2 {
        position: absolute;
        bottom: 20px;
        left: 15px;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0;
        z-index: 1;
        width: 80%;
    }

    .box .start img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(34, 34, 34,1);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    z-index: 5;
}

    .box .overlay .inner {
        padding: 15px;
    }

    .box .overlay h2 {
        font-size: 0.9rem;
        color: #fff;
        font-size: 1rem;
        display: none;
    }

    .box .overlay p {
        font-size: 0.8rem;
        line-height: 1.3;
        margin-bottom: .5rem;
        font-weight: 600;
    }

    .box .overlay .inner .link-text {
        font-size: 0.9rem;
    }

    .box .overlay .inner p {
        display: inline-block;
    }

        .box .overlay .inner p i {
            transition: transform 0.5s ease-out;
            display: inline-block;
            margin-left: .5rem;
        }

.box:hover .overlay {
    height: 100%;
}

.new-tag {
    position: absolute;
    top: 15px;
    left: 10px;
}

.new {
    background: #1b2228;
    padding: 10px 10px;
    border-radius: 25px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    border: #ff9785 solid 0px;
    font-size: 0.9rem;
    font-weight: 400;
}

.new-tag .msg {
    font-size: 0.9rem;
    color: #fff;
    display: inline-block;
    display: none;
}


/* Homepage - Latest items carousel*/
.the-latest .card {
    
    border: none;
    background: none;
    
    height:100%;
}

    .the-latest .card .card-body {
        transition: 0.5s ease-in-out all;
        padding: 1.25rem 1.25rem;
        z-index: 2;
        
    }

    .the-latest .card .card-img-top {
        border-radius: 0.5rem;
        z-index: 1;
        transition: 0.5s ease-in-out all;
        overflow: hidden;
    }

    .the-latest .card .card-title {
        margin-bottom: 1rem;
    }
    .the-latest .card:hover .card-title {
        color: var(--p-purple);
    }



    .the-latest .card a {
        text-decoration: none;
    }

.the-latest a {
    color: #222;
}

    .the-latest a .link-text {
        font-size: 0.9rem;
        transition: 0.2s ease-in-out all;
        display: inline-block;
        margin-bottom: 0;
    }

    .the-latest a:hover {
        text-decoration: none;
    }

.the-latest .card:hover .card-body {
    /*background: #313131;
    color: #fff;*/
}

    .the-latest .card:hover .card-body .link-text {
        color: #000;
        text-decoration:none;
    }

.the-latest .card:hover .card-img-top {
    transform:scale(1.01)
}

.home-latest .owl-stage {
    padding-left: 20px !important;
}
/* Fixes the offset on mobile*/
.home-latest .owl-nav {
    float: right;
    padding-right: 15px;
    margin-top: 20px;
}

.owl-nav button.owl-next, .owl-nav button.owl-prev, button.owl-dot {
    font-size: 2rem !important;
}

.home-latest .owl-nav button.owl-prev {
    margin-right: 5px;
}


.sector-expertise .accordion .card {
    border: none;
    border-radius: 0;
    background: none;
    overflow: visible;
}

.sector-expertise .accordion .card-header {
    border: none;
    background: none;
    padding: 0;
}

    .sector-expertise .accordion .card-header h2 {
        font-size: 1.2rem;
    }

    .sector-expertise .accordion .card-header button {
        background: none;
        border: none;
        border-top: 3px solid transparent;
        padding: 1rem 0 1rem;
        font-weight: 700;
        width: 100%;
        text-align: left;
        transition: 0.5s ease-in-out all;
    }

        .sector-expertise .accordion .card-header button.collapsed:hover {
            color: #222;
        }

.sector-expertise .accordion .card-body {
    padding: 1rem 0 2rem;
}

    .sector-expertise .accordion .card-body p {
        color: #000;
        margin-bottom: 2rem;
    }

.sector-expertise .accordion .card-header button.collapse.show {
    border: none;
}

.sector-expertise .accordion .card-header button.collapsed {
    border-top: 3px solid #e0e0e0;
    color: #c2c3c4;
}


button:focus {
    outline: none;
}

.big-names img {
    max-width: 100%;
}


/* NEW LOGO TICKER */

@keyframes ticker-kf {
    0% {
        transform: translateX(0);
    }

    100% {
        /* 10rem for each logo x 6 logos total = -60rem */
        transform: translateX(-216rem);
    }
}

.img-ticker {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    animation: ticker-kf 15s linear infinite;
}

.tickerlogo {
    width: 8rem;
    flex: none;
    margin: 0 1rem 0 1rem;
    align-self: flex-start;
    max-width: 100%;
    height: auto;
}




/*******************************************************************************
	CASE STUDIES SLIDER BLOCK 
********************************************************************************/

.cs-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -5.5rem;
    float: right;
    padding-right: 20px;
    margin-top: 20px;
}

.cs-carousel .cs-image {
    display: block;
}

.cs-carousel .cs-content {
    background: #fff;
    padding: 2rem;
}

    .cs-carousel .cs-content h3 {
        font-size: 1.6rem;
    }

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.bingo .owl-nav {
    float: right;
    padding-right: 15px;
    margin-top: 20px;
}

    .bingo .owl-nav button.owl-next, .bingo .owl-nav button.owl-prev, .bingo button.owl-dot {
        font-size: 2rem !important;
    }

    .bingo .owl-nav button.owl-prev {
        color: #c3c3c3 !important;
        margin-right: 5px;
    }

.bingo .owl-item img {
    margin-bottom: -50px;
}


/* this pads the first section down on mobiles to account for the header - meaning the flex center works on the first content */
.pt-70 {
    padding-top: 70px;
}

.intro {
    color: #000;
}


.page-title {
    position: absolute;
    transform: rotate(-90deg);
    top: 60%;
    right: -70px;
    line-height: 1;
    z-index: 8;
    display: none;
}

    .page-title span {
        font-size: 6.5rem;
        color: rgba(0,0,0,0.05);
        letter-spacing: -0.1rem;
    }

    .page-title.light50 span {
        color: rgba(255,255,255,.5);
    }

.sector .page-title {
    top: inherit;
    right: -120px;
    bottom: 200px;
}

.services .page-title {
    top: 30%;
    right: -60px;
}

    .services .page-title span {
        font-size: 3.5rem;
    }

    .services .page-title.light15 span {
        color: rgba(255,255,255,.15);
    }

.contact .page-title span {
    font-size: 4.5rem;
}

.sector-expertise-image {
    width: 100%;
    margin-bottom: 1rem;
}

    .sector-expertise-image img {
        max-width: 100%;
    }

.team-members .card {
    border-radius: 1rem;
    border: none;
    margin-bottom: 2rem;
    overflow:hidden;
}

.team-members .card-title {
    margin-bottom: 0.5rem;
}

/*.team-members h2 {
    font-size: 4rem;
    line-height: 0.8;
    text-align: center;
    letter-spacing: -0.1rem;
}*/

.team-members h3 {
 /*    font-size: 1.6rem;
   letter-spacing: -0.02rem;
*/}

    .team-members h3.sub-title {
        padding-bottom: 5px;
        border-bottom: 3px solid #000;
        display: inline-flex;
    }

.team-members .card h3 {
    margin-bottom: 0;
    font-size: 1.2rem;
    letter-spacing: 0rem;
}

.team-members .card h4 {
    font-weight: 400;
    font-size: 0.8125rem;
}

.team-members .card p {
    font-size: 0.9rem;
    color: #9A9A9A;
    margin-bottom: 0;
    line-height: 1.3;
}

.team-members .card-img-top {
    background: #efefef;
}

    .team-members .card-img-top img {
        max-width: 100%;
        height: auto;
    }

.team-members .linkedin {
    float: right;
}

.team-members .card .card-footer {
    background: #fff;
    border: none;
    padding:0.75rem 1.25rem 1.25rem;
}



/* SERVICES PAGES */
.hero .image img {
    object-fit: cover;
    width: 100%;
}


/* VALUES PAGES */

.value-block img {
    max-width: 100%;
    height: auto;
}




.bg-new-grey {
    background: #efedea;
}

/*************************************************************************************************************************************************************
	P A G E S
**************************************************************************************************************************************************************/

.services .hero, .contact .hero, .team .hero {
    padding-top: 0;
}

.hero .health-bg-img {
    background: url('../img/headers/header-health-wellbeing-min.jpg');
    background-position: center center;
    background-size: cover;
    height: 45vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .learning-bg-img {
    background: url('../img/headers/header-elearning.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .property-bg-img {
    background: url('../img/headers/header-property-safety.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .people-bg-img {
    background: url('../img/headers/header-peoplesafety.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .fire-bg-img {
    background: url('../img/headers/header-fire-safety.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .legionella-bg-img {
    background: url('../img/headers/header-legionella-safety.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .other-bg-img {
    background: url('../img/headers/header-other-services.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .contractor-bg-img {
    background: url('../img/headers/header-contractor-auditing.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .competent-bg-img {
    background: url('../img/headers/header-competent.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .personal-bg-img {
    background: url('../img/headers/header-personal-safety.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .chemical-bg-img {
    background: url('../img/headers/header-chemicals.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .vibration-bg-img {
    background: url('../img/headers/header-vibration.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .lifting-bg-img {
    background: url('../img/headers/header-lifting.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .dse-bg-img {
    background: url('../img/headers/header-dse.jpg');
    background-position: center center;
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .contact-bg-img {
    background: url('../img/headers/header-studio.jpg');
    background-position: top center;
    background-size: cover;
    height: 45vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .team-bg-img {
    background: url('../img/headers/header-studio.jpg');
    background-position: top center;
    background-size: cover;
    height: 45vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero .digital-learning-bg-img {
    background: url('../img/wellbeing/header-digital-learning.jpg');
}

.hero .wellbeing-coaching-bg-img {
    background: url('../img/wellbeing/header-wellbeing-coaching.jpg');
}

.hero .workplace-yoga-bg-img {
    background: url('../img/wellbeing/desk-yoga.jpg');
}

.hero .mental-health-first-aid-bg-img {
    background: url('../img/wellbeing/mental-health-first-aid.jpg');
}

.hero .workplace-wellbeing-consultancy-bg-img {
    background: url('../img/wellbeing/header-wellbeing-consultancy.jpg');
}


.hero .bg-base {
    background-position: center center;
    background-size: cover;
    height: 30vh;
    background-repeat: no-repeat;
    position: relative;
}

.about-p {
    background: url('../img/about/p-logo2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.services.sub .hero .property-bg-img {
    height: 50vh;
}

.services.sub .hero .health-bg-img {
    height: 20vh;
}

.hero .services-text {
    background-color: #373737;
    color: #fff;
    width: 100%
}

    .hero .services-text p {
        color: #fff;
    }


h1.parent {
    font-size: 1rem;
    letter-spacing: 0;
}

    /*h1.parent a {
        color: #42dbcc;
        font-weight: 600;
    }*/

.card.topics {
    background: transparent;
    margin-bottom: 1rem;
    border: none;
    margin: 0;
}

.topics-title {
    padding: 0.5rem 0;
    font-size: 1rem;
}

/* .card.topics h4 {padding:4px; margin:0; font-size:0.9rem; text-align:center; margin-bottom:0rem;}	*/

.card.perma {
    text-align: center;
}

    .card.perma .card-footer h2 {
        visibility: hidden;
        transition: 0.5s ease-in-out
    }

    .card.perma:hover .card-footer h2 {
        visibility: visible;
    }

.bg-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    .bg-svg svg {
        height: 100%;
    }

    .bg-svg.wc svg {
        height: 100%;
    }

    .bg-svg.perma svg {
        height: 100%;
        margin-left: -260%;
    }

    .bg-svg.git svg {
        height: 100%;
    }



.container.perma .card {
    position: relative;
    height: 160px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 1px 3px 10px rgba(39,39,39,0.1);
    margin-bottom: 1rem;
    z-index: 9;
}

    .container.perma .card:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #eee;
        clip-path: circle(120px at 90% 10%);
        transition: 0.5s ease-in-out;
    }

    .container.perma .card.cp-2:before {
        clip-path: circle(100px at 20% 70%)
    }

    .container.perma .card.cp-3:before {
        clip-path: circle(120px at 90% 80%);
    }

    .container.perma .card.cp-4:before {
        clip-path: circle(100px at 20% 30%);
    }

    .container.perma .card.cp-5:before {
        clip-path: circle(120px at 0% 20%);
    }

    .container.perma .card:hover:before {
        clip-path: circle(300px at 80% -20%);
    }

    .container.perma .card .imgBx {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10000;
        width: 100%;
        height: 60px;
        transition: 0.5s;
    }

        .container.perma .card .imgBx h2 {
            font-size: 2.4rem;
            font-weight: 900;
            text-align: center;
            color: #162d5b;
        }

    .container.perma .card:hover .imgBx {
        top: 20%;
        transform: translateY(0%);
    }

        .container.perma .card:hover .imgBx h2 {
            font-size: 2.6rem;
        }

    .container.perma .card .imgBx img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-25deg);
        width: 270px;
    }

    .container.perma .card .contentBx {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        text-align: center;
        transition: 1s;
        z-index: 10;
    }

    .container.perma .card:hover .contentBx {
        height: 70px;
    }

    .container.perma .card .contentBx h3 {
        position: relative;
        font-weight: 900;
        color: #fff;
        margin: 0;
        font-size: 1rem;
        margin-bottom: 0.5rem;
        visibility: hidden;
        color: #ff6b50;
        padding: 0 1rem
    }

    .container.perma .card:hover .contentBx h3 {
        visibility: visible;
    }

    .container.perma .card .contentBx p {
        color: #222;
        font-size: 0.8rem;
    }

    .container.perma .card .contentBx .size, .container.perma .card .contentBx .color {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 5px;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }

    .container.perma .card:hover .contentBx .size {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.5s;
    }

    .container.perma .card:hover .contentBx .color {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.6s;
    }

    .container.perma .card .contentBx .size h3, .container .card .contentBx .color h3 {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-right: 10px;
    }

    .container.perma .card .contentBx a {
        display: inline-block;
        padding: 10px 20px;
        background: #fff;
        border-radius: 4px;
        margin-top: 10px;
        text-decoration: none;
        font-weight: 600;
        color: #111;
        opacity: 0;
        transform: translateY(50px);
        transition: 0.5s;
        margin-top: 0;
    }

    .container.perma .card:hover .contentBx a {
        opacity: 1;
        transform: translateY(0px);
        transition-delay: 0.75s;
    }




@media (min-width: 768px) {

    .new-tag {
        top: 25px;
        left: 20px;
    }

    .msg {
        font-size: 0.9rem;
        color: #fff;
        display: inline-block;
        display: none;
    }



    .bg-svg.wc svg {
        height: auto;
    }

    .bg-svg.perma svg {
        margin-left: 0;
    }

    .container.perma .card {
        height: 140px;
    }

        .container.perma .card .imgBx h2 {
            font-size: 2rem;
        }

        .container.perma .card:hover .imgBx h2 {
            font-size: 2.2rem;
        }

        .container.perma .card .contentBx .size, .container.perma .card .contentBx .color {
            padding: 8px 10px;
        }

        .container.perma .card .contentBx p {
            line-height: 1.2;
        }


        .container.perma .card .contentBx .size, .container.perma .card .contentBx .color {
            padding: 8px 20px;
        }
}


@media (min-width: 992px) {

    .new-tag {
        top: 25px;
        left: 15px;
    }

        .new-tag .msg {
            font-size: 1rem;
            color: #fff;
            display: inline-block;
            margin-left: 5px;
            color: #000;
            line-height: 1.2;
        }

    .bg-svg svg {
        width: 100%;
        height: 100%;
    }

    .bg-svg.perma svg {
        height: auto;
        width: 130%;
    }

    .container.perma .card {
        height: 170px;
    }

        .container.perma .card .imgBx {
            height: 35px;
        }

            .container.perma .card .imgBx h2 {
                font-size: 1.6rem;
            }

        .container.perma .card:hover .imgBx h2 {
            font-size: 1.8rem;
        }

        .container.perma .card:hover .contentBx {
            height: 90px;
        }

        .container.perma .card .contentBx h3 {
            font-size: 0.9rem;
        }

    /*

.container.perma .card {position: relative; height: 320px; background: #fff; border-radius: 20px; overflow: hidden; border:none; box-shadow:1px 3px 10px rgba(39,39,39,0.1); margin-bottom:1rem;}
.container.perma .card:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #eee; clip-path: circle(150px at 80% 20%); transition: 0.5s ease-in-out;}
.container.perma .card:hover:before {clip-path: circle(300px at 80% -20%);}
.container.perma .card:after {content: 'Nike'; position: absolute; top: 30%; left: -20%; font-size: 12em; font-weight: 800; font-style: italic; color: rgba(255,255,25,0.05);}
.container.perma .card .imgBx {position: absolute; top: 50%; transform: translateY(-50%); z-index: 10000; width: 100%; height: 220px; transition: 0.5s;}
.container.perma .card .imgBx h2 {font-size:18vh; font-weight:900; text-align:center; }
.container.perma .card:hover .imgBx h2 {font-size:17vh;}
.container.perma .card .contentBx {position: absolute; bottom: 0;width: 100%; height: 100px; text-align: center; transition: 1s; z-index: 10;}
.container.perma .card:hover .contentBx {height: 180px;}
.container.perma .card .contentBx h3 {font-size:1.3rem; margin-bottom:1.5rem;}
.container.perma .card .contentBx p {color:#222; font-size:1rem;}
.container.perma .card .contentBx .size, .container.perma .card .contentBx .color {display: flex; justify-content: center; align-items: center; padding: 8px 20px; transition: 0.5s;opacity: 0; visibility: hidden; padding-top: 0; padding-bottom: 0;}
.container.perma .card:hover .contentBx .size{opacity: 1; visibility: visible; transition-delay: 0.5s;}
.container.perma .card:hover .contentBx .color{ opacity: 1;  visibility: visible;  transition-delay: 0.6s;}
.container.perma .card .contentBx .size h3, .container .card .contentBx .color h3{color: #fff; font-weight: 300; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-right: 10px;}
.container.perma .card .contentBx a {display: inline-block;padding: 10px 20px; background: #fff;border-radius: 4px; margin-top: 10px; text-decoration: none; font-weight: 600;color: #111; opacity: 0; transform: translateY(50px); transition: 0.5s; margin-top: 0;}
.container.perma .card:hover .contentBx a {opacity: 1; transform: translateY(0px); transition-delay: 0.75s; }


	
	/*
	.card.topics h4 {position:absolute; background:#fff; bottom:10px; left:0; right:0; margin:0 auto; width:fit-content; font-size:1rem;}
	*/

    h1.parent {
        font-size: 1.3rem;
    }

    .hero .bg-base {
        height: 50vh;
    }
}



@media (min-width: 1200px) {


    .new-tag {
        top: 30px;
        left: 25px;
    }

    .new {
        font-size: 1.1rem;
        padding: 12px 15px;
        margin-bottom: 15px;
        display: table;
    }

    .hero .bg-base {
        height: 65vh;
    }

    .topics-title {
        padding: 0.75rem 0;
        font-size: 1.1rem;
    }

    .container.perma .card {
        height: 200px;
    }
}


@media (min-width: 1530px) {


    .hero .bg-base {
        height: 70vh;
    }

    .container.perma .card {
        height: 330px;
    }

        .container.perma .card .imgBx {
            height: 50px;
        }

            .container.perma .card .imgBx h2 {
                font-size: 2.4rem;
            }

        .container.perma .card:hover .imgBx {
            top: 30%;
        }

            .container.perma .card:hover .imgBx h2 {
                font-size: 2.4rem;
            }

        .container.perma .card .contentBx h3 {
            font-size: 1.2rem;
            padding: 0 1.5rem;
        }

        .container.perma .card .contentBx p {
            font-size: 1rem;
        }

        .container.perma .card:hover .contentBx {
            height: 130px;
        }

        .container.perma .card .contentBx .size, .container.perma .card .contentBx .color {
            padding: 8px 20px;
        }
}


@media (min-width: 1900px) {

    .bg-svg.perma svg {
        width: 100%;
    }

    .hero .bg-base {
        height: 70vh;
    }
}

.box-shadow {
    box-shadow: 8px 10px 10px 5px rgba(0,0,0,0.05);
}




/*******************************************************************************
	SECTORS SUB NAV 
********************************************************************************/

.sub-nav { /*background:#e3e3e3;*/
    background: #222;
}

    .sub-nav nav {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .sub-nav nav ul {
            padding: 0;
            margin: 0;
        }

            .sub-nav nav ul li {
                display: inline-flex;
                margin-bottom: 0;
            }

                .sub-nav nav ul li a {
                    text-decoration: none;
                    padding: 0 1rem;
                    font-size:1rem;
                }

                    .sub-nav nav ul li a span {
                        margin-left: 2px;
                        vertical-align: super;
                        display: inline-block;
                        transform: rotate(45deg)
                    }

                .sub-nav nav ul li .link-text {
                    color: #fff;
                    font-size:1rem;
                }

    .sub-nav.property nav ul li .link-text.active {
        color: #fed030;
    }

    .sub-nav.people nav ul li .link-text.active {
        color: #eb1e90;
    }

    .sub-nav.wellbeing nav ul li .link-text.active {
        color: #42dbcc;
    }

    .sub-nav nav ul li .link-text.active span {
        transform: rotate(225deg);
        margin-left: 0;
    }

    .sub-nav nav ul li .link-text i {
        margin-left: 0;
    }

    .sub-nav nav ul li .link-text.top-level {
        padding: 1.25rem 1.75rem;
        margin-right: 1rem;
    }

        .sub-nav nav ul li .link-text.top-level:hover {
            color: #222;
        }


.sub-nav-new {
    background: #373737;
}

    .sub-nav-new nav ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .sub-nav-new nav ul li {
            width: 47%;
            display: inline-flex;
            font-weight: 500;
            font-size: 0.95rem;
            margin: 0;
            position: relative;
            border-top: #444 solid 1px;
            line-height: 1.3;
        }

            .sub-nav-new nav ul li:nth-child(odd) {
                margin-right: 15px;
            }

            .sub-nav-new nav ul li a {
                color: #ccc;
                padding: 0.5rem 0 0.5rem 0rem;
            }

                .sub-nav-new nav ul li a:hover {
                    color: #42dbcc;
                }

    .sub-nav-new.property nav ul li a:hover, .sub-nav-new.property nav ul li a.active, .sub-nav-new.property nav ul li a.active span {
        color: #fed030;
    }

    .sub-nav-new nav ul li.active {
        background: #fff;
    }

        .sub-nav-new nav ul li.active a {
            color: #222;
        }

        .sub-nav-new nav ul li.active span {
            transform: rotate(225deg);
            margin-left: 0;
            color: #222;
        }

    .sub-nav-new nav ul li span {
        margin-left: 2px;
        vertical-align: super;
        display: inline-block;
        transform: rotate(45deg);
        position: absolute;
        right: 5px;
        top: 10px;
        color: #ccc;
        display: none;
    }

h1.parent span {
    margin-left: -5px;
    vertical-align: super;
    display: inline-block;
    transform: rotate(45deg)
}


/* Testimonials */
.testimonial-block {
    background: #fff;
}

    .testimonial-block img {
        max-width: 70%;
        height: auto;
    }

    .testimonial-block p.quote {
        color: #a9a9a9;
        margin-bottom: 3rem;
    }

    .testimonial-block p.quote-by {
        color: #000;
        padding-top: 1rem;
        width: 100%
    }


/* Services List */
.our-services ul {
    list-style: none;
    padding-left: 0;
}

    .our-services ul li a {
        color: #777;
    }


/* Case Study Page	*/

.block .image img {
    object-fit: cover;
    width: 100%;
}

.case-study-title {
    position: absolute;
    font-size: 3rem;
    bottom: 25px;
    z-index: 6;
    left: 20px;
    padding-bottom: 5px;
    border-bottom: 5px solid #fff;
}

.case-study h1 {
    display: inline-flex;
    padding: 0.75rem;
    background: #fff;
}

.case-study h3 {
    font-size: 2.8rem;
    letter-spacing: -0.05rem;
}

.case-study .caption {
    color: #fed030;
    margin-left: 2rem;
    margin-top: 1rem;
    width: 80%;
}


.hero {
    padding-top: 130px;
    background: #eaeaea;
    background: #efedea;
    position: relative;
}

    .hero .headline {
        font-size: 1rem;
        line-height: 1.5;
    }

    .hero .image {
        width: 100%;
    }

.about .hero .image img {
    height: 600px;
}

/* .hero .inner {padding-bottom:70px;} */

.svg-container {
    position: absolute;
    width: 100%;
    bottom: -82px;
    height: auto;
    z-index: 5;
}

    .svg-container svg {
        position: absolute;
        width: 140%;
        bottom: 0;
        right: 0;
    }


.team-members .card {
    transition: ease-in-out .5s;
    border: none;
}

    .team-members .card:hover {
        transform: translate(0, 3px);
    }

.big-list {
    list-style-type: none;
    padding-left: 2rem;
}

    .big-list li {
        color: #aaa;
        padding-bottom: 3px;
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0;
    }

        .big-list li span { /* background:#ececec; */
        }

        .big-list li:before {
            content: '\2014';
            left: 0;
            position: absolute;
            font-weight: 800;
        }

.sectors-nav {
    list-style-type: none;
    padding-left: 0;
}

    .sectors-nav li {
        display: inline-block;
        width: 23%;
        background: #333;
        margin-right: 15px;
        position: relative;
    }

        .sectors-nav li a {
            display: block;
            padding: 5rem 1rem;
            color: #fff;
        }

            .sectors-nav li a:hover {
                background: #ddd;
            }

        .sectors-nav li i {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 1.5rem;
            line-height: 1;
        }



    .sectors-nav2 a {
        background: #bfbfbf;
        padding: 2.5rem 4rem 1rem 1rem;
        color: #fff;
        text-decoration: none;
        display: flex;
        position: relative;
        transition: ease-in-out .5s;
        margin-bottom: 1rem;
        line-height: 1.2;
        border-radius:0.75rem;
    }

        .sectors-nav2 a:hover {
            background: #555;
        }

        .sectors-nav2 a i {
            font-size: 1.5rem;
            line-height: 1;
            opacity: .5;
            position: absolute;
            top: 10px;
            right: 10px;
        }


.sectors.housing .hide {
    display: none;
}

.object-fit-cover img {
    object-fit: cover;
}

.flip img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#collapseOne .sector-expertise-image {
    top: 60px;
}

#collapseTwo .sector-expertise-image {
    top: 0;
}

#collapseThree .sector-expertise-image {
    top: -40px;
}

#collapseFour .sector-expertise-image {
    top: -90px;
}

#collapseFive .sector-expertise-image {
    top: -170px;
}

.hero svg {
    width: 100%;
}



/* SECTORS */
.hero.sector .hero-image {
    height: 30vh;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

    .hero.sector .hero-image.housing {
        background: url('../img/headers/header-housing.jpg');
    }

    .hero.sector .hero-image.student {
        background: url('../img/sectors/student-1.jpg');
    }

    .hero.sector .hero-image.visitor {
        background: url('../img/sectors/visitor-1.jpg');
    }

    .hero.sector .hero-image.facilities {
        background: url('../img/sectors/facilities.jpg');
    }

    .hero.sector .hero-image.construction {
        background: url('../img/sectors/construction-infrastructure.jpg');
    }


/* Blog */
main.blog {
    padding-bottom: 10rem
}

body.blog {
    background: #868686;
}

    .blog .page-title {
        right: -30px;
    }

        .blog .page-title span {
            color: rgba(255,255,255,0.2);
        }

    .blog .hero {
        background-color: transparent;
    }

    .blog .card {
        border: none;
        border-radius: 1rem;
        margin-bottom: 2rem;
        width: 100%;
        background: #FFF;
    }

        .blog .card .card-title {
            transition: all .3s ease-in-out;
            color:#333;
        }

        .blog .card .card-img-top {
            border-radius: 0.5rem;
            position: relative;
            transition: all .5s ease-in-out;
            overflow:hidden;
        }

            .blog .card .card-img-top img {
                width: 100%;
                object-fit: cover;
                transition: all .15s ease-in-out;
            }

        /*.blog .card .link-text {
            color: var(--p-green)
        }*/


    .blog .post-date {
        position: absolute;
        z-index: 5;
        left: 30px;
        top: 30px;
        background: #313130;
        color: #fff;
        padding: 0.25rem 0.5rem;
        transition: all .3s ease-in-out;
    }

        .blog .post-date span {
            font-weight: 600;
            font-size: 1rem;
        }

    .blog .card:hover {
        background: #111;
    }

        .blog .card:hover .card-title {
            color: #fff;
        }

        .blog .card:hover .post-date {
            background: #fff;
            color: #000;
        }


/* Blog Article */
.blog-single .hero {
    padding-bottom: 15%;
    background: #222;
}

.blog-single article {
    position: relative;
}

.blog-single h1 {
    font-weight: 900;
    color: #fff;
    margin: 0 auto 2rem;
}

.blog-single article .image {
    width: 100%;
    margin-top: -20%
}

    .blog-single article .image img {
        object-fit: cover;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

.blog-single .article-date {
    letter-spacing: 0.025rem;
}

.blog-single nav {
    background: #fff;
    padding: 200px 0 50px;
}


.wfh-extract {
    background: #e7eefd;
    position: relative;
    margin-bottom: 2rem;
}

    .wfh-extract h3 {
        color: #fd6760;
        font-weight: 900;
    }

    .wfh-extract p, .wfh-extract li {
        color: #222;
        font-size: 1rem;
    }

    .wfh-extract .icon {
        position: absolute;
        top: 0;
        right: 0;
        background: #c0d3fb;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 1;
    }

        .wfh-extract .icon i {
            font-size: 3rem;
            color: #fff;
        }

    .wfh-extract.yoga {
        background: #;
    }

.haw-extract {
    background: #dcefeb;
    position: relative;
    margin-bottom: 2rem;
}

    .haw-extract h3 {
        color: #1f8b8e;
        font-weight: 900;
    }

    .haw-extract p, .haw-extract li {
        color: #222;
        font-size: 1rem;
    }

    .haw-extract li {
        margin-bottom: 0.5rem;
    }

    .haw-extract .icon {
        position: absolute;
        top: 0;
        right: 0;
        background: #1f8b8e;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 1;
    }

        .haw-extract .icon i {
            font-size: 3rem;
            color: #fff;
        }

.case-study.ld h1 {
    background: #f4f4f4;
}


.clientLogos {
    background: red;
}

.big-names img {
    /*-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);
    opacity: 0.5;
    */
    transition: 0.2s ease-in-out;
}

    .big-names img:hover {
        filter: initial;
        opacity: 1;
    }



.press-release {
    border: 15px solid #000;
}

    .press-release p {
        font-weight: 300;
        color: #000;
    }

    .press-release h2 {
        text-align: center;
    }

    .press-release h3 {
        text-align: center;
        margin-bottom: 3rem;
    }

    .press-release blockquote {
        border-left: 5px solid #666;
        padding: 2rem;
        background: #eee;
    }

        .press-release blockquote p {
            font-weight: 600;
        }


.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.features_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    position: relative;
}

.features_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--white);
    border-radius: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem;
    display: grid;
    overflow: hidden;
}

.features_card-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem;
    display: flex;
}

.features_card-content-bottom {
    max-width: 30rem;
}

.lottie-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}




.contact-address {
    list-style-type:none;
    padding-left:0;
    margin:1rem 0;
}

.contact-address li {
    margin:0;
}


.contact-location-image {
    object-fit:cover;
    height:100%;
    width:100%;
    min-height:300px;
}


/* Contact */

.contact dl.contact-details, .contact a {
    color: #9A9A9A;
    font-weight: 400;
}

.antispam {
    display: none;
}



/* CARD SOLTUIONS */
.card.solutions {
    border: none;
    padding: 0.75rem;
    background: transparent;
    border-radius: 2px;
    display: flex;
}

.card.solutions {
    transition: 0.25s ease-in-out;
}

    .card.solutions a:hover {
        text-decoration: none;
    }

        .card.solutions a:hover .cool-link {
            color: #000;
        }

            .card.solutions a:hover .cool-link::after {
                content: "";
                display: block;
                width: 0;
                height: 2px;
                background: #42dbcc;
                transition: width 0.3s ease-in;
            }

            .card.solutions a:hover .cool-link:hover {
                color: #222;
            }

                .card.solutions a:hover .cool-link:hover::after {
                    width: 100%;
                }

        .card.solutions a:hover .card-body h4 {
            color: #111;
        }


    .card.solutions:hover {
        background: #42dbcc;
    }

    .card.solutions .card-body {
        padding: 1rem 0;
    }

        .card.solutions .card-body h4 {
            color: #fff;
        }

    .card.solutions .card-footer {
        background: transparent;
        border-top: none;
        padding: 0;
        align-self: flex-end;
    }


.cool-link {
    display: inline-block;
    color: #42dbcc;
    text-decoration: none;
    transition: width 0.3s ease-in;
}

    .cool-link:hover {
        color: #fff;
    }

    .cool-link::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #42dbcc;
        transition: width 0.3s ease-in;
    }

    .cool-link:hover::after {
        width: 100%;
    }

.blog-single .cool-link:hover {
    color: #42dbcc;
}


@media (min-width: 375px) {

    .home-hero {
        height: 55vh;
    }

        .home-hero h1 {
            font-size: 2.6rem;
        }

    .home-grid .box {
        height: 15vh;
    }

    .est-date {
        top: 45%;
    }

    .box .overlay .inner {
        padding: 20px;
    }

    .box .start h2 {
        left: 20px;
    }

    .home-latest .owl-nav {
        padding-right: 20px;
    }
}



@media (min-width: 576px) {

    .cs-carousel .cs-content {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 2.5rem;
        width: 85%;
        width: 60%;
    }
    /* Blog Article 
	.blog-single article .image img {height:350px;}*/

}



@media (min-width: 768px) {


    .home-latest .owl-nav {
        padding-right: 20vw;
    }

    .est-date {
        right: 0;
    }

    .sector .page-title, .services .page-title {
        top: inherit;
        right: -100px;
        bottom: 450px;
    }

        .sector .page-title span, .services .page-title span {
            font-size: 8rem;
        }

    .contact .page-title {
        top: 50%;
        right: -130px;
    }

        .contact .page-title span {
            font-size: 7rem;
        }

    .home-hero h1 {
        font-size: 3.5rem;
        line-height: 1;
        margin-bottom: 4rem;
    }

    .box .start h2 {
        bottom: 25px;
        left: 25px;
        font-size: 1.4rem;
    }

    .box .overlay .inner {
        padding: 25px;
    }

    .box .overlay h2 {
        display: block;
        font-size: 1.2rem;
    }

    .box .overlay p {
        font-size: 1.1rem;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .box .overlay .inner .link-text {
        font-size: 1.2rem;
    }

    /* Was the thing strip for the team image - change due to photos available 
		.hero .image img {height:40vh;} */

    .cs-carousel .cs-content {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 2.5rem;
        width: 85%;
        width: 60%;
    }

        .cs-carousel .cs-content p {
            display: block;
            line-height: 1.4;
        }

    .cs-carousel .owl-nav {
        top: -30px;
    }




    /* SERVICES */
    .hero .health-bg-img, .hero .learning-bg-img, .hero .property-bg-img, .hero .people-bg-img {
        height: 50vh;
    }

    .services.sub .hero .property-bg-img {
        height: 35vh;
    }

    .our-services ul li {
        font-size: 1.4rem;
    }

    .case-study-title {
        font-size: 6rem;
        left: 4rem;
        bottom: 4rem;
    }

    .sub-nav {
        background: #222;
    }

        .sub-nav nav ul {
            margin: 0;
        }

            .sub-nav nav ul li a {
                color: #fff;
            }

        .sub-nav.property nav ul li a:hover {
            color: #fed030;
        }

        .sub-nav.people nav ul li a:hover {
            color: #eb1e90;
        }

        .sub-nav.wellbeing nav ul li a:hover {
            color: #42dbcc;
        }

    .hero {
        padding-top: 200px;
    }

        .hero .content {
            height: 35vh;
        }

    .case-study .hero .content {
        height: 25vh;
    }

    .about .page-title {
        top: 40%;
    }

    .services .page-title {
        right: -100px;
        top: inherit;
        bottom: 200px;
        z-index: 2;
    }

        .services .page-title span {
            font-size: 5.5rem;
        }

    .svg-container {
        bottom: -43px;
    }

        .svg-container svg {
            width: 150%;
        }

    .sub-nav-new nav {
/*        text-align: center;
*/    }

        .sub-nav-new nav ul li {
            width: 32%;
            font-size: 1rem;
        }

            .sub-nav-new nav ul li:last-child {
                width: auto;
            }

            .sub-nav-new nav ul li a {
                padding: 1rem 0 1rem 0.75rem;
            }

            .sub-nav-new nav ul li:nth-child(odd) {
                margin-right: 0;
            }

        .sub-nav-new nav ul li {
            font-weight: 600;
            border-top: none;
            width: auto;
        }

            .sub-nav-new nav ul li span {
                display: block;
            }

    /* SERVICES */
    .hero .health-bg-img, .hero .learning-bg-img, .hero .property-bg-img, .hero .people-bg-img {
        height: 70vh;
    }

    .services.sub .hero .property-bg-img, .services.sub .hero .people-bg-img {
        height: 50vh;
    }

    .hero .services-text {
        position: absolute;
        top: 0;
        width: 60%;
        height: 100%;
        background-color: transparent;
    }


    /* SECTORS */
    .hero.sector .hero-image {
        height: 60vh;
    }

    .sectors-nav2 a {
        height: 100px;
        line-height: 1.3;
    }

    /* Blog Article
	.blog-single article .image img {height:400px;}*/



}





@media (min-width: 992px) {


    body input ~ nav {
        width: 50%;
    }

    header input ~ nav > ul > li {
        font-size: 2.6rem;
    }

    header input ~ nav ul li ul li {
        font-size: 1.3rem;
    }

    header input ~ nav .pemco-p {
        right: 10vw;
    }

    header input ~ nav > ul {
        top: 13%;
        left: 13%;
    }




    .home-hero {
        height: 80vh;
    }

    .home-grid .box {
        height: 30vh;
    }

    .hero .content {
        width: 100%;
        height: 50vh;
    }

    .hero.values .content {
        height: 45vh;
    }

    .case-study .hero .content {
        height: 60vh;
    }


    .sector-expertise-image {
        display: block;
        position: absolute;
        left: -450px;
        top: 20%;
        transition: .25s ease-in-out;
        float: left;
    }

        .sector-expertise-image div {
            position: absolute;
            bottom: 0;
            right: 0;
            background: black;
            color: white;
            margin-bottom: 5px;
            font-family: sans-serif;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: visibility 0s, opacity 0.5s linear;
            transition: visibility 0s, opacity 0.5s linear;
        }

            .sector-expertise-image div:hover {
                cursor: pointer;
            }

                .sector-expertise-image div:hover div {
                    width: 150px;
                    padding: 8px 15px;
                    visibility: visible;
                    opacity: 0.7;
                }


    .sector-expertise.fix .accordion .card-header button {
        width: 50%;
        float: right;
        padding-left: 15px;
    }

    .sector-expertise.fix .accordion .card-body img {
        max-width: 100%;
    }

    .est-date {
        top: 40%;
        left: 1%;
        right: inherit;
    }

    .sector .page-title {
        top: inherit;
        right: -120px;
        bottom: 250px;
    }

        .sector .page-title span {
            font-size: 7rem;
        }

    .box .start h2 {
        font-size: 1.2rem;
    }

    .box .overlay p {
        font-size: 1rem;
    }

    .box .overlay .inner .link-text {
        font-size: 1rem;
    }

    .value-block h3 {
        font-size: 4rem;
        margin-bottom: 2rem;
        letter-spacing: -0.1rem;
        line-height: 1;
        text-align: center;
    }

    /*.team-members h2 {
        font-size: 6rem;
        line-height: 0.8;
        text-align: center;
        letter-spacing: -0.3rem;
    }*/

    .team-members h3 {
        font-size: 2rem;
    }

    .sector-expertise-image {
        top: 80px;
    }

    .block .image img {
        object-fit: cover;
        width: 100%;
    }

    .case-study-title {
        position: absolute;
        font-size: 4rem;
        bottom: 2rem;
        z-index: 6;
        left: -15%;
        padding-bottom: 5px;
        border-bottom: 6px solid #fff;
    }

    .case-study h1 {
        display: inline-flex;
        padding: 0.75rem;
        background: #fff;
        font-size: 2.5rem;
    }

    .case-study.ld h2 {
        font-size: 1.6rem;
    }

    .case-study h3 {
        font-size: 3.5rem;
    }

    .case-study .caption {
        color: #fed030;
        margin-left: 2rem;
        margin-top: 1rem;
        width: 80%;
    }





    .hero svg {
        width: 70%;
    }


    .services.sub .page-title {
        right: -20px;
        top: 60%;
    }

        .services.sub .page-title span {
            font-size: 4rem;
        }

    .svg-container {
        bottom: -18px;
    }

        .svg-container svg {
            width: 120%;
        }


    /* SECTOERS  */
    .hero.sector {
        padding: 0;
    }

        .hero.sector .hero-image {
            height: 70vh;
        }

    .sectors-nav2 a {
        height: 100%;
    }


    /* Blog */

    .blog .card .card-body {
        padding: 1rem 3rem 0 0;
    }

    .blog .card:hover .card-body {
        background: #111;
    }

    /* Blog Article 
	.blog-single article .image img {height:450px;}*/


    .sub-nav-new nav ul li {
        width: auto;
        padding-right: 25px;
    }
}



@media (min-width: 1024px) {

    .sector-expertise-image {
        left: -115%;
    }

    .blog .card {
        padding: 1rem;
    }
}





@media (min-width: 1200px) {

    .py-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }



    .hero .content {
        width: 100%;
        height: 50vh;
    }

    .home-hero {
        height: 85vh;
    }

        .home-hero h1 {
            font-size: 4rem !important;
        }

    .home-grid .box {
        height: 25vh;
    }



    .case-study .hero {
        padding: 150px 0;
    }

    /* HOMEPAGE */
    .services-footer .box .start h2, .services-footer .box .overlay h2 {
        font-size: 1.4rem !important;
    }

    .box .overlay h2 { /* margin-bottom:2rem;*/
    }

    .box .overlay p {
        line-height: 1.2;
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .box .overlay .inner {
        padding: 35px 35px 35px 35px;
    }

    .the-latest .card .card-body {
        padding: 1.5rem;
    }


    .case-study .owl-nav {
        position: absolute;
        right: 0;
        top: 25%;
    }

    .case-study .cs-image {
        width: 80%;
    }

    .case-study .cs-content {
        position: absolute;
        background: #fff;
        padding: 3rem;
        bottom: 0;
        right: 0;
        width: 40%;
    }

    .testimonial-block p.quote {
        font-size: 1.7rem;
    }

    .sector-expertise-image {
        left: -135%;
        width: 120%;
    }

    .case-study-title {
        font-size: 7rem;
    }



    .svg-container {
        bottom: 7rem;
    }

        .svg-container svg {
            width: 200%;
            right: -30%;
        }




    /* SERVICES */
    .hero .services-text {
        width: 75%;
    }

        .hero .services-text .inner {
            max-width: 800px;
        }


    .sub-nav-new nav ul li {
        font-size: 1.1rem;
        font-weight: 600;
    }

        .sub-nav-new nav ul li a {
            padding: 1.25rem 0 1.25rem 1.25rem
        }
}



@media (min-width: 1400px) {

    .container {
        max-width: 1280px;
    }


    .hero .services-text .inner {
        max-width: 1000px;
    }

    .the-latest .card .card-title {
        font-size: 1.4rem;
    }
}



@media (min-width: 1520px) {

    .container {
        max-width: 1440px;
    }

    /*.home-hero {
        height: 75vh;
    }*/

        .home-hero h1 {
            font-size: 5rem !important;
        }

    .home-grid .box {
        height: 25vh;
    }

    .box .start h2, .box .overlay h2 {
        font-size: 1.6rem !important;
    }
}


@media (min-width: 2000px) {

    .container {
        max-width: 1920px;
    }
}




/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

   5   C O L   B O O T S T R A P

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {

    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}




/* 
	----------------------------------------------------------------------------------------------------------------
	PEMCO COLOURED BORDERS
	----------------------------------------------------------------------------------------------------------------
*/

.pem-border-top, .pem-border-top {
    position: relative; /* margin-top: 30px; */
    margin-bottom: 30px;
}

    /* top line */
    .pem-border-top::before {
        content: '';
        position: absolute;
        width: 30%;
        height: 4px;
        top: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fed030+25,eb1e90+25,eb1e90+25,eb1e90+49,eb1e90+50,42dbcc+50,42dbcc+75,42dbcc+75,9d58d3+75 */
        background: rgb(254,208,48); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(254,208,48,1) 25%, rgba(235,30,144,1) 25%, rgba(235,30,144,1) 25%, rgba(235,30,144,1) 49%, rgba(235,30,144,1) 50%, rgba(66,219,204,1) 50%, rgba(66,219,204,1) 75%, rgba(66,219,204,1) 75%, rgba(157,88,211,1) 75%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(254,208,48,1) 25%,rgba(235,30,144,1) 25%,rgba(235,30,144,1) 25%,rgba(235,30,144,1) 49%,rgba(235,30,144,1) 50%,rgba(66,219,204,1) 50%,rgba(66,219,204,1) 75%,rgba(66,219,204,1) 75%,rgba(157,88,211,1) 75%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(254,208,48,1) 25%,rgba(235,30,144,1) 25%,rgba(235,30,144,1) 25%,rgba(235,30,144,1) 49%,rgba(235,30,144,1) 50%,rgba(66,219,204,1) 50%,rgba(66,219,204,1) 75%,rgba(66,219,204,1) 75%,rgba(157,88,211,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed030', endColorstr='#9d58d3',GradientType=1 ); /* IE6-9 */
    }

/* left line before text*/
.pem-border-left::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    bottom: 0;
    left: -7px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fed030+25,eb1e90+25,eb1e90+25,eb1e90+49,eb1e90+50,42dbcc+50,42dbcc+75,42dbcc+75,9d58d3+75 */
    /* Vertical Border */
    background: rgb(254,208,48); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,208,48,1) 25%, rgba(235,30,144,1) 25%, rgba(235,30,144,1) 25%, rgba(235,30,144,1) 49%, rgba(235,30,144,1) 50%, rgba(66,219,204,1) 50%, rgba(66,219,204,1) 75%, rgba(66,219,204,1) 75%, rgba(157,88,211,1) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254,208,48,1) 25%,rgba(235,30,144,1) 25%,rgba(235,30,144,1) 25%,rgba(235,30,144,1) 49%,rgba(235,30,144,1) 50%,rgba(66,219,204,1) 50%,rgba(66,219,204,1) 75%,rgba(66,219,204,1) 75%,rgba(157,88,211,1) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254,208,48,1) 25%,rgba(235,30,144,1) 25%,rgba(235,30,144,1) 25%,rgba(235,30,144,1) 49%,rgba(235,30,144,1) 50%,rgba(66,219,204,1) 50%,rgba(66,219,204,1) 75%,rgba(66,219,204,1) 75%,rgba(157,88,211,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed030', endColorstr='#9d58d3',GradientType=0 ); /* IE6-9 */
}

.ost-multi-header {
    position: relative;
    background: #999999;
    padding-bottom: 6px;
}

    .ost-multi-header::after {
        content: '';
        height: 6px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fed030+12,eb1e90+35,42dbcc+67,9d58d3+86 */
        background: #fed030; /* Old browsers */
        background: -moz-linear-gradient(left, #fed030 12%, #eb1e90 35%, #42dbcc 67%, #9d58d3 86%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #fed030 12%,#fed030 35%,#eb1e90 35%,#eb1e90 67%,#42dbcc 67%,#42dbcc 86%,#9d58d3 86%,#9d58d3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #fed030 12%,#eb1e90 35%,#42dbcc 67%,#9d58d3 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed030', endColorstr='#9d58d3',GradientType=1 ); /* IE6-9 */
    }




/*=================================================================================================
	=================================================================================================

	BELOW THIS POINT IS UN MERGED CSS AND THE NEW MENU

	=================================================================================================
	=================================================================================================

*/



.drawer {
    display: none;
}

.drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drawer__header {
    justify-content: space-between;
}

.drawer__close { /* Optional */
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 1.5rem;
    color: #fff;
    font-size: 38px;
}

.drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #222;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate3d(103%, 0, 0);
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.drawer__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1; /* Optional */
    padding: 4rem 1rem 2rem 2rem;
}

    .drawer__content .card-body {
        padding: 0;
    }

        .drawer__content .card-body ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
            margin-left: 3px;
        }

            .drawer__content .card-body ul li {
                padding: 0.25rem 1rem;
                margin: 0.5rem 0;
                border-left: 5px solid;
                line-height: 1.2;
                width: 100%;
                border-color: #888
            }

                .drawer__content .card-body ul li a {
                    color: #888;
                    font-size: 0.9rem;
                }

                .drawer__content .card-body ul li.pemYel-bl {
                    border-color: #fed030;
                }

                .drawer__content .card-body ul li.pemPin-bl {
                    border-color: #eb1e90;
                }

                .drawer__content .card-body ul li.pemGre-bl {
                    border-color: #42dbcc;
                }

                .drawer__content .card-body ul li.pemPur-bl {
                    border-color: #9d58d3;
                }

    /* .drawer__content .top-level i {visibility: hidden; font-size: 1.2rem; position: absolute; margin-left: 0.5rem;}*/
    .drawer__content .top-level:hover i {
        visibility: visible;
    }

    .drawer__content a:hover, .drawer__content button:hover, .drawer__content .card-body ul li a:hover {
        text-decoration: none;
        color: #fff;
    }

    /* .drawer__content .top-level span {position:absolute; right:50px;}
.drawer__content .top-level span i {visibility:visible; font-size:2rem;}
	*/
    .drawer__content .pemco-p {
        position: absolute;
        right: 60px;
        bottom: 60px;
        transition: 0.5s;
        transition-delay: 0s;
    }

header input:checked ~ nav .pemco-p {
    opacity: 1;
    transition-delay: 0.5s;
}

.drawer--left .drawer__wrapper {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.drawer.is-active {
    display: block;
}

.drawer.is-visible .drawer__wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #222;
    width: 100%;
}

.drawer.is-visible .drawer__overlay {
    opacity: 0.5;
}

.drawer .card {
    background: none;
    border: none;
}

.drawer .top-level {
    text-decoration: none;
    color: #888;
    font-weight: 600;
    display: block;
    font-size: 2.4rem;
    line-height: 1.1;
    padding: 0.25rem 0;
    margin: 0;
}

.drawer button {
    background: none;
    border: none;
    padding: 0;
    float: right;
}


@media (min-width: 768px) {

    .newNav, .drawer__close {
        font-size: 38px;
    }

    .drawer__close {
        margin-left: 2.2rem;
        margin-top: 1rem;
    }

    .drawer__content {
        padding: 4rem;
    }

        .drawer__content .card-body ul {
            margin: 1rem 0;
        }

            .drawer__content .card-body ul li {
                padding: 0.5rem 1rem;
            }

                .drawer__content .card-body ul li a {
                    font-size: 1.4rem;
                }

    .drawer.is-visible .drawer__wrapper {
        width: 80%;
    }
}


@media (min-width: 992px) {

    .drawer.is-visible .drawer__wrapper {
        width: 50%;
    }
}











/** * Styling top level items */
nav ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
}

.nav a, .nav label {
    display: block;
    padding: 0;
    color: #ddd;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

    .nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
        color: rgba(255, 255, 255, 0.5);
    }

.nav label {
    cursor: pointer;
    margin: 0;
    position: relative;
}

/** * Styling first level lists items */
.group-list a, .group-list label {
    padding: 0.25rem 0 0.25rem 1.5rem;
}

    .group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
        color: #fff;
    }

/** * Styling second level list items */
.sub-group-list a, .sub-group-list label {
    padding: 0.25rem 0 0.25rem 2rem;
}

    .sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {
        color: #fff;
    }

/** * Styling third level list items */
.sub-sub-group-list a, .sub-sub-group-list label {
    padding-left: 6rem;
}

    .sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover {
        color: #fff;
    }

/** * Hide nested lists */

.group-list, .sub-group-list, .sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

.nav__list {
    width: 100%;
}

    .nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
        max-height: 1000px;
    }

/** * Rotating chevron icon */

label > span {
    float: right;
    -webkit-transition: -webkit-transform .65s ease;
    transition: transform .65s ease;
    width: 50px;
    text-align: center;
}

    label > span:before {
        text-align: center;
    }

.nav__list input[type=checkbox]:checked + label > span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*
li.pemYel label {color:#fed030;}
li.pemPin label {color:#eb1e90;}
li.pemGre label {color:#42dbcc;}
li.pemPur a {color:#9d58d3;}
*/



.group-list {
    width: 100%;
}

    .group-list li {
        font-size: 1.1rem;
        margin-bottom: 0;
    }

        .group-list li i {
            position: absolute;
            left: 0px;
            font-size: 0.8rem;
        }

.sub-group-list li {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.group-list li:first-child {
    margin-top: 0.5rem;
}

.sub-group-list li:first-child {
    margin-top: 0.25rem;
}



.pemco-p {
    position: absolute;
    top: 25px;
    left: 35px;
    opacity: 0.25;
}












/* ---------------------------------------------------------------------------------------------------------

	B E N C H M A R K I N G 

--------------------------------------------------------------------------------------------------------- */


.shbp.login .page-title {
    right: -30px;
}

    .shbp.login .page-title span {
        color: rgba(255,255,255,0.2);
    }

.shbp.login h1 {
    font-size: 2rem;
    line-height: 1;
}

    .shbp.login h1 span {
        display: block;
    }

        .shbp.login h1 span.one {
            font-weight: 900;
        }

        .shbp.login h1 span.two {
            font-weight: 500;
        }

        .shbp.login h1 span.three {
            font-weight: 200;
        }


.shbp.login .hero {
    padding-top: 100px;
}




@media (min-width: 768px) {
    .shbp.login h1 {
        font-size: 3rem;
        line-height: 1;
    }
}


@media (min-width: 992px) {
    .shbp.login h1 {
        font-size: 3.5rem;
        line-height: 1;
    }
}


@media (min-width:1200px) {
    .shbp.login h1 {
        font-size: 4rem;
        line-height: 1;
    }
}




/* SUB PAGES NEW MENU SCOLLING MOBILE */
.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

header.example-two-header {
    position: relative;
    padding: 0.5rem 0;
    z-index: 0
}

.example-two-header .logo {
    width: 20%;
    text-align: center;
    color: #999;
}

.example-two-header nav {
    width: 80%;
}

header.example-two-header .link-text {
    color: #fff;
}

.example-three nav {
    background: #727c87;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-radius: 0 0 3px 3px;
}

.nav-item {
    padding: 16px 30px 15px 5px;
    position: relative;
}

header, nav {
    font-size: 0;
}

.logo, .nav-item {
    font-size: 0.9rem;
}

.logo, .nav-item, .vertical-align-middle {
    display: inline-block;
    vertical-align: middle;
}

.scroll::-webkit-scrollbar {
    display: none;
}

.nav-item span {
    margin-left: 2px;
    vertical-align: super;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 10px;
    color: #ccc;
}

.nav-item a {
    color: #fff;
}

.nav-item:hover a {
    text-decoration: none;
}

.property .nav-item:hover a {
    color: #fed030;
}

.people .nav-item:hover a {
    color: #eb1e90;
}

@media (min-width: 992px) {

    .example-two-header .logo {
        display: none;
    }

    .example-two-header nav {
        width: 100%;
/*        text-align: center;
*/    }

    .logo, .nav-item {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {

   
    .nav-item {
        padding: 16px 30px 15px 20px;
        position: relative;
    }
}










