@font-face {
    font-family: 'LFT Etica';
    src: local('../fonts/LFT Etica  Extra Bold'), local('../fonts/LFT-Etica--Extra-Bold'),
        url('../woff2/lfteticaxb.woff2') format('woff2'),
        url('../woff/lfteticaxb.woff') format('woff'),
        url('../ttf/lfteticaxb.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }

@font-face {
font-family: 'LFT Etica';
src: local('../fonts/LFT Etica SemiBold'), local('../fonts/LFT-Etica-SemiBold'),
    url('../woff2/lfteticasb.woff2') format('woff2'),
    url('../woff/lfteticasb.woff') format('woff'),
    url('../ttf/lfteticasb.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}

.popular-pages{
    z-index: -1;
    position: relative;             
}

.page-banner{
padding-top: 250px !important;
}

.newz_main_container{
    max-width: 100% !important;
}

.newz_top-title h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0em;
    color: #26524D !important;
}
.newz_top-title {
    position: relative;
    padding: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-top: 0;
}
.newz_top-title a::before{
    content: "\e679";
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 7px;
    left: 0px;
    z-index: 2;
    color: #26524D;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.newz_top-title a::after{
    content: "";
    width: 20px;
    height: 20px;
    background: #CDE1DE;
    position: absolute;
    top: 7px;
    left: -3px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.newz_top-title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #434343;
    margin-top: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
}
.newz_top-title span{
    color: #2A655E;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'LFT Etica';
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
    width: fit-content;
    padding-bottom: 10px;
   

}
.newz_top-title a {
    text-decoration: underline 4px ;
    text-decoration-color: #C9E3DF;
    text-underline-offset: 4px;
    padding-bottom: 10px;
}

.newz_top-title a:hover {
    text-decoration: underline 4px ;
    text-decoration-color: #26524D;
    text-underline-offset: 11px;
    padding-bottom: 10px;
}
div#news  .newz_top-title span{
    min-height: 150px;
}

.newz_top-title a:hover span{
    border-color: #26524D;
}
.newz_top-title a:hover:before{
  color:#26524D;
}
a.link.external_links::before{
    content: "";
    background-image: url(../png/link.png);
    background-repeat: no-repeat;
    padding-left: 30px !important;
    position: absolute;
    left: 43px;
    z-index: 11111;
    display: inline-block;
    height: 22px;
    width: 22px;
}
a.link.external_links::after{
    display: none;
}
a.link.external_links i.external_icon{
    display: none;
}
.new_img{
    border-radius: 6px;
}
a.link.external_links{
    color: #1F9386;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.01em;
    word-wrap: break-word;
    display: block;
    margin-left: 25px;
}

/* tabbing css */
.popular-pages-title h3 {
    font-size: 24px;
    font-weight: 600 !important;
    color: #434343;
    font-family: 'LFT Etica';
}
.tab {
    border-bottom: 5px solid #1f9386;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;

}

.tab button.active {
    background: #CFDF3B !important;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}
.tab button {
    border-radius: 6px 6px 0px 0px !important;
    margin-right: 5px !important;
    padding: 20px 30px 20px 30px !important;
    background: #e4eeed !important;
    font-size: 16px;
    font-weight: 600;
    color: #26524d;
    font-weight: 600;
    font-family: 'LFT Etica';
}

/*latest news css*/
.newsbox {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(115, 115, 115, 0.3);
    border-bottom: 1px solid rgba(115, 115, 115, 0.3);
}

.popular-pages .popular-pages-box .popular-pages-content .left .left-block h3 span:hover{
    border-bottom: 4px solid #2A655E;
}
.popular-pages .popular-pages-box .popular-pages-content .left .left-block h3 span{
    font-weight: 600!important;
    font-size: 24px;
    font-weight: 600;
    font-family: 'LFT Etica';
}

/*case studi*/
.case-studies-title h3 {
    font-weight: 600!important;
    font-size: 24px;
    font-weight: 600;
    font-family: 'LFT Etica';
}
.case-studies .case-studies-box .case-studies-slider .slider-block .right .title a{
    font-size: 14px !important;
}
.case-studies .case-studies-box .case-studies-slider .slider-block .right .content a h3 span{
    font-weight: 600!important;
    font-size: 24px;
    font-weight: 600;
    font-family: 'LFT Etica';
}
.case-studies .case-studies-box .case-studies-slider .slider-block .right .bottom p{
    margin-right: 20px;
}
/*=======================Upcoming events==========================*/
.date{
height: 116px;
 width: 111px; 
left: 43px;
top: 935px;
border-radius: 6px;
padding: 42px 25px 26px 25px;
background: #E4EEED;
border-radius: 6px;
margin-right: 25px;
font-size: 20px;
color: #26524D;
text-align: center;
font-weight: 600;
    font-family: 'LFT Etica';
    line-height: 20px;
    text-transform: uppercase;
    min-width: 111px;
    margin-top: 5px;

}
div#upcomingevent {
    display: flex;
}
div#upcomingevent:hover .date  {
    background-color: #2A655E;
    color: #FFFFFF;
}
div#upcomingevent:hover .newz_top-title span  {
     border-color: #26524D; 
}
div#upcomingevent {
    padding-top: 25px;
    border-bottom: 1px solid rgba(115, 115, 115, 0.3);
}


 .linetop {
    border-top: 1px solid rgba(115, 115, 115, 0.3);
}


