* {
	outline: none !important;
}
.sharedaddy.sd-sharing-enabled {
    margin-top: 80px;
}
.pointer-event-none {
	pointer-events: none;
}

/* header */
#masthead {
    padding-top: 40px;
    padding-bottom: 40px;
}
#masthead .site-branding {
    margin: 0;
}
#masthead nav#site-navigation {
    margin: 0;
}
#masthead .main-navigation > div > ul > li > a[aria-current="page"],
#masthead .main-navigation .sub-menu li a[aria-current="page"] {
    color: #242527;
}
#masthead .main-navigation > div > ul > li > a:hover,
#masthead .main-navigation .sub-menu li a:hover {
    color: #242527;
}
.site-header > *.main-navigation > div > ul > li > .sub-menu {
    border: none;
    box-shadow: 8px 8px 30px 0px rgb(0 0 0 / 12%);
    padding: 10px 0;
    border-radius: 12px;
}
#masthead .main-navigation .sub-menu li a {
    font-size: 16px;
    line-height: normal;
}
@media screen and (min-width: 560px) {
.main-navigation .sub-menu .menu-item a::before {
    display: none;
}
}

/* Page header */
header.entry-header.responsive-max-width {
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
    margin-top: 0;
    margin-bottom: 50px;
}

/* Accordion css */
.wp-block-coblocks-accordion-item {
    box-shadow: 0px 100px 163px rgb(29 29 31 / 5%), 0px 22.3363px 36.4082px rgb(29 29 31 / 3%), 0px 6.6501px 10.8397px rgb(29 29 31 / 2%);
}
.wp-block-coblocks-accordion-item__title.has-background:not(.has-background), 
.wp-block-coblocks-accordion-item__title:not(.has-background) {
    background: transparent;
    border: 1px solid #ededed;
}
.wp-block-coblocks-accordion-item__title.has-background:not(.has-background):hover, 
.wp-block-coblocks-accordion-item__title:not(.has-background):hover {
    background: #35845d;
    color: #fff;
}
.wp-block-coblocks-accordion-item details[open] summary {
    background: #35845d;
    color: #fff;
}
.wp-block-coblocks-accordion p {
    margin-bottom: 18px;
}
.wp-block-coblocks-accordion ul.has-small-font-size {
    margin-bottom: 18px;
}
.wp-block-coblocks-accordion .wp-block-file {
    margin-top: 18px;
}
.wp-block-coblocks-accordion .wp-block-file a {
    display: inline-block;
}

/* img slider */
div.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets {
    padding: 30px 0 2px;
    cursor: pointer;
}
div.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}

/* img - text rhs layer */
.img-textrhs .wp-block-media-text__content {
    padding: 100px 50px !important;
}
.img-textrhs .wp-block-media-text__content > * {
    max-width: 475px;
    float: left;
    width: 100%;
}

/* img - text lhs layer */
.img-textlhs .wp-block-media-text__content {
    padding: 100px 50px !important;
}
.img-textlhs .wp-block-media-text__content > * {
    max-width: 475px;
    float: right;
    width: 100%;
}

/* 404 - search result */
.error-404.not-found {
    background: #f5f5f5;
    padding: 50px;
    text-align: center;
}
/* search result */
.search-results header.page-header {
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
    margin-top: 0;
    margin-bottom: 50px;
}
.search-results .page-title {
    font-size: 1.728rem;
}
.search-results header.page-header {
    margin-bottom: 50px;
}
.search-results main#main > article {
    padding: 30px;
    margin: 30px auto;
    max-width: calc( 782px - 32px);
    box-shadow: 0px 100px 163px rgb(29 29 31 / 5%), 0px 22.3363px 36.4082px rgb(29 29 31 / 3%), 0px 6.6501px 10.8397px rgb(29 29 31 / 2%);
    border: 1px solid #ededed;
}
.search-results header.entry-header {
    background: transparent;
    padding: 0;
    text-align: left;
    margin: 0 0 20px;
}
.search-results header.entry-header h2.entry-title {
    font-size: 1.3rem;
}
.search-results main#main > article .entry-content {
    margin: 0;
    font-size: 16.6px;
}
.search-results footer.entry-footer {
    display: none;
}
.search-results .more-link {
    background-color: #23883D;
    display: table;
    color: #fff;
    padding: 10px 12px;
    font-size: 0.72rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'Source Sans Pro';
    line-height: normal;
}
.search-results .more-link:hover {
    background-color: #195f2b;
}

