:root {
    --main-font: 'Roboto',sans-serif,sans-serif;
    --header-font: 'RobotoCondensedBold',sans-serif,sans-serif;
    --light-blue-colour: #becbd3;
    --main-font-colour: #212529;
    --GEH-Green: #02be7c;
    --GEH-Dark-Green: #01402E;
    --GEH-Yellow: #f5ed7d;
    --GEH-Pink: #eb5ed4;
    --GEH-Light-Grey: #F2F2F2;
    --green-colour: #02be7c;
    --dark-green: #01402e;
    --dark-blue-colour: #162b44;
    --yellow-colour: #ffc347;
    --teal-colour: #00b1aa;
    --black: #000000;
    --white: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0.01px;
}

@font-face {
    font-family: 'RobotoCondensedBold';
    font-display:swap;
    src: url('../fonts/RobotoCondensedBold.eot');
    src: url('../fonts/RobotoCondensedBold.eot') format('embedded-opentype'), url('../fonts/RobotoCondensedBold.woff2') format('woff2'), url('../fonts/RobotoCondensedBold.woff') format('woff'), url('../fonts/RobotoCondensedBold.ttf') format('truetype'), url('../fonts/RobotoCondensedBold.svg#RobotoCondensedBold') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-display: swap;
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'), url('../fonts/RobotoRegular.woff2') format('woff2'), url('../fonts/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular.ttf') format('truetype'), url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Roboto',sans-serif,sans-serif; 
    font-size: 16px;
    line-height: 32px;
    overflow-x: hidden;
    color:#212529;
    background: #fff;
}

h1, h2, h3, h4, h5 {
    font-family: 'RobotoCondensedBold',sans-serif,sans-serif;
    color: #212529;
    margin-bottom: 1rem;
}

h1, .h1 {
    font-size: 50px;
    line-height: 58px;
}

h2, .h2 {
    font-size: 40px;
    line-height: 48px;
}

h3, .h3 {
    font-size: 32px;
    line-height: 40px;
}

h4, .h4 {
    font-size: 16px
}

h5, .h5 {
    font-size: 18px;
}

@media screen and (max-width: 426px) {
    h1, .h1 {
        font-size: 13vw;
        line-height: 120%;
    }

    h2, .h2 {
        font-size: 11vw;
        line-height: 120%;
    }
}

h1.borderstyle
{
    font-size:26px;
}

h1 a, h2 a, h3 a, h4 a {
    color: var(--GEH-Black);
    text-decoration: none;
}

    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
        color: #02be7c;
        text-decoration: none;
    }

a {
    transition: all 0.3s ease;
    color: #02be7c;
}

    a:hover, a:focus {
        color: #02be7c;
        text-decoration: none;
    }

    a.arrow-right {
        position: relative;
    }

        a.arrow-right:after {
            content: "\e803";
            font-family: "gcicons";
            position: absolute;
            right: -25px;
            transition: all 0.3s ease-in-out;
        }

p {
    line-height: 1.5rem;
}

    p.intro {
        font-size: 19.5px;
        line-height: 1.8rem;
    }

    p.cta {
        font-family: var(--header-font);
        font-size: 24.5px;
        line-height: 1.9rem;
    }

.white-text {
    color: #ffffff;
}

img[data-sizes=auto] {
    display: block;
    width: 100%;
}

img.lazyload:not([src]) {
    visibility: hidden;
    outline: none;
}

img {
    max-width: 100%;
}

/*.lazyload, .lazyloading {
    opacity: 0;
    outline: none;
}

.lazyloaded {
    opacity: 1;
}*/

.noscroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

/*.addpadding {
    padding-top: 35px;
    padding-bottom: 35px;
}*/

.addpaddingtop {
    padding-top: 35px;
}

.addpaddingbottom {
    padding-bottom: 35px;
}

.addpaddingbottomsml {
    padding-bottom: 25px;
}