button:focus {
    outline: 1px dotted;
    outline: unset !important;
}

/*=============================resources===================*/
div#resources 
.newz_tab {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(115, 115, 115, 0.3);
    
}
.newz_tab .content a {
    font-family: "Open Sans";
    font-size: 14px;
    display: inline-block;
    padding: 2.5px 8.5px;
    background: #F2F2F2;
    margin-right: 4px;
    position: static;
    border: 0.5px solid #D5D9D9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: fit-content;
}
.newz_tab  .content {
    padding-left: 30px;
    padding-bottom: 25px;
}
.popular-pages .popular-pages-box .popular-pages-content .left {
    padding-right: 0 !important; 
    width: 100% !important;
}
footer {
    margin-top: 0 !important;
}
.case-studies .case-studies-box .case-studies-slider .slider-block .right .bottom p i.date{
    background-size: unset !important;
}

.screen .screen-block a{
    width: 350px !important;
}
.share-container{
    bottom: 0px !important;
    padding-top: 15px;
}
.share-container .addtoany_shortcode {
    display: flex;
    width: auto;
    justify-content: center;
}
.share-container .addtoany_shortcode .a2a_kit {
    display: flex;
    margin-left: -12px;
    flex-grow: 1;
    flex-shrink: 1;
}
.page-banner .page-banner-box .page-banner-title 
.share-container .addtoany_shortcode .a2a_kit a {
    display: inline-block !important;
    padding-left: 0;
    margin: 2px;   
}
.page-banner .page-banner-box .page-banner-title 
.share-container .addtoany_shortcode .a2a_kit a .a2a_svg {
    background-color: transparent !important;
}

.page-banner .page-banner-box .page-banner-title 
.share-container .addtoany_shortcode .a2a_kit a .external_icon {
    display: inline-block !important;
}

.page-banner .page-banner-box .page-banner-title .a2a_kit .a2a_dd .a2a_svg {
    display: none !important;
}

.open-left-show .page-sidebar {
    z-index: 1 !important;
}
section#firsttab .popular-pages-title {
    padding-bottom: 70px !important;
}
.page-sidebar.socialshow {
    z-index: 1;
}
.home-banner .home-banner-box .home-banner-img{
 margin-top: 70px !important;
  
}
.home-banner-content {
    padding-bottom: 100px;
}

section#tabpopularpage .right.rs_skip {
    display: none;
}
section#tabpopularpage .right.rs_skip {
    display: none;
}
 .file.file-y:before {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e682";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.file {
    font-family: "Open Sans";
    font-size: 16px;
    padding-left: 30px;
    color: #00776A;
    display: inline-block;
    text-decoration: underline;
    position: relative;
}
.file-c {
    margin-bottom: 10px;
}
h1.nopostfound {
    font-weight: 600!important;
    font-size: 18px;
    font-weight: 600;
    font-family: 'LFT Etica';
}

.home-banner .home-banner-box .screen {
    bottom: 0 !important;
    top:unset !important;
}
section.banner.home-banner {
    padding-bottom: 50px;
    z-index: 1;
    position: relative;
}

.home-banner .home-banner-box .home-banner-content{
    margin-bottom: 100px;
}
.newz_top-title h3 span:before {
    -webkit-font-smoothing: antialiased;
    color: #26524D;
    content: "\e679";
    font-family: iconfont!important;
    font-size: 14px;
    font-style: normal;
    left: -5px;
    position: absolute;
    top: 7px;
    transition: all .2s;
    z-index: 2;
    background: #CDE1DE;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    padding: 0px 7px;
    line-height: 25px;
}
div#upcomingevent .newz_top-title h3 span:before {
    -webkit-font-smoothing: antialiased;
    color: #26524D;
    content: "\e679";
    font-family: iconfont!important;
    font-size: 14px;
    font-style: normal;
    left: -5px;
    position: absolute;
    top: 7px;
    transition: all .2s;
    z-index: 2;
    background: #CDE1DE;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    padding: 0px 7px;
    line-height: 25px;
}


.newz_tab .content a:hover{
    background: #C9E3DF;
    color: #2F6D66;
}
div#news p.textexce {
    min-height: 100px;
}

