/*Global Colouring*/


body {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.4em
}




.termsfeed-com---palette-light .cc-nb-okagree {
  color: #fff;
  background-color: #008400 !important;
}

/*Header*/
header {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    height: 104px;
}

.fix {
    position: sticky;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: 9;
}



    .fix .logo img {
        width: 90px;
        transition: all .3s ease-in-out;
    }

    .fix .logo {
        transition: all .3s ease-in-out;
        top: 10px;
    }



a {
    transition: all 0.4s ease-in-out;
}

    a:hover {
        color: #000
    }

.logo {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 1031;
    display: block;
}

.hover-fade:hover {
    opacity: 0.7;
}

.height-auto {
    height: auto;
}


p {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 1.3rem;
}

.container-narrow li {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 30px;
}

.lh-md {
    line-height: 40px;
}

h1, h2, h3 {
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
    line-height: 45px;
}

h2 {
    margin-top: 35px !important;
    font-size: 2rem;
    line-height: 33px;
}

h3 {
    margin-top: 35px !important;
    font-size: 1.6rem;
    line-height: 33px;
}

h4 {
    margin-top: 35px !important;
    font-size: 1.4rem;
}


h2.fs-1 {
    margin-top: 0px !important;
    line-height: 42px !important;
}

p.fs-1 {
    line-height: 42px !important;
}


.fw-none {
    font-weight: 100 !important;
}

strong, b {
    font-weight: 700;
}

.logo img {
    width: 109px;
    height: auto;
}


.bg-quote {
    background-color: #008400;
    color:#fff;
}


/* Legacy content in the posts */
.blocks-gallery-grid {
    list-style: none; /* Removes bullets */
    margin: 0; /* Removes default margin of UL */
    padding: 0; /* Removes default padding of UL */
}

    .blocks-gallery-grid li {
        margin-bottom: 40px; /* Adds margin-bottom to each list item */
    }

    .blocks-gallery-grid figure {
        margin: 0; /* Removes default margin from figure */
    }

    .blocks-gallery-grid img {
        display: block; /* Ensures no extra space below image */
        margin-bottom: 10px; /* Adds margin between the image and the caption */
    }



/* main navigation*/

.navbar {
    padding: 0;
}

.nav-item a {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 700;
    font-size: 1.1em;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    padding-bottom: 2.3rem;
    padding-top: 2.5rem;
}

    .nav-item a:hover {
        color: #008400 !important;
        transition: all 0.4s ease-in-out;
    }

.nav-bar-padd {
    padding: 0 90px 0 0;
}




.dropdown-menu {
    background-color: #008400;
    border-radius: 0 0 0.3em 0.3em;
    padding: 9px 0 15px 0;
    transition: transform 1s ease-out;
}

    .dropdown-menu li a {
        padding: 6px 20px 6px 20px !important;
        text-transform: none;
        font-size: 1em;
        color: #fff !important;
    }

.nav-item ul li a:hover {
    background-color: unset;
    text-decoration: none;
    color: #cbcbcb !important;
}


/*used for click to activate dropdown */

.dropdown-menu.show {
    display: block;
}




.cool-link {
    display: inline-block;
    text-decoration: none
}

    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #008400;
        transition: width .3s
    }

    .cool-link:hover::after {
        width: 100%;
        transition: width .3s
    }




.icon-rotates {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 1.2em;
    margin-left: 4px;
    color: #008400;
}

    .icon-rotates.rotate {
        -moz-transition: rotate(180deg);
        -webkit-transition: rotate(180deg);
        transition: rotate(180deg);
    }


.show .icon-rotates {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
}

.nav-item-large {
    text-align: center;
    border-left: solid 1px #eceef1;
    padding: 20px 15px;
}

    .nav-item-large i {
        display: block;
        font-size: 1.4em;
    }

    .nav-item-large span {
        font-weight: 500;
        font-size: 0.9em;
    }










