.elementor-kit-7{--e-global-color-primary:#00833F;--e-global-color-secondary:#F4BE49;--e-global-color-text:#555555;--e-global-color-accent:#DDDDDD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS */.thematicItems .elementor-widget .elementor-icon-list-item {
    background-color: #00833F;
    padding: 10px !important;
    margin-bottom: 1rem;
}
.thematicItems .elementor-widget .elementor-icon-list-item:hover {
    background-color: #F4BE49;
    transition: 0.5s;
}
g.imapsSprite-group.imapsContainer-group.imapsComponent-group.imapsSeries-group.imapsMapSeries-group.imapsMapPolygonSeries-group {
    transform: scale(2.5);
    transform-origin: 70% 30%;
}


.iconListDetails
.resource-details .elementor-widget-icon-list .elementor-icon-list-text .resourceHeading {
    font-weight: bold !important;
}


.taxonomy-content {
    display: flex;
    flex-wrap: wrap;
}
.taxonomy-right img {
    align-self: center;
}
.taxonomy-left {
    width: 100%;
}

.taxonomy-right {
    width: 100%;
}

@media (min-width: 768px) {
    .taxonomy-left {
        width: 60%;
    }

    .taxonomy-right {
        width: 35%;
        margin-left: 5%;
        align-self: center;
    }
}

/*css for recources details*/
.allResources .elementor-accordion {
  
}

.allResources .elementor-accordion-item {
  margin-bottom: 10px;
  border: none;
}

 .allResources .elementor-accordion-title {
  padding: 0.5rem 1rem;
  cursor: pointer;
  background-color: #f7f7f7;
  font-weight: bold;
  color: #00833F;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.allResources .elementor-accordion .elementor-accordion-title.elementor-active .accordion-icon::before {
    content: '-';
}

.allResources .elementor-accordion .elementor-accordion-title .accordion-icon::before {
    content: '+';
    margin-right: 0.5rem;
    font-size: 1.5rem;
    line-height: 1;
}
.allResources .elementor-accordion-content {
  display: none;
  padding: 1rem 2rem;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.allResources .elementor-accordion .elementor-accordion-item.elementor-active  .elementor-accordion-content {
  display: block;
}
.allResources .elementor-accordion .elementor-accordion-item.elementor-active .elementor-accordion-title {
  
}

#load-more-accordion {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color:  #00833F;
    color: #fff;
    border: none;
    cursor: pointer;
}
#load-more-accordion:hover {
    background-color: #F4BE49;
}
.download-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00833F;
    color: #fff !important;
    text-decoration: none;
}
.download-button:hover {
    color: #fff;
    background-color: #F4BE49;
}
.fileBtns {
    display: flex !important;
    justify-content: space-evenly;
}/* End custom CSS */