/*Global Colouring*/


body {   
    
  

 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
font-weight: 300;
  font-style: normal;

    color: #000;

  font-optical-sizing: auto;
 

    line-height: 1.4em





}

.handwriting-font {font-family: "adobe-handwriting-ernie", sans-serif;
font-weight: 400;
font-style: normal; font-size:1.7em;}



/*Header*/
header {
    background:#fff;
    height: 160px;
}


.fix {
    position: sticky;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: 9;
    border-bottom: solid 1px #e8e8e8
}



a {
    transition: all 0.4s ease-in-out;
}

    a:hover {
        color: #fed75e; text-decoration:none;
    }

.logo {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1031;
    display: block;
}
.logo img {
    width: 272px;
    height: auto;   transition: all .3s ease-in-out;
}

.hover-fade:hover {
    opacity: 0.7;
}

.height-auto {
    height: auto;
}


p {
font-size: 1.1em;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 1.3rem;
}



.small {line-height:20px;}

.container-narrow li {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 28px;
}

.lh-md {
    line-height: 40px;
}

h1 {
    font-weight: 600; 
}

h1, h2, h3 { 

}



h1 {
    font-size: 2.7rem;
    line-height: 45px;
}

h1 span {color:#fed75e}

h2 {
    margin-top: 35px !important;
    
    line-height: 36px;
    font-weight: 600;

  font-size: 2rem;
}

h3 {
    margin-top: 35px !important;
    font-size: 1.6rem;
    line-height: 33px;
}

h4 {
    margin-top: 35px !important;
    font-size: 1.4rem;
}

.top-left-corner {border-left:6px #ee1c25 solid; height:50px; border-top:6px #ee1c25 solid; width:50px; position:absolute; top:50px; left:0;}

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: 600;
}
.img-darker img { filter: brightness(50%);  transition: all .3s ease-in-out;}

.text-overlays p {position:absolute; top:45%; left:0; right:0; color:#fff; font-weight:600; font-size:2.1em; text-align:center; margin-left:auto; margin-right:auto; padding:0 20px 0 20px;}

.img-darker img:hover { filter: brightness(90%)}


.img-darker .col:hover p { color:#ffdd1c; transition: all .3s ease-in-out;}

.border-right {border-right:solid 1px #ee1c25}

.bg-quote {
    background-color: #008400;
    color:#fff;
}
.large-h1-side-home {font-size:3.5em; font-weight:500; line-height:66px;}

.large-h1-side {font-size:4em; font-weight:500; line-height:66px;}


/*carousel*/

    /* carousel fade for bs*/

.carousel-hero {background-color:#404040}

      .carousel-item {
        transition: transform 1s ease-in-out;
    }

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: opacity 0s 2s;
    }

.hero-carousel .carousel-indicators {
    position:initial !important; justify-content:start; margin:12px 0 0 4px;


}
.carousel-style p, .carousel-style h5 {text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}
.carousel-style h5 {font-weight:700; margin:0; font-size:1.6em;}
.carousel-style p {font-weight:500; font-size:1.1em; margin-bottom:10px; line-height:1.3em;}

.carousel-indicators [data-bs-target] {

  width: 40px;
  height: 6px !important;

  background-color: #fff;

}

.carousel-indicators .active {background-color:#0056b8}


.carousel-large-position-left { position:absolute; bottom:0; left:0;  z-index:2; background-color:rgba(0,0,0,0.4); padding:30px; display:block; width:100%;}

.carousel-large-text { font-size:3.6em; color:#fff; font-weight:600;  line-height:65px; margin-bottom:0;}


.carousel-small-text { font-size:2.1em; color:#fff; font-weight:300;  line-height:2.5rem; margin-bottom:5px;}









.cta-bg {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    background-image: url(/images/cta-bg.jpg);
}





.acredds-bg {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    background-image: url(/images/acredds-bg.jpg);
}














/* 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 */
    }

.containers-side h2, .containers-full h2 { font-weight:600;  font-size:2.3rem;}

.logo-content {position:absolute; top:-41px; left:0; right:0; margin-left:auto; margin-right:auto; width:100px; height:auto;}




/* main navigation*/


/* main navigation*/

.navbar {
    padding: 0;
}

.nav-item a {
    text-transform: uppercase;
    color: #000 !important;
    font-weight:600;
    font-size: 0.9em;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    padding-bottom: 1rem;
    padding-top: 4rem;
}

    .nav-item a:hover {
        color: #8e8e8e !important;
        transition: all 0.4s ease-in-out; cursor:pointer;
    }

.nav-bar-padd {
    padding: 0 90px 0 0;
}




.dropdown-menu {
    background-color: #262626;
    border-radius: 0 0 0.3em 0.3em;
    padding: 9px 0 9px 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: #fed75e !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: 4px;
        background: #fed75e;
        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;
 
    margin-left: 3px;
    color: #000;
}

    .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: #989898;
}

.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: 55px 22px 55px 20px;
    font-size: 2.6em;
    z-index: 9;
}

    .navbar-toggler .bar {
        width: 45px;
        height: 5px;
        margin: 6px auto;
        background-color: #000;
        transition: all 0.2s ease-in-out;
    }

    .navbar-toggler:hover .bar {
        background-color: #ffdd1c;
    }

.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: #343434;
    border-bottom: solid 1px #686868
}

.offcanvas-body .dropdown a {

}


.offcanvas-body .nav-item a:hover {
    background-color: #444444;
}

.offcanvas-body .dropdown a:hover {
    background-color: #444444;
}


#main-navigation-side li {
    list-style-type: none;
}

#main-navigation-side {
    margin: 0;
    padding: 0;
}

.offcanvas-body .fa-angle-down {
    color: #fed75e
}

.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: #f1f1f1;
       
    }