.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    padding: 28px 22px 28px 20px;
    font-size: 2.6em;
    z-index: 9;
}

    .navbar-toggler .bar {
        width: 45px;
        height: 5px;
        margin: 6px auto;
        background-color: #008400;
        transition: all 0.2s ease-in-out;
    }

    .navbar-toggler:hover .bar {
        background-color: #000;
    }

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.offcanvas-body .dropdown-menu {
    columns: 1;
    border: none;
    box-shadow: none;
    position: static !important;
    transform: translate(0px, 0px) !important;
    padding: 0;
    border-radius: 0;
}





.offcanvas-body .nav-link {
    transition: all 0.3s linear;
}


.offcanvas-body .nav-item a {
    padding: 13px 20px 13px 20px !important;
    color: #fff !important;
    background-color: #242424;
    border-bottom: solid 1px #3c3c3c
}

.offcanvas-body .dropdown a {
    background-color: #242424;
}


.offcanvas-body .nav-item a:hover {
    background-color: #191919;
}

.offcanvas-body .dropdown a:hover {
    background-color: #191919;
}


#main-navigation-side li {
    list-style-type: none;
}

#main-navigation-side {
    margin: 0;
    padding: 0;
}

.offcanvas-body .fa-angle-down {
    color: #008400
}

.offcanvas-body .nav-item ul li a {
    background-color: #fff;
    border-bottom: solid 1px #e0e0e0;
    color: #000 !important;
}

    .offcanvas-body .nav-item ul li a:hover {
        text-decoration: none;
        background-color: #008400;
        color: #fff !important;
    }

.offcanvas-body {
    padding: 0;
    overflow-y: auto;
    background-color: #1d1d1d;
}

.offcanvas-body-filter, .offcanvas-header-filter {
    background-color: #fff !important;
}

.offcanvas-header {
    background-color: #1d1d1d
}

.offcanvas-body-filter-padd {
    padding: 20px;
}


.offcanvas-header-filter .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


.icon-rotates-side {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 1.3em;
    position: absolute;
    right: 18px;
    top: 15px;
}

    .icon-rotates-side.rotate {
        -moz-transition: rotate(180deg);
        -webkit-transition: rotate(180deg);
        transition: rotate(180deg);
    }



#main-navigation-side .show .icon-rotates-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



header .btn {
    margin: 30px 6px 0 9px;
    padding: 0.2rem 1.4rem;
}



.list-4-col {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}


.btn {
    font-family: 'Ubuntu', sans-serif;
    border-radius: 0.3em;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0.4rem 2.5rem 0.5rem 2.5rem;
    text-transform: uppercase;
    border: solid 2px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out !important;
}

.btn-lg {
    font-size: 0.9em;
    padding: 1rem 1.6rem;
}


.btn-sm {
    font-size: 1em;
    padding: 0.6rem 1.2rem;
}



.btn-primary {
    color: #fff;
    background-color: #008400;
    border-color: #008400;
}

    .btn-primary:hover {
        color: #008400;
        background-color: unset;
        border-color: #008400;
    }

.league-table-button {
    margin-top: 21px;
}

.btn-clean {
    text-decoration: none;
    text-transform: uppercase;
    color: #008400;
    font-weight: 700;
    font-size: 1.1em;
}


.btn-secondary {
    color: #008400;
    background-color: unset;
    border-color: #008400;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #008400;
        border-color: #008400;
    }

.btn-white {
    color: #008400;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover, .btn-white:active {
        color: #fff !important;
        background-color: none;
        border-color: #fff;
    }


.btn-light {
    color: #adadad;
    background-color: #fff;
    border-color: #e4e4e4;
}

.btn-white-outline:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


.btn-fw {
    width: 100%;
}

.multi-grid-row h2, .grey-grad h2 {
    font-weight: 300;
}

.multi-grid-row-blog {
    text-decoration: none;
    display: block;
}

.border {
    border: solid 1px #eeeeee !important;
}

.date {
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 4px 17px;
    display: inline-block;
    font-weight: 300;
}


.multi-grid-row-blog:hover {
    color: #000;
}

.multi-grid-row-blog .blog-name {
    transition: all 0.3s ease-in-out;
}

.multi-grid-row-blog:hover .blog-name {
    color: #008400
}