/* page header with backround img */
.custom-background-header header.entry-header.responsive-max-width {
    display: none;
}



/* Resposive */
@media screen and (min-width: 560px) {
    /* page header with backround img */
    .custom-background-header .site-main > article > .entry-content {
        margin: 0;
    }
    .custom-background-header .transparant-header-img {
        padding-top: 280px !important;
        padding-bottom: 135px !important;
        min-height: auto !important;
    }

    /* transparant header */
    .custom-background-header header#masthead {
        position: absolute;
        width: 100%;
        z-index: 9;
        max-width: 100%;
    }
    .custom-background-header header#masthead .main-menu > li > a {
        color: #fff;
    }
    .custom-background-header header#masthead .main-navigation > div > ul > li > a:hover,
    .custom-background-header header#masthead .main-navigation > div > ul > li > a[aria-current="page"]{
        color: #54d294;
    }

}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 36px !important;
        line-height: 36px !important;
    }
    #masthead {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .entry-content > .wp-block-columns {
        padding: 50px 0 !important;
        margin-top: 0;
        margin-bottom: 0;
    }
    body .is-layout-flex {
        gap: 0;
    }
    .img-textlhs .wp-block-media-text__content,
    .img-textrhs .wp-block-media-text__content {
        padding: 50px 32px !important;
    }

    header.entry-header.responsive-max-width {
        padding: 40px 10px;
        margin-bottom: 30px;
    }
    h1 {
        font-size: 28px !important;
        line-height: 32px !important;
    }


    .site-main > article > * {
        margin-top: 0;
    }

    body .mobile-mt-0,
    .entry-content > .mobile-mt-0 {
        margin-top: 0 !important;
    }

    body .mobile-mtb-0,
    .entry-content > .mobile-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    body .m-ptb-25,
    .entry-content > .m-ptb-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    body .m-pt-0,
    .entry-content > .m-pt-0 {
        padding-top: 0 !important;
    }

    /* search result */
    .search-results header.entry-header {
        padding: 0;
    }
    .search-results main#main > article .entry-content > p {
        max-width: 100%;
    }
    .search-results .more-link {
        margin-top: 15px;
    }
}

@media screen and (max-width: 600px) {
    .img-textlhs .wp-block-media-text__content > *,
    .img-textrhs .wp-block-media-text__content > * {
        max-width: 100%;
    }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
    /* search result */
    .search-results main#main > article {
        max-width: 95%;
    }
}

@media screen and (max-width: 559px) {
    /* mobile menu */
    .main-navigation #toggle-menu {
        text-decoration: none !important;
    }
    .main-navigation > div > ul {
        padding: 12px 20px;
        background: #fff;
        box-shadow: 8px 8px 30px 0px rgb(0 0 0 / 12%);
        border-radius: 12px;
        margin-top: 20px;
    }
    .site-header > *.main-navigation > div > ul > li > .sub-menu {
        border: none;
        box-shadow: none;
        background: #f5f5f5;
        padding: 6px 14px;
        border-radius: 6px;
    }

    /* transparant header */
    .custom-background-header .transparant-header-img {
        min-height: auto;
    }

    .wpmapblockrender {
        height: 320px !important;
    }

    /* 404 page */
    .error-404.not-found {
        padding: 18px;
    }
    .error-404.not-found input.search-field {
        width: 170px;
    }
}