.offcanvas-body {
    padding: 0;
    overflow-y: auto;
    background-color: #171717;
}

.offcanvas-body-filter, .offcanvas-header-filter {
    background-color: #fff !important;
}

.offcanvas-header {
    background-color: #171717
}

.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);
}


.logo-icon-top {position:absolute; left:0; right:0; top:-35px; margin-left:auto; margin-right:auto;}




header .btn {
    margin: 40px 6px 0 9px;
    padding: 0.2rem 1.3rem 0.3rem 1.3rem;
}
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;
        
    }

.ratio-16x9 {
  --bs-aspect-ratio: 36.25%;
}
.bullet-highlight {padding:0; text-align:center;}

.bullet-highlight li {list-style-type:none;  text-transform:capitalize; padding:12px;   font-size:1.1em;  color:#fff; font-weight:500; position:relative;}



.main-left-sided h1 {color:#fff;  font-size:2.2em; line-height:40px;}

.main-right-sided h2 { margin:0 0 5px 0 !important;  }


.start-border-para {border-left:3px #0056b8 solid;}

.slant-right {position:absolute; left:0; top:0; bottom:0; height:100%;}

.slant-left {position:absolute; right:0; top:0; bottom:0; height:100%;}


.btn {
 font-family: "Montserrat", sans-serif;
    border-radius:0;
    font-size: 1.1em;
    font-weight: 700;
    line-height:23px;
    padding: 0.6rem 2.5rem 0.6rem 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 span {color:#fed75e}

.btn:hover span {color:#fff}


.btn-primary span {color:#fff}


.btn-primary:hover span {color:#fed75e}


.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: #fed75e;
    border-color: #fed75e;
}

    .btn-primary:hover {
        color: #fff;
        background-color:#000;
        border-color: #000;
    }


.btn-primary-alt {
    color: #000;
    background-color: transparent;
    border-color: #5e928a;
}

    .btn-primary-alt:hover {
        color: #fff;
        background-color: #5e928a;
        border-color: #5e928a;
    }



.btn-primary-outline {
    color: #000;
    background-color: none;
    border-color: #769c1e;
}

    .btn-primary-outline:hover {
        color: #fff !important;
        background-color: #213337;
        border-color: #213337;
    }


.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: #fff;
    background-color: unset;
    border-color: #ee1c25;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #ffdd1c;
        border-color: #ffdd1c;
    }


 .hero-contact .btn-primary:hover {color:#fff !important;}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover, .btn-white:active {
        color: #000 !important;
        background-color:#fed75e;
        border-color: #fed75e;
    }

.bg-primary .btn-white:hover, .btn-white:active {
        color: #fff !important;
        background-color:#000;
        border-color: #000;
    }
.bg-primary .btn:hover span {color:#fed75e}

.btn-light {
    color: #adadad;
    background-color: #fff;
    border-color: #e4e4e4;
}

.btn-white-outline {
    color: #fff;
    background-color: transparent;
    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 #d0d0d0 !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: #a0a0a0
}


/*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: #ee1c25 !important;
}

.text-white .primary {
    color: #000
}

.secondary {
    color: #7ca512;
}

.bg-primary a:hover {color:#fff;}

.container-narrow {
    max-width: 900px;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
}

.team-sponsor-logos {border:solid 1px #e2e2e2; margin-bottom:20px;}

.case-studies a {display:block;}

.badge-list {position:absolute; left:0; top:0; background-color:#000; color:#fff; font-size:1em; font-weight:500; font-size:0.8em; padding:7px; text-transform:uppercase;}

.team-sponsor-logos ul {margin:20px; padding:0;}
.team-sponsor-logos li {display:inline;}
.team-sponsor-logos ul li img {margin:15px;}

.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:10; text-align:left; padding:15px; 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;}

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 {
  display: flex;
  justify-content: center;
  align-items: center;
background: radial-gradient(circle, rgba(84,110,115,1) 0%, rgba(41,62,66,1) 100%);
}

.hero-small {height:600px;}

.hero-basic p ,.hero-basic h1,.hero-basic address {color:#fff;}


.hero-basic .btn-secondary {color:#fff;}

/*-------------------------------View--------------------------------------------------*/


.fs-6 {line-height:23px;}



.list-horizontal li {
    display: inline-block;
}



.link-me {
    text-decoration: none;
    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: #a0a0a0
    }

    .link-me-no-hover:after {
        font-family: 'Font Awesome 6 Pro';
        content: '\f061';
        font-size: 1.2rem;
        text-rendering: auto;
        color: #ee1c25;
        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: #fff;
    color: #000;
}


    footer .socials i {
        font-size: 4em;
        padding: 6px;
        margin-bottom: 14px;
        opacity: 1;
        color: #fed75e
    }

        footer .socials i:hover {
            opacity: 0.6;
        }

    footer img:hover {
        opacity: 0.7;
    }

    footer .btn-secondary {
        width: 300px;
    }


footer li {font-weight:300; font-size:0.9em; color:#000; line-height:26px;}



.footer-navigation li:first-of-type a {color:#fed75e !important;}

.footer-navigation li:first-of-type {text-transform:uppercase; font-weight:600; font-size:1.1em; }


.footer-navigation i {color:#fed75e; font-size:1.8em; margin:3px;}

.footer-navigation {
    margin:10px 0 10px 0;

    list-style-type:none; 
    }

.footer-terms li {
    
     display:inline; list-style-type:none; 
    }



    footer tel {
        font-size: 2.1em;
        font-weight: 600;
        line-height: 40px;
    }


        footer tel a {
            text-decoration: none;
            color: #fff
        }


    footer address {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.7em;
        margin: 7px 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 a {
            text-decoration: none; color:#000;
        }


    

.bg-grey {
    background-color: #f8f8f8
}

.card img {transition:.5s;}

.card img:hover {opacity:0.7;}

.card {text-decoration:none;}

.card h5 {font-size:1.4em; color:#0056b8; text-transform:uppercase;}

/*.card p {font-size:1.1em; line-height:25px;}*/


.fa.fa-hover-hidden {
  color: #0056b8;
}
.fa.fa-hover-show {
  color: #0056b8; 
}

* > .fa.fa-hover-show,
*:hover > .fa.fa-hover-hidden {
    display: none;
}

*:hover > .fa.fa-hover-show {
    display: inline-block;
}


.case-studies a {text-decoration:none;}

.case-studies p { font-weight:500; font-size:1.4rem; line-height:25px; margin:14px 0 10px 0;}

.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: #fed75e !important;
    border-top: 4px #fed75e 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;
}

.leaf-center {position:absolute; right:0; left:0; margin-left:auto; margin-right:auto; top:-50px;}

.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%;
}


.triangle-invert {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #008400;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 45%;
}


.triangle-invert-alt {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    top: 45%;
}


.triangle-alt-b {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #293e42;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 45%;
}


.triangle-alt-c {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #293e42;
    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
    }



.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:600px;
    display: flex;
      flex: 1;
  flex-direction: column;
    justify-content: center;
    align-items: center;
  

}
.home-news-main-tease p:first-of-type {font-size:0.9em; text-transform:uppercase; color:#a1a7a8; font-weight:600;}
.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-contact {
    display: flex;
    justify-content: center;
     position:relative;   align-items: center;
}

.hero-contact p,.hero-contact h1 {color:#fff;}



.hero-contact {
    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/contact-bg.jpg);
    height:800px;
}



.hero-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}
.hero-about {
    display: flex;
    justify-content: center;
     position:relative;   align-items: center;
}

.hero-about p {color:#fff;}

.hero-about p:first-of-type {    font-size: 2.3em;
    font-weight: 700;
    line-height: 42px; 
    margin:0 0 10px 0; text-transform:uppercase;}




.hero-content {z-index:3;}

/* homepage specifics*/
.hero-standard {
    display: flex;
    justify-content: center;
    align-items: center; position:relative;
}




.hero-medium {
    height: 960px;
}





.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-grey-gradient {
   background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(228,231,231,1) 100%);
}

.bg-primary {
    background-color: #fed75e !important;
}
.bg-secondary {
    background-color: #000 !important;
}

.bg-secondary h2 {color:#fed75e} 
.bg-secondary p {color:#fff !important;}

.bg-dark {
    background-color: #1b1b1b !important;
}

.bg-light {background-color:#f6f7f7 !important;}

.bg-case-study {
    background-color: #f4c8ca !important;
    color: #000000;
}

.bg-news {
    background-color: #fef2b0 !important;
    color: #000000;
}

.show-desktop-lg {
    display: block
}

.show-mobile-lg {
    display: none;
}



.accrediations-display ul {margin:0; padding:0;  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;}


.accrediations-display li {display:inline-block; list-style-type:none; text-align:center;}

.accrediations-display li img {width:80%;}


.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;
}



.hero-demo {
    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/home-hero-1.jpg);
}





.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: #5a5a5a;
    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: #fff;
    background-color: #0056b8
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-body {
    padding: 25px 20px 20px 20px;
}


.services-display ul {padding:0; }
.services-display ul li {background-color:#fff; border-radius:0.3em; list-style-type:none; display:inline-block; width:45%; margin:2%; }

.services-display ul li a  {text-decoration:none; display:block; padding:29px;}

.services-display ul li a img {width:70px; height:auto; margin-bottom:20px;}


.services-display ul li:hover {background-color:#fcfcfc}


.table-admission {
    border: 1px solid #e0e0e0;
}

.fa-check {color:#ee1c25; font-size:0.8em; margin-right:5px;}

hr {opacity:0.1;}

.blog-table {width:90%; font-size:1.1em; margin-top:50px;}

.blog-table td:first-of-type {text-transform:uppercase; width:40%; font-weight:600; color:#9d9d9d; padding-left:0;}


table {
    color: #000;
    background: #fff;
    width: 100%;
   
    font-weight: 300;
}

    table tr th {
        padding: 15px;
        border-bottom: 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: 12px;
            border-bottom: 1px solid #e0e0e0;
         
            background: #fff;
        }

        table tr:last-child td {
            border-bottom: 0
        }

 

/* 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;
}



.p-4-alt {
  padding: 1.5rem !important;
}

.page-link:hover, .paging-on {
    background-color: #008400;
    color: #fff;
}



.in-page-sub {margin:20px 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:12px 20px; margin:4px;}
.in-page-sub li a:hover  {background-color:#293e42; color:#fff}


.in-page-sub li i {color:#759b1d; 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:#759b1d; font-size:0.8em;}

@media only screen and (min-width : 2000px) {
    /*---------------Globals-----------------------*/
    .hero-medium {
    height: 1100px;
}
    .hero-standard .container-xl {
    max-width: 1900px;
}

  
}




/*-------------------------------------MOBILE XXXL-----------------------------*/
@media only screen and (max-width : 1700px) {


  

}










/*-------------------------------------MOBILE XXL-----------------------------*/
@media only screen and (max-width : 1400px) {

  .mob-centre-xxl {
        text-align: center !important;
    }
  
  .main-left-sided h1 { font-size:2.1em; line-height:41px;}

  .mob-centre-xxl .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;
        }

  .slant-right, .slant-left {display:none;}
        .first-mob-xxl {
        -webkit-order: 1;
        order: 1;
    }

    .second-mob-xxl {
        -webkit-order: 2;
        order: 2;
    }
}



/*-------------------------------------MOBILE XL-----------------------------*/
@media only screen and (max-width : 1200px) {
    /*---------------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;
    }

.border-right {border-right:none}

    .services-display ul {text-align:center;}


 .side-image-mob {margin-top:10px;}

    .triangle, .triangle-invert, .triangle-invert-alt, .triangle-alt-b, .triangle-alt-c {
        display: none;
    }

 .bg-primary ul {padding-left:0;}

    .vanish-table {
        display: none;
    }

    .top-left-corner { height:50px;  width:50px; position:absolute; top:30px; left:30px;}


.large-h1-side-home{
  font-size: 2.5em;

  line-height: 40px;
}


.large-h1-side h1 {
  font-size: 2.5em;

  line-height: 40px;
}
    .hero-medium {
        height: 700px
    }

.testimonial-person {width:50% !important; margin-top:25px;}

.hero-small {height:unset; padding:30px 0 30px 0;}

.hero-carousel .carousel-indicators {
  position: center !important;
  justify-content: center;
  margin: 12px 0 0 0;
}

.carousel-large-position-left {   text-align:center; left:0; right:0; bottom:0; }

.carousel-large-text { font-size:2.8em;  line-height:3.3rem; margin-bottom:12px; }

.carousel-small-text { font-size:1.5em;line-height:1.5rem; }


.accrediations-display { text-align:center;}

    .cta-bg {
        background-position: center right;
        background-repeat: no-repeat;
        background-size: auto;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: 1;
        background-image: url(/images/cta-bg-mob.jpg);
    }

.acredds-bg {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    background-image: url(/images/acredds-bg-mob.jpg);
}
.acredds-bg img {width:80%;}

}

/*-------------------------------------MOBILE CUSTOM-----------------------------*/
@media only screen and (max-width : 1200px) {

  

}


/*-------------------------------------MOBILE LG-----------------------------*/
@media only screen and (max-width : 992px) {

    .intro-bar h1 {
  font-size: 2.5rem;
  line-height: 42px;
}

    .footer-navigation {
   
        -webkit-column-count: 1;
        -moz-column-count: 1;
        columns: 1;

    }

    .bg-primary .p-4-alt {padding:15px 15px 0 15px !important;}

        .bg-primary .p-4 {padding:0 15px 15px 15px !important;}


.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);}

 .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;
    }

    .p-6-custom {
        padding: 4rem 2rem 1rem 2rem;
    }

    .p-6-custom-base {
        padding: 0 2rem 3rem 2rem;
    }

    .pb-6 {
        padding-bottom: 4rem;
    }


.main-left-sided .p-7 {
    padding: 3rem 2rem;
}



 .p-7 {
    padding: 2rem;
}



 .hero-left-sided h2 {

  font-size: 2em; line-height:31px;
}

.hero-demo {
    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/home-hero-1-mob.jpg);
}
    .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 {
        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 img {
        width: 50%;
        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;
    }

    footer tel {
        font-size: 2.3em;
        font-weight: 700;
        line-height: 40px;
    }

  
    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;
    }

.carousel-large-text { font-size:3em;  line-height:3.6rem; }


       .vanish-desktop-nav {
        display: none;
    }

    .offcanvas .vanish-desktop-nav {
        display: block
    }
  



}


/*-------------------------------------MOBILE MD-----------------------------*/
@media only screen and (max-width : 820px) {

    /*---------------Globals-----------------------*/
    .vanish-desktop-nav-buttons {
        display: none;
    }

    header {
        height: 85px;
    }

       .logo img {
        width: 140px;
    }

    .logo {
        top: 4px;
    }

   .navbar-toggler {

  padding: 23px 22px 20px 20px;

}
 
}


/*-------------------------------------MOBILE MD-----------------------------*/
@media only screen and (max-width : 768px) {
  
    
 
    
  


    .intro-bar .p-4 {
        padding-bottom: 0 !important;
    }

    .p-4 {
  padding: 1.5rem 0 1.5rem 0 !important;
}
    .p-5 {
  padding: 3rem 1rem 3rem 1rem  !important;
}
  .hero-about p:first-of-type {
  font-size: 2.3em;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

  .services-display ul li {
  background-color: #fff;
  border-radius: 0.3em;
  list-style-type: none;
  display: inline-block;
  width: 95%;
  margin: 2%;
}

      .hero-contact h1 {
  font-size: 2.3em;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 10px 0;

}

    .hero-contact {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    background-image: url(/images/contact-bg-mob.jpg); height:unset; text-align:center; padding:30px 0 40px 0;
}
      

.hero-carousel .carousel-indicators {display:none;}

.carousel-large-position-left span {display:none;}
   

.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;}

    /*---------------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;
    }
      .pb-6 {
        padding-bottom: 2rem;
    }

    .col-xl-6 .p-5 {padding:2rem !important;}


     .col-xl-8 .p-7 {padding:2rem !important;}
     .intro-right-main-tease, .home-news-main-tease {
  min-height: unset;

}
     .leaf-corner {
width:60px; height:auto;
}
    .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;
}


.bg-highlight {
    background-color: #eeeeee;
}

.carousel-large-text { font-size:1.8em;  line-height:33px; margin-bottom:0;  }

.carousel-small-text { font-size:1em;line-height:1.5rem; }

.large-h1-side {
  font-size: 2.6em;
 
  line-height: 42px;
}

.logo-icon-top {width:50px; height:50px; top:-25px;}
}

/*-------------------------------------MOBILE SM-----------------------------*/
@media only screen and (max-width : 576px) {

    /*---------------Globals-----------------------*/
    .mob-centre-sm {
        text-align: center !important;
    }
    /*----------List----------------------*/


    .google-image {
        width: 70%;
    }

         .mob-centre-sm .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;
        }

    .p-6-custom-base {
        padding: 0 1rem 3rem 1rem;
    }

    .multi-grid-row .p-5 {
        padding: 2rem 0rem 3rem 0rem !important;
    }

.intro-bar h1 {font-size:2.4rem; line-height:38px;}

.logo-content { width:70px; top:-30px;}



  
  .carousel-small-text { font-size:1em;line-height:1.2rem; }

.carousel-large-position-left {

  padding: 10px 14px 10px 14px;

}

}



@media only screen and (max-width : 450px) {
  
    
    
  
}



.cms-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    overflow: hidden;
}

.cms-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.cms-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url('https://media.wayfresh.agency/shield-ventilation/page/play.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
}