/*Globals*/
.hover-fade:hover {
    opacity: 0.7;
    transition: opacity 0.6s ease;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.text-white {
    color: #fff !important;
}

.primary {
    color: #008400;
}

.text-white .primary {
    color: #000
}

.container-narrow {
    max-width: 900px;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
}


/*-------------------------------View--------------------------------------------------*/






.list-horizontal li {
    display: inline-block;
}



.link-me {
    text-decoration: underline;
    cursor: pointer;
}

    .link-me:hover {
        text-decoration: none;
    }

.link-me-no-hover {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .link-me-no-hover:hover {
        text-decoration: none;
        color: #88be38
    }

    .link-me-no-hover:after {
        font-family: 'Font Awesome 6 Pro';
        content: '\f061';
        font-size: 1.2rem;
        text-rendering: auto;
        color: #88be38;
        margin-left: 8px;
    }


.socials-alt i {
    font-size: 2.7em;
    padding: 6px;
    margin-bottom: 14px;
    color: #008400;
    transition: all 0.3s ease-in-out;
}


    .socials-alt i:hover {
        color: #000
    }

/*-------------------------------Blog--------------------------------------------------*/



/*-------------------------------Footer--------------------------------------------------*/

footer {
    background-color: #fcfcfc;
    color: #000;
}


    footer .socials i {
        font-size: 2em;
        padding: 6px;
        margin-bottom: 14px;
        opacity: 1;
        color: #008400
    }

        footer .socials i:hover {
            opacity: 0.6;
        }

    footer img:hover {
        opacity: 0.7;
    }

    footer .btn-secondary {
        width: 300px;
    }


    footer tel {
        font-size: 3.8em;
        font-weight: 700;
        line-height: 60px;
    }


        footer tel a {
            text-decoration: none;
            color: #fff
        }


    footer address {
        color: #000;
        text-transform: uppercase;
        font-size: 0.9em;
        margin: 10px 0 10px 0;
    }

        footer address span {
            color: #88be38
        }


    footer ul {
        margin: 0;
        padding: 0;
    }

    footer hr {
        height: 1px;
        margin: 10px 0;
        background: #000;
        background: linear-gradient(94deg,rgba(0,0,0,1) 0%,rgba(205,205,205,1) 80%);
        border: 0;
    }


    footer li {
        text-transform: uppercase;
        color: #000;
        font-weight: 300;
        padding: 5px 0 5px 10px;
        font-size: .7em;
        display: inline-block;
    }

        footer li a {
            text-decoration: none;
        }


        footer li::before {
            font-family: 'Font Awesome 6 Pro';
            content: '\f105';
            text-rendering: auto;
            color: #008400;
            margin-right: 3px;
        }

.bg-grey {
    background-color: #e8e6e6
}

.grey-grad {
    background: #f9f9f9;
    background: linear-gradient(180deg,rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
}

.rule-primary {
    border-top-color: #008400 !important;
    border-top: 4px #008400 solid !important;
}

.rule-white {
    border-top-color: #fff !important;
    border-top: 4px #fff solid !important;
}


.rule-centred {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    text-align: center;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    opacity: 1;
}

.rule-left {
    width: 30%;
    text-align: left;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    opacity: 1;
}

.rule-right {
    width: 30%;
    text-align: right;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    margin-left: auto;
    opacity: 1;
}

.contact-us address {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 35px;
}


.img-trio {
    float: left;
    width: 33.33%;
}

    .img-trio img {
        width: 100%;
        height: auto;
        padding: 2%;
    }

.hero-standard .container-xl {
    max-width: 1500px;
}


.triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #008400;
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    top: 45%;
}

.primary-info-container {
    background-color: #fff;
    border-radius: 0.3em;
    margin-top: -41px;
    height: 390px;
}

    .primary-info-container h2 {
        color: #fff;
        background-color: #000;
        text-transform: uppercase;
        font-size: 1.5em !important;
        border-radius: 0.2em 0.2em 0 0;
        margin: 0;
        padding: 8px;
    }

    .primary-info-container .match-date {
        margin: 0;
        padding: 6px;
        color: #000;
        font-weight: 700;
        font-size: 1em;
        text-transform: uppercase;
        background-color: #f3f3f3
    }

    .primary-info-container .match-time {
        margin: 0;
        padding: 9px;
        color: #000;
        font-weight: 700;
        font-size: 2em;
        text-transform: uppercase;
        background-color: #f3f3f3
    }

.match-time li {
    display: inline-block !important;
    margin-right: 2rem !important;
    margin-left: 2rem !important;
    margin-top: 6px;
    margin-bottom: 5px;
}



.primary-info-container ul {
    margin: 0;
    padding: 0;
}

.primary-info-container li {
    list-style-type: none;
    display: inline;
}

.versus-symbol {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    font-size: 1.5em;
    display: inline-block;
    margin-top: 20px;
}

.score-symbol {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    font-size: 1.5em;
    display: inline-block;
    margin-top: 20px;
}

.match-info {
    display: inline-flex;
}

    .match-info p {
        padding: 0;
        margin: 0;
        font-size: 1.1em;
        font-weight: 700;
        color: #000 !important;
    }


.match-info-list {
    margin: 0;
    padding: 0;
}

    .match-info-list li {
        display: inline;
    }

        .match-info-list li span {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.2em;
        }


.match-info-list-left {
    width: 40%;
    display: inline-block !important;
    text-align: right;
}

.match-info-list-right {
    width: 40%;
    display: inline-block !important;
    text-align: left;
}

.match-info-view-club {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 23px;
    margin-top: 22px !important;
    margin-left: 5px !important;
}

.match-info-view-club-alt {
    margin-top: 19px !important;
}

.match-info-view-scorer {
    font-weight: 400;
    font-size: 1em;
    line-height: 20px;
    margin-left: 5px !important;
}

.match-info-view-score {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 20px;
    margin: 22px 0 0 0;
}

.match-info-view .align-center p {
    font-weight: 700;
    font-size: 2em;
    margin: 0;
    line-height: 35px;
}

.match-info-view p {
    margin: 0;
    font-size: 1.1em;
    padding: 0;
    line-height: 23px;
}

.versus-symbol-tabular {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    font-size: 1.5em;
}

.column-view-logo {
    float: left;
    width: 10%;
}

.column-view-team {
    float: left;
    width: 50%;
}

.column-view-score {
    float: left;
    width: 20%;
    text-align: right;
}

.fixtures-table {
    border: none;
    vertical-align: middle;
    margin-bottom: 0;
}

    .fixtures-table td {
        border: none;
    }

.fixtures-table-highlight td {
    background-color: #008400;
    color: #fff;
    font-weight: 700;
}


.fixtures-table-highlight:hover td {
    background: #008400;
    background: #008400;
    background: #008400
}


.table-fs-standard tr td,
.content-tabular tr td {
    font-size: 1.3em;
    padding: 12px;
}


.fixtures-table td:first-child {
    text-align: right;
    width: 47%
}

.fixtures-table td:last-child {
    width: 47%;
}

.fixtures-table-versus {
    width: 6%;
    text-align: center;
}

.fixture-table-team {
    float: left;
    width: 78%;
    padding: 2%;
}

.fixture-table-logo {
    float: left;
    width: 19%;
    padding: 1%;
}

    .fixture-table-logo img {
        width: 100%;
        height: auto;
    }

.fixture-table-team p {
    margin: 6px 0 0 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
}

.fixtures-table tr:hover td {
    background: #fff;
}

.clear {
    clear: both;
}

.embed-responsive-item-custom {
    height: unset;
}


/* hero globals*/
.hero-xl {
    height: 1200px;
}


.hero-sector {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 900px
}


    .hero-sector p:first-of-type {
        font-size: 5em;
        font-weight: 700;
        line-height: 75px;
    }

.icon-x-x-large {
    font-size: 15em;
}

.margin-box-negative {
    margin-top: -120px;
    z-index: 1;
    background-color: #fff !important;
}

.margin-box-negative-small {
    margin-top: -80px;
    z-index: 1;
    background-color: #fff !important;
}

.margin-box-negative-medium {
    margin-top: -90px;
    z-index: 1;
    background-color: #fff !important;
}
/* homepage specifics*/
.hero-standard {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-small {
    height: 700px;
}

.hero-standard h1 {
    font-size: 2.5em;
}


.hero-standard p:first-of-type {
    font-size: 3.7em;
    font-weight: 700;
    line-height: 65px;
}

.hero-standard span {
    color: #008400
}

.hero-left {
    padding-left: 10px;
}

.logo-hero {
    width: 130px;
}

.intro-margin {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.bg-white {
    background-color: #fff !important;
}

.bg-primary-gradient {
    background: linear-gradient(180deg, rgba(255,255,255,1) 34%, rgba(136,190,56,1) 100%);
}

.bg-primary {
    background-color: #008400 !important;
}

.bg-1899 {
    background-color: #b0cbd6; /* Replace with your desired background color */
}

    .bg-1899 .list-group-item {
        background-color: #b0cbd6; /* Set background for the list items */
    }

.bg-1899-badge {
    background-color: #e09e37;
}

.show-desktop-lg {
    display: block
}

.show-mobile-lg {
    display: none;
}

.bg-primary p, .bg-primary h2, .bg-primary h3 {
    color: #fff;
}

.lozenges-white {
    background-color: #fff;
    border-radius: 1em;
    text-decoration: none;
    display: block;
    padding: 30px;
    margin: 15px 0 15px 0;
    border: solid 2px #fff
}

    .lozenges-white:hover {
        border: solid 2px #88be38;
        color: #2b2b2b
    }

        .lozenges-white:hover i {
            color: #000
        }


    .lozenges-white .btn {
        font-family: 'Ubuntu', sans-serif;
        border-radius: unset;
        font-size: 1.4em;
        font-weight: 300;
        padding: unset;
        text-transform: unset;
        border: unset;
        transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out !important;
    }

    .lozenges-white .btn-primary {
        background-color: unset;
        border: unset;
        color: #000;
        text-decoration: underline;
    }



    .lozenges-white .fa-arrow-right {
        font-size: 0.9em;
        margin-left: 7px;
    }



.arrow-after::after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
    font-size: 1.5rem;
    text-rendering: auto;
    color: #88be38;
    margin-left: 3px;
}


.p-6 {
    padding: 4rem;
}

.p-6-custom, .p-6-custom-base {
    padding: 4rem;
}


.pt-6 {
    padding-top: 6rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

.pb-7 {
    padding-bottom: 7rem;
}




.nutshell .fs-0 {
    font-size: 5rem;
    line-height: 50px;
}

.nutshell .fs-2 {
    font-size: 3rem !important;
    line-height: 30px;
}


.position-relative-custom {
    position: relative;
    height: 390px;
}


.hero-client-stats hr {
    height: 1px;
    margin: 10px 0;
    background: #000;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    border: 0;
}

.hero-client-stats .fs-0 {
    font-size: 7rem !important;
    line-height: 110px !important;
}

    .hero-client-stats .fs-0 span {
        font-size: 5rem;
        color: #000
    }

.word-overlays {
    position: absolute;
    top: 60px;
    left: -5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 4.4em;
    font-weight: 700;
}


.accordion-header button {
    font-size: 1.3rem;
    color: #000;
    font-weight: 700;
    background-color: #eee;
    border-bottom: 3px solid #fff;
}


.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}




.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #88be38
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-body {
    padding: 25px 20px 20px 20px;
}




.table-admission {
    border: 1px solid #e0e0e0;
}






table {
    color: #000;
    background: #fff;
    width: 100%;
    border: 1px solid #e0e0e0;
    font-weight: 300;
}

    table tr th {
        padding: 9px;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fff;
    }

    table tr {
        text-align: left;
        padding-left: 20px
    }

        /*        table tr td:first-child {
            text-align: center;
            padding-left: 20px;
            border-left: 0
        }*/

        table tr td {
            padding: 9px;
            border-bottom: 1px solid #e0e0e0;
            border-left: 1px solid #e0e0e0;
            background: #fff;
        }

        table tr:last-child td {
            border-bottom: 0
        }

        table tr:hover td {
            background: #f2f2f2;
            background: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#f0f0f0));
            background: -moz-linear-gradient(top,#f2f2f2,#f0f0f0)
        }

/* New class for tables with no borders */
.table-no-border {
    border: none !important;
    /*font-size: 1.3em;*/
}

    .table-no-border tr th,
    .table-no-border tr td {
        border: none !important;
        padding: 9px 0px 9px 0px;
        line-height: 28px;
    }


.show-table {
    display: none;
}




.table-admission-col-highlight {
    background: #008400;
    color: #fff;
}




.fixture-list {
    text-decoration: none;
}





.page-link:hover, .paging-on {
    background-color: #008400;
    color: #fff;
}



















@media only screen and (max-width : 1300px) {
    /*---------------Globals-----------------------*/


    .hero-standard p:first-of-type {
        font-size: 2.7em;
        line-height: 50px;
    }

    .hero-left {
        padding-left: 20px;
    }

    .logo-hero {
        width: 110px;
    }

    .hero-left .btn {
        padding: 0.4rem 1.5rem 0.5rem 1.5rem;
    }
}





/*-------------------------------------MOBILE XL-----------------------------*/
@media only screen and (max-width : 1200px) {
    /*---------------Globals-----------------------*/
    .mob-centre-xl {
        text-align: center !important;
    }


        .mob-centre-xl .rule-left {
            margin-left: auto;
            margin-right: auto;
            width: 30%;
            text-align: center;
            border: 0;
            border-top-width: 0px;
            border-top-style: none;
            opacity: 1;
        }

    .primary-info-container {
        margin: 20px;
        height: unset;
    }

    .hero-standard .p-2 {
        padding: 3rem !important;
    }

    .triangle {
        display: none;
    }

    .vanish-desktop-nav {
        display: none;
    }

    .offcanvas .vanish-desktop-nav {
        display: block
    }

    .vanish-table {
        display: none;
    }

    .show-table {
        display: block;
    }

    .league-table-button {
        margin-top: 11px;
        margin-bottom: 14px;
    }
}

/*-------------------------------------MOBILE CUSTOM-----------------------------*/
@media only screen and (max-width : 1150px) {

    .word-overlays {
        font-size: 3.4em;
    }

    .multi-grid-row .p-5 {
        padding: 3rem 1rem 3rem 1rem !important;
    }

    .lozenges-white .btn-primary {
        color: #fff;
        background-color: #88be38;
        border-color: #88be38;
        text-decoration: none;
    }

        .lozenges-white .btn-primary:hover {
            color: #000;
            background-color: unset;
            border-color: #88be38;
        }

    .lozenges-white .fa-arrow-right {
        display: none;
        margin-left: 0;
    }
}


/*-------------------------------------MOBILE LG-----------------------------*/
@media only screen and (max-width : 992px) {

    .match-info-view img {
        width: 60px;
        height: auto;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .intro-margin {
        position: unset;
        margin: 20px;
    }

    .margin-box {
        margin: 20px;
    }

    .p-6-custom {
        padding: 4rem 2rem 1rem 2rem;
    }

    .p-6-custom-base {
        padding: 0 2rem 3rem 2rem;
    }

    .pb-6 {
        padding-bottom: 4rem;
    }

    .google-image {
        width: 40%;
    }


    .position-relative-custom {
        height: unset;
    }


    .word-overlays {
        display: none;
    }

    .logo-hero {
        width: 140px;
        margin-top: 20px;
    }

    .multi-grid-row .p-5 {
        padding: 3rem 1rem 3rem 1rem !important;
    }

    .multi-grid-row {
        margin: 20px;
    }

    .multi-grid-row-alt {
        margin: 10px;
    }

    .lozenges-white .btn {
        font-family: 'Ubuntu', sans-serif;
        border-radius: 2em;
        font-size: 1.1em;
        font-weight: 700;
        padding: 0.4rem 2.5rem 0.5rem 2.5rem;
        text-transform: uppercase;
        border: solid 2px;
        transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out !important;
    }

    .nutshell .fs-0 {
        font-size: 4rem;
        line-height: 50px;
    }

    .nutshell .fs-2 {
        font-size: 2rem !important;
        line-height: 40px;
    }


    /*---------------Globals-----------------------*/
    .mob-centre-lg {
        text-align: center !important;
    }

    /*----------header and nav----------------------*/


    .hero-standard {
        height: unset
    }



    .first-mob-lg {
        -webkit-order: 1;
        order: 1;
    }

    .second-mob-lg {
        -webkit-order: 2;
        order: 2;
    }

    .third-mob-lg {
        -webkit-order: 3;
        order: 3;
    }

    .fourth-mob-lg {
        -webkit-order: 4;
        order: 4;
    }

    .fifth-mob-lg {
        -webkit-order: 5;
        order: 5;
    }

    .sixth-mob-lg {
        -webkit-order: 6;
        order: 6;
    }

    .show-mobile-lg {
        display: block;
    }

    .show-desktop-lg {
        display: none
    }

    .vanish-lg {
        display: none;
    }



    .list-3-col, .list-4-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }


    .margin-box-negative-medium {
        margin-top: 0;
    }

    .margin-box-negative-small {
        margin-top: 30px;
    }


    /*----------Footer----------------------*/



    footer tel {
        font-size: 2.3em;
        font-weight: 700;
        line-height: 40px;
    }

    footer img {
        width: 20%;
        height: auto;
    }

    .rule-right {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        text-align: center;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        opacity: 1;
    }


    .column-view-logo {
        float: left;
        width: 13%;
    }

        .column-view-logo img {
            width: 56px;
            height: auto;
            margin-right: 5px;
        }

    .column-view-team {
        float: left;
        width: 70%;
    }

    .column-view-score {
        float: left;
        width: 17%;
        text-align: right;
    }

    .match-info-view-club {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.4em;
        line-height: 23px;
        margin-top: 0 !important;
    }

    .match-info-view-club-alt {
        margin-top: 6px !important;
    }

    .match-info-view-score {
        font-weight: 700;
        font-size: 1.4em;
        line-height: 20px;
        margin: 10px 0 0 0;
    }
}


/*-------------------------------------MOBILE MD-----------------------------*/
@media only screen and (max-width : 820px) {

    /*---------------Globals-----------------------*/
    .vanish-desktop-nav-buttons {
        display: none;
    }
}


/*-------------------------------------MOBILE MD-----------------------------*/
@media only screen and (max-width : 768px) {

    header {
        height: 95px;
    }

    .logo img {
        width: 90px;
    }

    .logo {
        top: 10px;
    }


    .hero-xl {
        height: unset;
        padding: 30px 0 30px 0;
    }

    /*---------------home specifics-----------------------*/


    .list-4-col, .list-3-col, .list-2-col {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .pagination-lg .page-link {
        padding: 0.5rem 0.7rem !important;
        font-size: 0.8rem !important;
    }


    .list-location-cols {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }



    .vanish-md {
        display: none;
    }

    #how-can-we-help .p-6 {
        padding: 4rem 1rem 4rem 1rem;
    }

    .pb-7 {
        padding-bottom: 3rem;
    }

    .pt-6 {
        padding-top: 3rem;
    }



    .hero-client-stats .fs-0 {
        font-size: 5rem !important;
        line-height: 80px !important;
    }

    .fw-btn {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .contact-us address {
        font-size: 1.2rem;
        line-height: 30px;
    }

    .icon-x-x-large {
        font-size: 9em;
    }
}


.card-text {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 1rem !important;
}


.bg-highlight {
    background-color: #eeeeee;
}


/*-------------------------------------MOBILE SM-----------------------------*/
@media only screen and (max-width : 576px) {

    /*---------------Globals-----------------------*/
    .mob-centre-sm {
        text-align: center !important;
    }
    /*----------List----------------------*/


    .google-image {
        width: 70%;
    }

    .hero-standard p:first-of-type, .hero-sector p:first-of-type {
        font-size: 3em;
        line-height: 50px;
    }

    .hero-standard .p-2 {
        padding: 2rem 1rem 2rem 1rem !important;
    }

        .hero-standard .p-2 .btn {
            width: 100%;
            margin: 5px 0 5px 0 !important;
        }

    .p-6-custom-base {
        padding: 0 1rem 3rem 1rem;
    }

    .multi-grid-row .p-5 {
        padding: 2rem 0rem 3rem 0rem !important;
    }


}



@media only screen and (max-width : 500px) {
    p.fs-1 {
        line-height: 34px !important;
    }
}