.text1 {
    min-height: 125px;
}
.newsbox img {
    height: 265px;
    width: unset !important;
    text-align: center;
    margin: 0 auto !important;
    display: inline-block;
}
.postimage{
    text-align: center;
    box-shadow: 4px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 6px;
    border: 1px solid #D5D9D9;
    margin-bottom: 20px;

}
span.show_day {
    font-size: 40px;
}
div#resources .newz_top-title p{
    margin: 0px;
    }
    div#resources .newz_top-title h3{
        margin-bottom: 20px;

    }
    div#resources .content {
        margin-top: 20px !important;
    }
    a.link.external_links:hover, .file:hover{
        color: #2F6D66;  
        text-decoration: underline;
    }
    a.link.external_links, .file{
      text-decoration: underline;
    }
    a.victoria {
        margin-bottom: 5px;
    }
    .linktag {
        margin-left: 31px;
    }
    
    



    

/* =responsive css============= */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 767px) {
    .tab button{
        width: 100%;
        margin-bottom: 5px;
    }
    div#upcomingevent {
        display: block;
    }

  }

  header .head-box .head-logo .head-logo-box > a {
    display: block;
  }

  header .head-box .head-menu .head-menu-overflow-box > .menu > li > a {
    font-size: 14px;
    text-wrap: nowrap;
  }

  header .head-box .head-logo .head-logo-text p a {
    font-size: inherit;
 }

  @media (min-width: 768px){
    
    header .head-box .head-logo .head-logo-text p {
        font-size: 8px;
    }

    header .head-box .head-menu .head-menu-overflow .menu li a {
        font-size: 10px;
    }

  }

  @media (min-width: 1200px){
    
    header .head-box .head-logo .head-logo-text p a {
        /*font-size: 7px;*/
    }

    header .head-box .head-menu .head-menu-overflow .menu li a {
        font-size: 14px;
    }

  }
    
   
  
  
  @media (min-width: 1500px){
    
    /* header .head-box .head-logo .head-logo-text p a, header .head-box .head-menu .head-menu-overflow .menu li a {
        font-size: 10px !important;
    } */

    header .head-box .head-menu .head-menu-overflow .menu li a {
        font-size: 16px;
    }

  }
  

    .screen .screen-block .searh-blocks .typeahead__result ul li a {
        max-width: 100% !important;
    }

    .screen .screen-block .searh-blocks .typeahead__result ul li a span {
        max-width: 100% !important;
    }

    @media(max-width: 767px) {
        .home-banner-box.inner .screen .screen-block a {
            width: 100% !important;
        }
    }
    
    @media (min-width: 993px) {

        header .head-box .head-menu .head-menu-overflow .menu li .chev {
            display: none;
        }
    }
    
    @media (min-width: 993px) and (max-width: 1280px) {

        header .head-box .head-logo {
            width: 181px;
            min-width: 0;
        }
        header .head-box .head-menu {
            width: auto;
            flex-grow: 1;
        }
    }

    .sub-footer-message .img-one {
        max-width: 135px;
        margin-right: 33px;
        padding-bottom: 8px;
        margin-left: auto
    }

    .sub-footer-message {
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translate(0, -23px);
    }

    .sub-footer-message p {
        color: #fff;
        max-width: 700px;
        font-size: 14px;
    }

    .footer-charity-logo {
        margin-top: -45px;
    }

    .foot-bottom {
        background: #27241C;
        padding: 18px !important;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%) !important;
        position: relative;
    }

    .foot-bottom-inner {
        display: flex;
        justify-content: space-between;
        padding: 0 45px;
        width: 100%;
    }


    @media(max-width: 767px) {
        .sub-footer-message {
            transform: translate(0, -42px);
            margin-bottom: 20px;
            padding: 0 10px;
            text-align: center;
            flex-direction: column;
        }

        .sub-footer-message .img-one {
            margin-left: 0;
        }

        .footer-charity-logo {
            margin-top: 0;
            display: none;
        }

        .sub-footer-message {
            transform: translate(0, -50px);
            margin-bottom: 20px;
            padding: 0 10px;
        }

        .foot-bottom-inner {
            flex-direction: column;
        }

        footer .foot-bottom {
            margin-top: 30px;
        }
    }

    .page-banner-text .pl_checkbox-container {
        position: relative;
        margin-top: 20px;
    }

    .page-banner-text .pl_checkbox-container p.pl_checkbox-label {
        color: #fff;
        margin-bottom: 0;
    }

    .slick-track {
        display: flex;
    }

    .slick-slide {
        display: unset;
        float: unset;
        height: unset;
    }

    .tag-container{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

@media (max-width: 414px) {

    .get-involved-page .get-involved-box .get-involved-content .get-involved-block .left .bottom a {
        word-break: break-all;
    }
}
    