/*Global Colouring*/


body {
    color: #000;
font-family: source-sans-pro, sans-serif; 
    line-height: 1.4em
}





/*Header*/
header {
    background-color:#fafafa;
    height: 117px; position:relative;
}

.fix {
    position: sticky;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: 9;
}

.announcement {background-color:#000; padding:9px; }

.announcement p {padding:0; margin:0; font-size:1em; line-height:22px;}

.badge-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #ff4081;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}



a {
    transition: all 0.4s ease-in-out;
}

    a:hover {
        color: #000
    }

.logo {
    position: absolute;
    left: 0;
    top: 0;
   z-index: 1031;
    display: block;
}
.logo img {
    width: 184px;
    height: auto;  
}

.hover-fade:hover {
    opacity: 0.7;
}

.height-auto {
    height: auto;
}


p {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 1.3rem;
}

.small {line-height:20px;}

.container-narrow li, .col-xl-6 li, .col-xl-4 li {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 28px;
}

.lh-md {
    line-height: 40px;
}

h1 {
    font-weight: 500;
}

h1, h2, h3 {
    font-weight: 400;  font-family: museo, serif;
}

h1 {
    font-size: 2.5rem;
    line-height: 45px;
}

h2 {
    margin-top: 35px !important;
    font-size: 2.2rem;
    line-height: 33px;
}

h3 {
    margin-top: 35px !important;
    font-size: 1.9rem;
    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;
}

.fs-0 {font-size:3rem; line-height:48px; font-weight:400;}

.fw-none {
    font-weight: 100 !important;
}

strong, b {
    font-weight: 700;
}



.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: #333333 !important;
    font-weight: 600;
    font-size: 1.1em;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    padding-bottom: 2.8rem;
    padding-top: 3rem;
}

.nav-item .show {background-color: #f1f1f1;}

    .nav-item a:hover {
        color: #bcd8e3 !important;
        transition: all 0.4s ease-in-out;
    }

.nav-bar-padd {
    padding: 0 90px 0 0;
}




.dropdown-menu {
    background-color: #5c5f66 !important;
    border-radius: 0 0 0.3em 0.3em;
    padding: 9px 0 15px 0;
    transition: transform 1s ease-out; margin-top:0 !important;
}

    .dropdown-menu li a {
        padding: 8px 22px 8px 22px !important;
        text-transform: none;
        font-size: 1.2em;
        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: #bcd8e3;
        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: 1em;
    margin-left: 4px;
    color: #bcd8e3;
}

    .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: #293e42;
}

.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: 37px 22px 32px 20px;
    font-size: 2.6em;
    z-index: 9;
}

    .navbar-toggler .bar {
        width: 45px;
        height: 5px;
        margin: 6px auto;
        background-color: #5c5f66;
        transition: all 0.2s ease-in-out;
    }

    .navbar-toggler:hover .bar {
        background-color: #b6dde4;
    }

.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; font-size:1em !important;
}


.offcanvas-body .nav-item a {
    padding: 13px 20px 13px 20px !important;
    color: #fff !important;
    background-color: #575960;
    border-bottom: solid 1px #6d7076;
   
}

.offcanvas-body .dropdown a {
    background-color: #575960;
}


.offcanvas-body .nav-item a:hover {
    background-color: #b6dde4;
}

.offcanvas-body .dropdown a:hover {
    background-color: #b6dde4;
}


#main-navigation-side li {
    list-style-type: none;
}

#main-navigation-side {
    margin: 0;
    padding: 0;
}

.offcanvas-body .fa-angle-down {
    color: #b6dde4
}

.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: #ededed;
      
    }

.offcanvas-body {
    padding: 0;
    overflow-y: auto;
    background-color: #5c5f66;
}

.offcanvas-body-filter, .offcanvas-header-filter {
    background-color: #fff !important;
}

.offcanvas-header {
    background-color: #5c5f66
}