.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.container-fluid {
    padding-left: 5%;
    padding-right: 5%;

}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 10%;
        padding-right: 10%;
    }
}

    .container.centre .row .col-lg-8, .container.centre .row .col-lg-7, .container.centre .row .col-md-6, .container.centre .row .col-lg-4 {
        align-content: center;
    }

    .container.start .row .col-lg-8, .container.start .row .col-lg-7, .container.start .row .col-md-6, .container.start .row .col-lg-4 {
        align-content: start;
    }

    iframe {
        width: 100%;
    }

    /*Nav*/

    .nav-container {
        position: absolute;
        width: 100%;
        z-index: 100;
        padding: 5px 3% 5px 5%;
    }

    .navbar {
        padding: 1% 1% 0 5%;
        background-color: transparent;
        color: white;
    }

    .navbar-brand {
        padding: 0;
        margin: 0;
    }

    .logo {
        width: 85px;
        height: 85px;
        transition: all 0.2s ease-in-out;
    }

        .logo:hover {
            scale: 1.1;
            transform: rotate(360deg);
        }

    .nav-link {
        position: relative;
        font-size: large;
        color: #ffffff;
        font-weight: 500;
        margin-right: 15px;
        transition: all 0.3s ease;
    }

        .nav-link:hover {
            color: var(--white);
        }

        .nav-link:focus {
            color: #ffffff;
        }

    .is-active .nav-link, .is-active .dropdown-toggle.nav-link:before {
        color: var(--GEH-Pink) !important;
    }

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: var(--white);
    }

    .dropdown-toggle::after {
        margin-left: 0;
        vertical-align: 0;
        content: "";
        border: none;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 1.2rem;
    }

    .navbar-expand-lg .navbar-nav {
        color: var(--GEH-Pink);
    }

        .navbar-expand-lg .navbar-nav .dropdown-toggle.nav-link:before {
            position: absolute;
            content: '\f004';
            font-size: 0.66667rem;
            font-family: "gcicons";
            color: rgba(0, 0, 0, 0.5);
            color: white;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            font-weight: 900;
        }

    .dropdown-menu {
        display: block;
        top: 90px !important;
        border-radius: 15px;
        transition: all 0.3s ease;
        box-shadow: 0 0 30px rgba(41, 41, 59, 0.1);
        opacity: 0;
        visibility: hidden;
        padding: 0;
    }

    .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-family: var(--Header-Font);
        padding: 7.5px 18.5px;
        transition: all 0.3s ease;
    }

.nav-item.dropdown .dropdown-menu li, .nav-item.dropdown .dropdown-menu a {
    border-bottom: 1px solid var(--GEH-Light-Grey);
}

    .nav-item.dropdown .dropdown-menu li:last-child, .nav-item.dropdown .dropdown-menu a:last-child {
        border-bottom: 0;
    }

    .dropdown-menu .dropdown-item:hover {
        background: none;
        color: var(--GEH-Pink);
    }

    .dropdown:hover .dropdown-menu {
        top: 60px !important;
        opacity: 1;
        border-radius: 15px;
        visibility: visible;
    }

    .dropdown:last-child .dropdown-menu {
        left: -80px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: right;
    }

    @media screen and (max-width: 1167px) {
        .dropdown:nth-last-child(-n+2) .dropdown-menu {
            left: -80px;
        }
    }

@media screen and (max-width: 1080px) {
    .nav-item.dropdown .dropdown-menu .dropdown-item {
        white-space: wrap;
    }
}

    @media screen and (max-width: 991px) {

        .nav-container {
            padding: 2% 5% 0 5%;
            overflow: hidden;
        }

        .navbar-toggler {
            border: 1px solid #dee2e6;
            z-index: 100;
            color: white;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: column;
            justify-content: left;
            margin-bottom: 30px;
            width: 100%;
        }

        .navbar-expand-lg .navbar-collapse {
            justify-items: flex-start;
            width: 100%;
        }

        .navbar-nav .dropdown-menu, .navbar-nav .dropdown-menu.dropdown-menu.multi-column-menu {
            position: unset !important;
            display: block;
            border: none;
            box-shadow: none;
            opacity: 1;
            visibility: visible;
            padding: 0;
        }

        .dropdown-menu.dropdown-menu.multi-column-menu {
            transform: none;
        }

            .dropdown-menu.dropdown-menu.multi-column-menu .menu-columns {
                flex-wrap: wrap;
            }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding: 0;
            margin: 20px 0 0 0;
        }

        .nav-item.dropdown .dropdown-menu .dropdown-item {
            padding-left: 20px;
        }

        .navbar-expand-lg .navbar-nav .dropdown-toggle.nav-link:before {
            display: none;
        }

        .nav-link::after, .nav-link:hover::after {
            display: none;
        }

        .navbar-nav::before {
            content: "";
            position: absolute;
            top: -10%;
            left: 50%;
            transform: translateX(-50%);
            width: 120%;
            height: 120%;
            background-color: rgba(1, 64, 46, 0.8);
            z-index: 0;
        }

        .dropdown {
            width: 100%;
        }
    }

    @media (max-width: 767px) {
        .nav-link::after {
            display: none;
            background-color: transparent;
        }

        .is-active .nav-link::after {
            background-color: transparent;
        }
    }

    @media (min-width: 576px) {
        .dropdown:hover > .dropdown-menu {
            display: block;
            margin-top: 0;
        }
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav,
    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: white;
    }

    .navbar-dark .navbar-toggler {
        border: 1px solid #dee2e6;
        z-index: 100;
    }

    .gcicon-menu {
        color: white;
    }

        .gcicon-menu::before {
            font-size: 20px;
        }

    .navbar-toggler-icon {
        display: none;
        visibility: hidden;
    }

    @media (min-width: 576px) {
        .dropdown:hover > .dropdown-menu {
            display: block;
            margin-top: 0;
        }
    }

    @media only screen and (max-width: 426px) {
        .navbar-expand-lg .navbar-nav .nav-link, .nav-item.dropdown .dropdown-menu .dropdown-item {
            font-size: 6vw;
            line-height: 180%;
            padding: 5% 20px;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            font-weight: 800;
        }

        /*        .nav-item.dropdown .dropdown-menu .dropdown-item {
            font-weight: 500;
        }*/
    }

    /*FOOTER*/

    .outer {
        position: relative;
        width: 100%;
        height: auto;
        padding: 50px 0;
        background-color: var(--GEH-Green);
    }

    .footerContainer {
        position: relative;
        margin: 0 auto;
        max-width: 1440px;
        padding: 0 5%;
        z-index: 1;
    }

    .sectionFooterContainer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-rows: minmax(100px, auto);
        grid-gap: 1.5em;
        align-items: stretch;
        padding: 0 0 1.5em 0;
        color: var(--GEH-Dark-Green);
    }

    .footerContent1, .footerContent2 {
        padding-right: 1.5em;
    }

    .footerContent4 {
        justify-self: end;
    }

    .sectionFooterContainer p {
        font-size: 16px;
        line-height: 24px;
        color: var(--GEH-Dark-Green);
    }

    .sectionFooterContainer a {
        text-decoration: none;
        color: var(--GEH-Dark-Green);
    }

    .sectionFooterContainer h3, .footerLogosContainer h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 800;
        color: var(--GEH-Dark-Green);
        margin: 0 0 30px;
    }

    .footerContentMargin {
        margin: 0 0 8px 0;
    }

    .hoverStyle {
        color: var(--GEH-Dark-Green);
        opacity: 1;
        transition: all 0.2s ease-out;
    }

        .hoverStyle:hover {
            color: var(--GEH-Dark-Green);
            opacity: 0.6;
        }

    .brandLogo {
        width: 85px;
        height: 85px;
        transition: all 0.2s ease-in-out;
    }

        .brandLogo:hover {
            scale: 1.1;
            transform: rotate(360deg);
        }

    .footerLogosContainer {
        border-top: solid 1px var(--GEH-Dark-Green);
        padding: 1.5em 0;
    }

    .footerLogos {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .footerBottomContainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        grid-gap: 5em;
        align-items: center;
        border-top: solid 1px var(--GEH-Dark-Green);
        padding: 10px 0 0 0;
    }

    .footerLogo {
        height: 50px;
        width: auto;
    }

    .regInfo {
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 10px;
        font-size: 12px;
        text-align: left;
        color: var(--GEH-Dark-Green);
    }

        .regInfo p {
            margin: 0;
        }

    .footerSocials {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 20px;
        color: var(--GEH-Dark-Green);
    }

    .icons {
        display: block;
        height: 18px;
        width: auto;
    }

    @media screen and (max-width: 1251px) {
        .sectionFooterContainer {
            grid-template-columns: repeat(2, 1fr) !important;
            grid-gap: 1.5em !important;
        }

        .footerContent2 {
            border-right: none !important;
            padding-right: 0 !important;
        }

        .footerContent1, .footerContent3 {
            border-right: solid 1px var(--GEH-Dark-Green);
            padding-right: 1.5em;
        }

        .footerContent4 {
            justify-self: start;
        }
    }

    @media screen and (max-width: 991px) {

        .footerBottomContainer {
            align-items: start;
        }
    }

    @media screen and (max-width: 768px) {

        .sectionFooterContainer {
            grid-template-columns: 1fr !important;
        }

        .footerContent1, .footerContent3 {
            border-right: none !important;
            padding-right: 0 !important;
        }

        .footerContent1, .footerContent2, .footerContent3 {
            border-bottom: solid 1px var(--GEH-Dark-Green) !important;
            padding-bottom: 1.5em !important;
        }

        .footerBottomContainer {
            grid-template-columns: 4fr 2fr;
            grid-gap: 0.5em;
        }

        .footerContent4 {
            align-self: center;
        }
    }

    @media screen and (max-width: 425px) {
        .brandLogo {
            width: 50%;
            height: auto;
        }

        .footerBottomContainer {
            grid-template-columns: 1fr;
        }

        .footerSocials {
            justify-content: flex-start;
        }
    }

    /*End Footer*/

    .scroll-to-up {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        position: fixed;
        bottom: 15px;
        right: 20px;
        cursor: pointer;
        visibility: hidden;
        z-index: 5000;
        padding: 5px 10px;
        background-color: #38bbc9;
        color: #fff;
    }

        .scroll-to-up .visible {
            visibility: visible;
        }

        .scroll-to-up:hover {
            background: #9ad3db;
            color: #fff;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }



    /*BUTTONS*/

    /*New button styles*/
    .gEBtn-primary, .gEBtn-primary:focus, .gEBtn-white, .gEBtn-white:focus, .gEBtn-green, .gEBtn-green:focus {
        display: block;
        border-radius: 50px;
        text-align: center;
        cursor: pointer;
        padding: 20px 40px;
        width: fit-content;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none !important;
        color: var(--GEH-Dark-Green);
        scale: 1;
        transition: all 0.2s ease-in-out;
    }

        .gEBtn-primary.eventBtn {
            padding: 20px;
            width: 100%;
        }

        .gEBtn-primary, .gEBtn-primary:focus, .gEBtn-green, .gEBtn-green:focus {
            border: 2px solid var(--GEH-Green);
            background-color: var(--GEH-Green);
        }

            .gEBtn-primary:first-child:active, .gEBtn-green:first-child:active {
                border: 2px solid var(--GEH-Green);
                background-color: var(--GEH-Green);
                color: var(--GEH-Dark-Green);
            }

            .gEBtn-primary:focus-visible, .gEBtn-green:focus-visible {
                box-shadow: none;
            }

            .gEBtn-primary:disabled, .gEBtn-green:disabled {
                border: 2px solid var(--GEH-Green);
                background-color: var(--GEH-Green);
                color: var(--GEH-Dark-Green);
                font-weight: bold;
            }

            .gEBtn-primary:hover, .gEBtn-green:hover {
                background: transparent;
                border: 2px solid var(--GEH-Green);
                color: var(--GEH-Dark-Green);
                scale: 1.1;
            }

            .gEBtn-green:hover {
                background: transparent;
                border: 2px solid var(--GEH-Green);
                color: var(--white);
                scale: 1.1;
            }

        .gEBtn-white, .gEBtn-white:focus {
            border: 2px solid var(--white);
            background-color: var(--white);
        }

            .gEBtn-white:hover {
                background: transparent;
                border: 2px solid var(--white);
                color: var(--white);
                scale: 1.1;
            }

    .DarkGreenOutline, .DarkGreenOutline:focus {
        display: block;
        border-radius: 50px;
        text-align: center;
        cursor: pointer;
        padding: 20px 40px;
        width: auto;
        font-size: 18px;
        font-weight: bold;
        border: 2px solid var(--GEH-Dark-Green);
        background-color: transparent;
        color: var(--GEH-Dark-Green);
        scale: 1;
        transition: all 0.2s ease-in-out;
    }

        .DarkGreenOutline:first-child:active {
            border: 2px solid var(--GEH-Dark-Green);
            background-color: transparent;
            color: var(--GEH-Dark-Green);
        }

        .DarkGreenOutline:focus-visible {
            box-shadow: none;
        }

        .DarkGreenOutline:disabled {
            border: 2px solid var(--GEH-Dark-Green);
            background-color: transparent;
            color: var(--GEH-Dark-Green);
            font-weight: bold;
        }

        .DarkGreenOutline:hover {
            border: 2px solid var(--GEH-Dark-Green);
            background-color: transparent;
            color: var(--GEH-Dark-Green);
            opacity: 0.7;
            scale: 1.1;
        }
    /*End new button styles*/

    .btn {
        font-family: var(--header-font);
        border-radius: 30px;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        text-transform: none;
    }

    .btn-primary {
        color: #02be7c;
        background-color: transparent;
        border: 1px solid #02be7c;
    }

        .btn-primary.lge {
            padding: 0.9rem 1.75rem;
        }

        .btn-primary:hover {
            color: #ffffff;
            background-color: #02be7c;
            border-color: #02be7c;
        }

        .btn-check:focus + .btn-primary, .btn-primary:focus {
            color: #ffffff;
            background-color: #02be7c;
            border-color: #02be7c;
            box-shadow: none;
        }

        .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
            color: #ffffff;
            background-color: #02be7c;
            border-color: #02be7c;
        }

            .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
                box-shadow: none;
            }

        .btn-primary:disabled, .btn-primary.disabled {
            color: #02be7c;
            background-color: #efefef;
            border-color: #efefef;
        }


    .btn-secondary {
        color: #ffffff;
        background-color: transparent;
        border: 1px solid #ffffff;
    }

        .btn-secondary:hover {
            color: #01402e;
            background-color: #ffffff;
            border-color: #ffffff;
        }

        .btn-check:focus + .btn-secondary, .btn-secondary:focus {
            color: #02be7c;
            background-color: #ffffff;
            border-color: #ffffff;
            box-shadow: none;
        }

        .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
            color: #02be7c;
            background-color: #ffffff;
            border-color: #ffffff;
        }

            .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
                box-shadow: none;
            }

        .btn-secondary:disabled, .btn-secondary.disabled {
            color: #02be7c;
            background-color: #ffffff;
            border-color: #ffffff;
        }


    /*LISTS*/
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .page-text ul, .tab-content ul, .accordion-contents ul, .links-list ul, .card-body ul {
        list-style-type: none;
        padding-left: 0;
        margin-top: 3px;
        padding-top: 6px;
        margin-bottom: 15px;
    }

        .page-text ul li, .tab-content ul li, .accordion-contents ul li, .links-list ul li, .card-body ul li {
            line-height: 1.5rem;
            position: relative;
            padding-left: 20px;
            margin-bottom: 10px;
            padding-top: 1px;
        }

            .page-text ul li:before, .tab-content ul li:before, .accordion-contents ul li:before, .card-body ul li:before {
                position: absolute;
                top: .5px;
                left: 0;
                font-family: 'gcicons';
                content: "\e813";
                font-size: 10px;
                color: #02be7c;
            }

            .links-list ul li:before {
                position: absolute;
                top: 5.5px;
                left: 0;
                font-family: 'gcicons';
                content: "\e803";
                border-radius: 50%;
                width: 15px;
                height: 15px;
                padding: 0 5px 0 0;
                line-height: 15px;
            }

    @media only screen and (max-width: 768px) {
        .page-text {
            width: 100% !important;
        }
    }

    /*SOCIAL ICONS */
    .social a {
        line-height: 2.53333rem;
        width: 2.53333rem;
        display: inline-block;
        text-align: center;
        -webkit-border-radius: 33.33333rem;
        border-radius: 33.33333rem;
        color: #fff !important;
    }

        .social a:hover {
            color: #fff !important;
            opacity: .8;
        }

        .social a:hover {
            color: #fff !important;
            opacity: .8;
        }

        .social a.facebook {
            background: #576fa4;
        }

        .social a.twitter {
            background: #26bbef;
        }

        .social a.linkedin {
            background: #0072b1;
        }

        .social a.youtube {
            background: #e6252d;
        }

        .social a.instagram {
            background: rgb(239,122,53);
            background: linear-gradient(90deg, rgba(239,122,53,1) 0%, rgba(226,54,99,1) 38%, rgba(148,54,188,1) 71%);
        }

        .social a.pinterest {
            background: #e71a21;
            color: #fff;
        }

    .social ul.text-center, .social ul.text-start, .social ul.text-end {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .social ul.text-start {
        justify-content: start;
    }

    .social ul.text-center {
        justify-content: center;
    }

    .social ul.text-end {
        justify-content: end;
    }

    .social ul li:last-child {
        margin-right: 0;
    }


    /*PAGER*/
    .pager {
        padding: 30px;
        text-align: center;
        list-style: none;
    }

        .pager li {
            display: inline;
            padding-left: 0;
        }

            .pager li:before {
                display: none !important;
            }


            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                color: #01402e;
            }

            .pager li > a, .pager li > span {
                display: inline-block;
                padding: 5px 14px;
                background-color: #ffffff;
                border: 1px solid #02be7c;
                border-radius: 0;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
                margin: 2px;
                color: #02be7c;
                text-decoration: none;
            }

        .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
            color: #ffffff;
            background: #02be7c;
            border: 1px solid #02be7c;
            cursor: not-allowed;
        }





    .custom-control-input {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

        .custom-control-input:checked ~ .custom-control-label::before {
            color: #fff;
            border-color: #007bff;
            background-color: #007bff
        }

        .custom-control-input:focus ~ .custom-control-label::before {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
            border-color: #80bdff
        }

        .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
            color: #fff;
            background-color: #b3d7ff;
            border-color: #b3d7ff
        }

        .custom-control-input:disabled ~ .custom-control-label {
            color: #6c757d
        }

            .custom-control-input:disabled ~ .custom-control-label::before {
                background-color: #e9ecef
            }

    .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top
    }

        .custom-control-label::before {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            pointer-events: none;
            content: "";
            background-color: #fff;
            border: #adb5bd solid 1px
        }

        .custom-control-label::after {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
            background: no-repeat 50%/50% 50%
        }

    .custom-checkbox .custom-control-label::before {
        border-radius: .25rem
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
    }

    .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
        border-color: #007bff;
        background-color: #007bff
    }

    .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
    }

    .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
        background-color: rgba(0,123,255,.5)
    }

    .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
        background-color: rgba(0,123,255,.5)
    }

    .custom-radio .custom-control-label::before {
        border-radius: 50%
    }

    .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
    }

    .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
        background-color: rgba(0,123,255,.5)
    }

    .checkbox-outline-primary .custom-control-label:before {
        border: 1px solid #ccc;
    }

    .checkbox-outline-primary .custom-control-input:checked ~ .custom-control-label::before {
        border: 1px solid #ccc;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: none;
    }

    .form-control {
        box-shadow: none;
        border-radius: 0;
        resize: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        font-family: ProximaNovaBold,sans-serif,sans-serif;
    }

    .form-margin {
        margin-bottom: 15px;
    }

    .form-control:focus {
        outline: 0;
        box-shadow: none;
        border-color: #1e2e51;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-moz-placeholder {
        color: #999;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control:-moz-placeholder {
        color: #999;
    }

    .input-group-light .form-control {
        border-radius: 3px !important;
    }

    .input-group-light span {
        position: absolute;
        top: 4px;
        z-index: 10;
        font-size: 1.2rem;
    }

        .input-group-light span.icon-left {
            left: 0;
        }

            .input-group-light span.icon-left + .form-control {
                padding-left: 3rem;
            }

    .custom-checkbox {
        margin-bottom: 15px;
    }

        .custom-checkbox:last-child {
            margin-bottom: 0;
        }

        .custom-checkbox .custom-control-label {
            min-width: 6.66667rem;
            padding-left: 2.33333rem;
            position: relative;
        }

            .custom-checkbox .custom-control-label::before {
                box-shadow: none;
                width: 1.46667rem;
                height: 1.46667rem;
                border-radius: 2px;
                top: 0;
                left: 0;
            }

            .custom-checkbox .custom-control-label::after {
                width: 1.4rem;
                height: 1.4rem;
                top: 0;
            }

        .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
            background-image: none;
            content: "\e801";
            font-family: "gcicons";
            left: 0;
            font-size: 0.86667rem;
            text-align: center;
            top: 2px;
            font-weight: 900;
        }

    .checkbox-outline .custom-control-label:before {
        background: none;
    }

    .checkbox-outline .custom-control-input:checked ~ .custom-control-label::before {
        background: none;
    }

    .checkbox-outline .custom-control-input:checked ~ .custom-control-label::after {
        background-image: none;
        content: "\e801";
        font-family: "gcicons";
        left: 0;
        font-size: 0.86667rem;
        text-align: center;
        top: -2px;
        font-weight: 900;
    }

    select.form-control {
        min-height: 3rem;
        color: #999;
    }

    .select-basic {
        position: relative;
    }

        .select-basic select {
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

        .select-basic:before {
            position: absolute;
            content: "\f004";
            right: 1rem;
            font-size: 0.8rem;
            top: 50%;
            transform: translateY(-50%);
            font-family: "gcicons";
            font-weight: 900;
        }

    select[multiple]::-webkit-scrollbar-track {
        background-color: rgba(32, 36, 40, 0.05);
    }

    select[multiple]::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }

    select[multiple]::-webkit-scrollbar-thumb {
        background-color: #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }


    textarea.form-control {
        padding-top: 1rem;
    }

    .input-validation-error {
        border: 1px solid #990000;
    }

    .field-validation-error {
        color: #990000;
        font-size: 12px;
    }

    /* Custom form Styles*/

    .form-control.customFormStyle {
        box-shadow: none;
        border-radius: 0;
        resize: none;
        background: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid white;
        color: white !important;
        -moz-appearance: none;
        -webkit-appearance: none;
        transition: all 0.3s ease-in-out;
    }

        .form-control.customFormStyle > label {
            color: var(--white) !important;
            opacity: 0.6 !important;
        }

        .form-control.customFormStyle:focus {
            outline: 0;
            box-shadow: none;
            border-color: var(--GEH-Pink);
            background: transparent;
        }

    .form-floating > .form-control.customFormStyle:focus ~ label::after {
        background-color: transparent !important;
    }

    .form-floating.customFormStyle label {
        color: var(--white) !important;
    }

    .form-floating > .form-control.customFormStyle {
        background-color: transparent !important;
    }

        .form-floating > .form-control.customFormStyle:not(:placeholder-shown) ~ label::after {
            background-color: transparent !important;
        }

        .form-floating > .form-control.customFormStyle:not(:placeholder-shown), .form-floating > .form-control.customFormStyle:focus {
            padding-top: 3.5rem !important;
            padding-bottom: 1.5rem !important;
        }

            .form-floating > .form-control.customFormStyle:not(:placeholder-shown) ~ label, .form-floating > .form-control.customFormStyle:focus ~ label {
                opacity: 0.6 !important;
            }

    #contactForm-submit.customFormStyle {
        margin-top: 20px;
    }

    /* End Custom form Styles*/
    .twitter-list i {
        color: #26bbef;
        margin-right: 3px;
    }

    .twitter-feed i {
        color: #26bbef;
        display: block;
        font-size: 22px;
    }

    .tweet {
        margin-bottom: 15px;
    }

    .banner-page-title {
        padding-top: 50px;
        padding-bottom: 36.5px;
        background-image: url('../Images/GE-Banner.png');
        background-position: right;
        background-repeat: no-repeat;
        height: 200px;
    }

        .banner-page-title h1 {
            color: #000000;
            font-weight: 900;
            letter-spacing: calc(.1rem + .5vw);
            font-size: calc(1.375rem + 1.5vw);
            margin-bottom: 0;
            opacity: .7;
            text-shadow: 1px 1px grey;
        }

        .banner-page-title .banner-page-title-subtext {
            color: #ffffff;
            width: 100%;
            font-size: calc(0.7rem + 1vw);
            text-shadow: 1px 1px #808080;
            opacity: 0.9;
            letter-spacing: 0.05rem;
            line-height: 25px;
        }

        .banner-page-title .container-fluid {
            position: relative;
        }

        .banner-page-title .container {
            position: relative;
        }

    .banner-page-title-line {
        content: "";
        position: absolute;
        left: 0;
        height: 33px;
        width: 8px;
        background-color: #eb5ed4;
        top: 7px;
        color: #ffffff;
    }

    @media screen and (min-width: 1200px) {
        .banner-page-title .banner-page-title-subtext {
            font-size: 1.6rem;
        }

        .banner-page-title h1 {
            font-size: 2.5rem;
        }
    }

    @media screen and (max-width: 991px) {
        .banner-page-title {
            padding-top: 40px;
        }

        .banner-page-title-line {
            height: 30px;
        }
    }

    @media only screen and (max-width: 768px) {
        .banner-page-title {
            padding-top: 30px;
        }

        .banner-page-title-line {
            height: 24px;
            width: 6px;
            top: 6px;
            left: calc(5% - 9px);
            color: #ffffff;
        }
    }

    @media only screen and (max-width: 425px) {
        .banner-page-title {
            padding-top: 20px;
        }

            .banner-page-title h1 {
                letter-spacing: calc(0.05rem + 1vw);
            }

            .banner-page-title .banner-page-title-subtext {
                letter-spacing: 0.02rem;
            }

        .banner-page-title-line {
            height: 22px;
            width: 5px;
            top: 5px;
            left: calc(5% - 8px);
            color: #ffffff;
        }
    }

    .field-validation-valid.error {
        background: #ff4c3a;
        color: white;
        border-radius: 3px;
        margin-top: 5px;
        padding: 0 5px 0 5px;
        display: block;
        width: 100%;
        font: 12px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .field-validation-error:empty {
        display: none;
    }


    .webimage, .webimage.overlay {
        position: relative;
        overflow: hidden;
    }

    /*.webimage.overlay:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url('../Images/bg-footer-doughnut.png');
        background-size: 250px auto;
        background-repeat: no-repeat;
        background-position: top left;
        transform: rotate(180deg);
    }*/

    .centreContainer {
        display: flex;
        justify-content: center;
    }

    .centreImage {
        margin: 0 auto;
    }

    .webimage.borderRadius {
        border-radius: 15px;
    }

    .webimage.circleMask {
        border-radius: 50%;
        height: 470px;
        width: 470px !important;
        transition: all 0.3s ease-in-out;
    }

        .webimage.circleMask img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            height: 100%;
            width: auto !important;
        }

    .no-overlay {
        display: none;
        visibility: hidden;
    }

    /*Circle mask responsive styles*/

    @media screen and (max-width: 1200px) {

        .webimage.circleMask {
            width: 450px !important;
            height: 450px !important;
        }
    }

    @media only screen and (max-width: 1024px) {

        .webimage.circleMask {
            width: 350px !important;
            height: 350px !important;
        }
    }

    @media only screen and (max-width: 991px) {

        .webimage.circleMask {
            width: 300px !important;
            height: 300px !important;
        }

        .webimage {
            margin: 5%
        }

        .centreImage {
            justify-items: flex-start;
        }
    }

    @media only screen and (max-width: 426px) {

        .webimage.circleMask {
            width: 250px !important;
            height: 250px !important;
        }

        .webimage {
            width: 100% !important;
        }
    }

    @media only screen and (max-width: 321px) {

        .webimage.circleMask {
            width: 200px !important;
            height: 200px !important;
        }
    }
    /*End circle mask responsive styles*/

    img {
        max-width: fit-content;
        vertical-align: middle;
    }

    .col-5 {
        width: 20%;
    }

    .col-3 {
        /*float: left;*/
        width: 33.33%;
        padding-top: 50px;
        padding-right: 30px;
        padding-bottom: 50px;
        padding-left: 150px;
        /*padding-right: 50px;
    padding-left:50px;*/
        /*height: 300px;*/
    }

    hr.baseLine {
        border: 1px;
        color: #02be7c;
        opacity: 1;
        height: 10px;
        border-radius: 5px;
    }

    .img-center {
        text-align: center;
    }


    /* SB updates */
    #contact-form .form-control {
        border: 2px solid #000000;
        min-height: 50px;
    }

    #contactForm-submit {
        top: unset;
        bottom: unset;
        left: unset;
        display: block;
        position: unset;
        margin-left: unset;
    }

    .form-margin label {
        font-weight: bold;
    }

    .btn-green {
        color: #02be7c;
        background-color: transparent;
        border: 1px solid #02be7c;
    }

        .btn-green:hover, .btn-green:focus {
            color: #ffffff;
            background-color: #02be7c;
            border: 1px solid #02be7c;
        }

    .btn-dark-green {
        color: #01402e;
        background-color: transparent;
        border: 1px solid #01402e;
    }

        .btn-dark-green:hover, .btn-dark-green:focus {
            color: #ffffff;
            background-color: #01402e;
            border: 1px solid #01402e;
        }


    .field-validation-error {
        color: red;
        font-size: 80%;
        display: block;
    }

    .required {
        color: red;
    }

    video {
        width: 100%;
    }

    /* Event Tabs */
    .EventsTabs {
        width: 300px;
        margin: auto;
        padding: 0 0 2% 0;
    }

        .EventsTabs .nav {
            /*display: inline-flex;*/
        }

            .EventsTabs .nav.nav-underline {
                --bs-nav-underline-link-active-color: var(--GEH-Green);
                --bs-nav-underline-border-width: 0.5rem;
                --bs-nav-underline-gap: 2px;
            }

        .EventsTabs .nav-link {
            /*    color: #adadad;*/
            --bs-nav-link-font-size: 1.3rem;
            transition: all 0.4s ease;
        }

        .EventsTabs .nav-underline .nav-link {
            color: #000000;
            border-bottom-color: #F5F5F5;
        }

            .EventsTabs .nav-underline .nav-link.active {
                color: var(--GEH-Green);
                border-bottom-color: var(--GEH-Green);
            }

        .EventsTabs .nav-link:hover {
            color: var(--GEH-Green);
            /*--bs-nav-link-font-size: 1.5rem;*/
            /*font-weight:500 !important;*/
        }

        .EventsTabs .nav-link::after {
            display: none;
            visibility: hidden;
        }

    @media only screen and (max-width: 768px) {
        .EventsTabs, .EventsTabs .nav {
            width: 100%;
            margin: 0;
            gap: 10px;
        }

            .EventsTabs .nav .nav-item {
                display: flex;
                flex-wrap: wrap;
                width: 100%;
            }

                .EventsTabs .nav .nav-item .nav-link {
                    margin: 0;
                }
    }

    @media only screen and (max-width: 324px) {
        .EventsTabs .nav .nav-item {
            flex-basis: auto;
        }
    }
    /* button */
    /*.Member, .Member:focus {
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    padding: 20px 40px;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid var(--GEH-Green);
    background-color: var(--GEH-Green);
    color: var(--GEH-Dark-Green);
    transition: all 0.2s ease-in-out;
}*/

    @media only screen and (max-width: 768px) {
        .banner-page-title h1,
        .banner-page-title .banner-page-title-subtext {
            margin-left: 20px;
        }
    }


    .levelling-up {
        float: right;
    }

        .levelling-up img,
        .funded-by-uk-gov img {
            max-width: 100%;
            height: 50px;
        }

    @media only screen and (max-width: 768px) {
        .funded-by-uk-gov {
            padding-top: 10px;
            text-align: center;
        }

            .funded-by-uk-gov img {
                height: 70px;
            }

        .levelling-up {
            float: none;
            padding-top: 10px;
            text-align: center;
        }

            .levelling-up img {
                height: 70px;
            }
    }

    @supports (-webkit-touch-callout: none) {
        /* CSS specific to iOS devices */
        .funded-by-uk-gov img {
            height: unset;
        }

        .levelling-up img {
            height: unset;
        }
    }

    /*Wave mask styles*/

    .waveMask {
        position: relative;
    }

        .waveMask::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 175px;
            bottom: 0;
            -webkit-mask-image: url('/images/masks/wave-masks/wave-mask-1440.svg');
            mask-image: url('/images/masks/wave-masks/wave-mask-1440.svg');
            mask-repeat: no-repeat;
            mask-size: cover;
        }

        .waveMask.white::after {
            background: var(--white);
        }

        .waveMask.green::after {
            background: var(--GEH-Green);
        }

        .waveMask.dark-green::after {
            background: var(--GEH-Dark-Green);
        }

        .waveMask.grey::after {
            background: var(--GEH-Light-Grey);
        }

    /*Wave mask Responsive styles*/
    @media only screen and (max-width: 1024px) {

        .waveMask::after {
            height: 120px;
            -webkit-mask-image: url('/images/masks/wave-masks/wave-mask-1024.svg');
            mask-image: url('/images/masks/wave-masks/wave-mask-1024.svg');
        }
    }

    @media only screen and (max-width: 768px) {

        .waveMask::after {
            height: 90px;
            -webkit-mask-image: url('/images/masks/wave-masks/wave-mask-768.svg');
            mask-image: url('/images/masks/wave-masks/wave-mask-768.svg');
        }
    }

    @media only screen and (max-width: 426px) {

        .waveMask::after {
            height: 42px;
            -webkit-mask-image: url('/images/masks/wave-masks/wave-mask-425.svg');
            mask-image: url('/images/masks/wave-masks/wave-mask-425.svg');
        }
    }

    /*animations*/
    @media (prefers-reduced-motion: no-preference) {
        .img-scale-fade {
            scale: .8;
            opacity: 0;
            animation: fade-in linear forwards;
            animation-timeline: view();
            animation-range: 200px 500px;
        }

        @keyframes fade-in {
            to {
                scale: 1;
                opacity: 1;
            }
        }
    }

.hideElement {
    display: none;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}