.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: 40px 6px 0 9px;
    padding: 0.3rem 1.3rem 0.3rem 1.3rem; font-size:0.9em;
}
header .btn i {color:#759b1d}


.list-4-col {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.list-3-col {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

    }

.list-2-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

    }

.museo {  font-family: museo, serif;}


.btn {
font-family: museo, serif;
    border-radius:5em;
    font-size: 1em;
    font-weight: 500;
    padding: 0.4rem 2.5rem 0.4rem 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: #000;
    background-color: #b6dde4;
    border-color: #b6dde4;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #5c5f66;
        border-color: #5c5f66;
    }


.btn-primary-outline {
    color: #000;
    background-color: none;
    border-color: #b6dde4;
}

    .btn-primary-outline:hover {
        color: #fff !important;
        background-color: #5c5f66;
        border-color: #5c5f66;
    }


.map-overlay {position:absolute; left:0; top:30%; padding:30px 30px 30px 30px; z-index:9; border-radius:0 0.5em 0.5em 0;}

.map-overlay p {font-size:1rem; line-height:23px;}


.btn-clean {
    text-decoration: none;
    text-transform: uppercase;
    color: #008400;
    font-weight: 700;
    font-size: 1.1em;
}


.btn-secondary {
    color: #000;
    background-color: unset;
    border-color: #b6dde4;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c5f66;
        border-color: #5c5f66;
    }



.bg-primary .btn-secondary {
    color: #fff;
    background-color: unset;
    border-color: #b6dde4;
}

.bg-primary .btn-secondary:hover {
        color: #293e42;
        background-color: #fff;
        border-color: #fff;
    }


.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover, .btn-white:active {
        color: #000 !important;
        background-color: none;
        border-color: #fff;
    }

    .hero-home-video .btn-white:hover {color:#fff!important
                                      
    }


      .hero-home .btn-white:hover {color:#fff!important
                                      
    }

.btn-light {
    color: #adadad;
    background-color: #fff;
    border-color: #e4e4e4;
}

.btn-white-outline {
    color: #000;
    background-color: none;
    border-color: #fff;
}


.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: #b6dde4
}


/*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: #b6dde4;
}

.secondary {
    color: #b6dde4;
}



.container-narrow {
    max-width: 900px;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
}





.hero-home-video {
    text-align: center;
    height: 1000px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-text-overlay {position:absolute; left:20px; bottom:40px; z-index:5; text-align:left; padding:35px; background-color: rgba(0, 0, 0, 0.3);}


.hero-text-overlay p:first-of-type {font-weight:600;  font-size:2.9em; margin-bottom:1px; line-height:43px;}

.hero-text-overlay p {color:#fff; padding:0; margin:0;}

.header-mini-mobile-nav {display:none;}


video[poster] {
    object-fit: cover;
    width: 100%;
    height: 1000px;
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
 
    opacity: 1;
}


.hero-basic .btn-white:hover, .hero-basic .btn-white-outline {color:#fff !important;}
.hero-basic .btn-white-outline:hover {color:#000 !important;}
.hero-basic {
  display: flex;
  justify-content: center;
  align-items: center;
background-color:#5c5f66
}

.hero-small {height:600px;}

.hero-basic p ,.hero-basic h1,.hero-basic address {color:#fff;}


.hero-basic .btn-secondary {color:#fff;}

/*-------------------------------View--------------------------------------------------*/


.in-page-pricing {position:relative;}

.in-page-pricing li {margin-left:15px;}

.in-page-pricing li::before {
            font-family: 'Font Awesome 6 Pro';
            content: '\f105';
            text-rendering: auto;
            color: #b6dde4;
            margin-right: 3px; font-size:0.8em; position:absolute; left:0;
        }



.list-horizontal li {
    display: inline-block;
}

.link-me-text {
    text-decoration: underline;
    cursor: pointer;
}

.link-me-text:hover {
        text-decoration: none;
    }

.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: #b6dde4
    }

    .link-me-no-hover:after {
        font-family: 'Font Awesome 6 Pro';
        content: '\f061';
        font-size: 1.2rem;
        text-rendering: auto;
        color: #b6dde4;
        margin-left: 8px;
    }


.landing {
    text-decoration: none;
    position: relative;
    color: black;
    display: inline-block;
}

    .landing::after {
        content: '';
        position: absolute;
        bottom: 1px; /* Adjust this value for distance */
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #b6dde4;
        transition: background-color 0.3s ease-in-out;
    }

    .landing:hover::after {
        background-color: transparent;
    }


.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
    }



.intro-column-overlay {
  position: absolute;
  bottom: 40px;
  background-color:#5c5f66;
  left: 0;
  right: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding:35px 20px; border-radius:0.5em;
}

.intro-column-overlay .btn-white:hover {color:#fff !important;}

.intro-column-overlay p {font-weight:500;}

.intro-column-overlay h3 {margin-top:0 !important;}


/*-------------------------------Blog--------------------------------------------------*/



/*-------------------------------Footer--------------------------------------------------*/

footer {
background-color:#5c5f66;
    padding:90px 0 90px 0;
}


    footer .socials i {
        font-size: 2em;
        padding: 6px;
        margin-top: 14px;
        opacity: 1;
        color: #b6dde4
    }

        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;
    }

.logo-footer {height:auto;}
    footer .col-lg-5 li {display:inline;}


        footer tel a {
            text-decoration: none;
            color: #fff
        }
        footer .fs-3 {margin-top:100px !important;}

    footer address {
        color: #fff;
    font-weight:300;
        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 .btn-primary-outline {color:#fff;}

     footer .btn-primary-outline:hover {background-color:#b6dde4; border-color:#b6dde4; color:#000 !important;}


     footer .btn-primary:hover {border-color:#b6dde4;}
    footer li {
      
        color: #fff;
        font-weight: 300;
        padding: 2px 0 2px 10px;
        font-size: .9em;
    list-style-type:none;
    }

     footer li a:hover {color:#898c94}

        footer li a {
            text-decoration: none;
        }


        footer li::before {
            font-family: 'Font Awesome 6 Pro';
            content: '\f105';
            text-rendering: auto;
            color: #b6dde4;
            margin-right: 3px; font-size:0.8em;
        }

.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: #b6dde4 !important;
    border-top: 3px #b6dde4 solid !important;
}

.rule-white {
    border-top-color: #fff !important;
    border-top: 3px #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.3rem;
    font-weight: 400;
    line-height: 31px;
}


.img-trio {
    float: left;
    width: 33.33%;
}

    .img-trio img {
        width: 100%;
        height: auto;
        padding: 2%;
    }

.hero-standard .container-xl {
    max-width: 1700px;
}


.hero-standard .btn-primary:hover {color:#fff;}

.leaf-center {position:absolute; right:0; left:0; margin-left:auto; margin-right:auto; top:-50px;}

.triangle {
  
 background-color:#b6dde4;
   width:70px; height:70px; border-radius:70px;
  
    position: absolute;
    left: -43px;
    top: 45%;
}


.triangle-invert {
 background-color:#fff;
     width:70px; height:70px; border-radius:70px;
  
    position: absolute;
    right: -43px;
    top: 45%;
}


.triangle-invert-alt {
 background-color:#b6dde4;
    width:70px; height:70px; border-radius:70px;
  
    position: absolute;
    left: -43px;
    top: 45%;
}


.triangle-alt-b {
 background-color:#b6dde4;
    width:70px; height:70px; border-radius:70px;
  
    position: absolute;
    right: -43px;
    top: 45%;
}


.triangle-alt-c {
 background-color:#b6dde4;
   width:70px; height:70px; border-radius:70px;
  
    position: absolute;
    right: -43px;
    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
    }



.primary-info-container ul {
    margin: 0;
    padding: 0;
}

.primary-info-container li {
    list-style-type: none;
    display: inline;
}



.clear {
    clear: both;
}

.embed-responsive-item-custom {
    height: unset;
}


.home-news-main-tease {min-height:800px;
    display: flex;
      flex: 1;
  flex-direction: column;
    justify-content: center;
    align-items: center;
  

}

.home-news-main-tease h2 {color:#293e42 !important; margin:0 !important;}

.leaf-corner {position:absolute; left:0; bottom:0;}




.intro-right-main-tease {min-height:600px;
    display: flex;
      flex: 1;
  flex-direction: column;
    justify-content: center;
    align-items: center;
  

}

.intro-right-main-tease h2 {color:#293e42 !important; margin:0 !important;}




/* hero globals*/
.hero-xl {
    height: 1200px;
}




.icon-x-x-large {
    font-size: 15em;
}
.hero-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
 
  position: absolute;
  right: 0;
  top: 0;

  pointer-events: none;
  z-index:0;
 
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.5189076314119398) 0%, rgba(0,0,0,0.2581233176864496) 90%);
}


.hero-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}


.hero-home {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    background-image: url(/images/hero-home.webp);
}

.hero-content {z-index:3;}

/* homepage specifics*/
.hero-standard {
    display: flex;
    justify-content: center;
    align-items: center; position:relative;
}


.hero-large {
    height: 1100px;
}


.hero-medium {
    height: 900px;
}

.hero-standard h1 {
    font-size: 2.5em;
}


.hero-standard p {
    color:#fff; font-weight: 400; 
}


.hero-standard p:first-of-type {
    font-size: 3.7em;
    font-weight: 700;
    line-height: 51px; 
    margin:0 0 15px 0;
    font-weight: 400;  font-family: museo, serif;
}

.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-warning {
    background-color: #ffc107 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-grey-gradient {
   background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(228,231,231,1) 100%);
}

.bg-primary {
    background-color: #5c5f66 !important;
}


.bg-secondary {
    background-color: #b6dde4 !important;
}

.bg-light {background-color:#f6f7f7 !important;}

.show-desktop-lg {
    display: block
}

.show-mobile-lg {
    display: none;
}

.bg-primary p, .bg-primary h2, .bg-primary h3, .bg-primary h1 {
    color: #fff;
}

.bg-primary a:hover {text-decoration:none; color:#88be38;}

.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-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-7 {
    padding: 6rem;
}
.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;
}








.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: #fff;
    font-weight: 700;
    background-color: #5c5f66;
    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.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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: #000;
    background-color: #b6dde4
}

.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;
}



.in-page-sub {margin:10px 0 10px 0; padding:0;}

.in-page-sub li {list-style-type:none; display:inline-block; line-height:60px}


.in-page-sub li a {border-radius:3em; background-color:#f3f3f3; text-decoration:none; color:#293e42; padding:8px 20px 10px 20px; margin:4px;}
.in-page-sub li a:hover  {background-color:#5c5f66; color:#fff}


.in-page-sub li i {color:#b6dde4; font-size:0.8em;}



.in-page-pricing {margin:20px 0 10px 0; padding:0;}

.in-page-pricing li {list-style-type:none;  line-height:30px; font-size:1.3em; font-weight:300;}
.in-page-pricing li i {color:#b6dde4; font-size:0.8em;}

.show-me-hero {display:none;}


@media only screen and (min-width : 2000px) {
    /*---------------Globals-----------------------*/
    .hero-medium {
    height: 1200px;
}

        .hero-large {
    height: 1300px;
}

    .hero-standard .container-xl {
    max-width: 1900px;
}

  
}

@media only screen and (max-width : 1400px) {

 .vanish-desktop-nav {
        display: none;
    }

    .offcanvas .vanish-desktop-nav {
        display: block
    }

}



/*-------------------------------------MOBILE XL-----------------------------*/
@media only screen and (max-width : 1200px) {



                 .intro-right-main-tease, .home-news-main-tease {
  min-height: unset;

}

    /*---------------Globals-----------------------*/
    .mob-centre-xl {
        text-align: center !important;
    }

       .first-mob-xl {
        -webkit-order: 1;
        order: 1;
    }

    .second-mob-xl {
        -webkit-order: 2;
        order: 2;
    }
        .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;
    }

 

    .triangle, .triangle-invert, .triangle-invert-alt, .triangle-alt-b, .triangle-alt-c {
        display: none;
    }

 .in-page-pricing li::before {
           position:unset; 
        }

    .vanish-table {
        display: none;
    }

    .hero-home-video {

  height: 700px;

}

video[poster] {
 
    height: 700px;
}
    .hero-medium, .hero-large {
        height: 700px
    }

.hero-small {height:unset; padding:30px 0 30px 0;}

.in-page-sub li {list-style-type:none; display:inline-block; line-height:60px !important}
}

/*-------------------------------------MOBILE CUSTOM-----------------------------*/
@media only screen and (min-width : 1200px) {

 
}


/*-------------------------------------MOBILE LG-----------------------------*/
@media only screen and (max-width : 992px) {
    .hero-text-overlay {position:absolute; left:0; bottom:20px; right:0; margin-left:auto; margin-right:auto;  text-align:center;  background-color: rgba(0, 0, 0, 0.3); z-index:3;}

 .hero-text-overlay p:first-of-type {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 1px;
  line-height: 35px;
}
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .intro-margin {
        position: unset;
        margin: 20px;
    }

    .margin-box {
        margin: 20px;
    }

.intro-column-overlay {
    position:initial; width:100%; border-radius:0;
}



    .p-6-custom {
        padding: 4rem 2rem 1rem 2rem;
    }

    .p-6-custom-base {
        padding: 0 2rem 3rem 2rem;
    }

    .pb-6 {
        padding-bottom: 4rem;
    }

 .p-7 {
    padding: 4rem;
}


.hero-home-video {

  height: 400px;

}

video[poster] {
  
    height: 400px;
}

    .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;
    }






    /*---------------Globals-----------------------*/
    .mob-centre-lg {
        text-align: center !important;
    }

    /*----------header and nav----------------------*/


    .hero-medium, .hero-large {
        height: 400px
    }



    .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-accred {width:80px;}

    footer img {
        width: 140px;
        height: auto;
    }
    footer .fs-3 {
  margin-top: 10px !important;
}
    .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;
    }



}


/*-------------------------------------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: 70px;
    }

    .logo img {
        width: 110px;
    }

  
    .navbar-toggler {

  padding: 17px 22px 17px 20px;

}
.fs-0 {font-size:2rem; line-height:38px;}
    .hero-xl {
        height: unset;
        padding: 30px 0 30px 0;
    }
    .leaf-center {width:60px; height:60px; top:-30px;}


.map-overlay {display:none;}


.hero-home-video span {display:none;}

.show-me-hero {display:inline-block !important;}

    .hero-home-video .btn {
        padding: 0.3rem 1.1rem 0.3rem 1.1rem;
    }
  .hero-text-overlay p:first-of-type {
    display:none;
  }
  .hero-text-overlay {

  
  bottom: 0;

  padding: 15px;
 
}
  .best-life {margin-bottom:10px !important; width:70%;}

.header-mini-mobile-nav {

    transition: all .3s ease-in-out;
    z-index: 4; background-color:#fff; width:100%;
}


.header-mini-mobile-nav {display:block;}

.header-mini-mobile-nav-inner {padding:15px; text-align:center;}

.header-mini-mobile-nav-inner ul {margin:0; padding:0;}

.header-mini-mobile-nav-inner li:first-of-type a {border-left:none;}

.header-mini-mobile-nav-inner li a {text-decoration:none; padding:6px 12px 6px 12px;border-left:1px solid #dbdbdb; font-size:0.9em;}

.header-mini-mobile-nav-inner li {list-style-type:none; text-transform:uppercase; display:inline;}

    /*---------------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;
    }

    .col-xl-6 .p-5 {padding:2rem !important;}


     .col-xl-8 .p-7 {padding:2rem !important;}

     .leaf-corner {
display:none;
}
    .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;
    }



    .icon-x-x-large {
        font-size: 9em;
    }



.card-text {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 1rem !important;
}


.card-header-class {
    background-color: #ffffff !important;
}

.card-text-class {
    font-size: 1.3em !important;
    font-weight: 300 !important;
    line-height: 28px !important;
    margin-bottom: 1.3rem !important;
}


.bg-highlight {
    background-color: #eeeeee;
}


p {
    font-size: 1.15em;
  
    line-height: 26px;

}

h1 {
  font-size: 2.1rem;
  line-height: 40px;
}
h2 {

  font-size: 2rem;
  line-height: 33px;
}


h3 {
  margin-top: 35px !important;
  font-size: 1.7rem;
  line-height: 33px;
}




.container-narrow li, .col-xl-6 li, .col-xl-4 li {
    font-size: 1.15em;
    font-weight: 300;
    line-height: 26px; list-style-position:inside;
}





.in-page-pricing li {

  line-height: 26px;
  font-size: 1.1em;

}

   .hero-standard p:first-of-type, .hero-sector p:first-of-type {
        font-size: 2.9em;
        line-height: 45px;
    }

}

/*-------------------------------------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: 2.3em;
        line-height: 40px;
    }

    .hero-standard .p-2 {
        padding: 2rem 1rem 2rem 1rem !important;
    }

        .hero-standard .p-5 {
        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;
    }
}
