.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4613 .elementor-element.elementor-element-3072fe7{--display:flex;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.resource-wrapper {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}

.resource-wrapper .resource-list  {
    padding-left: 0;
    margin-bottom: 20px;
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    grid-gap: 20px !important;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-self: flex-start;
    list-style-type: none;
}



.resource-wrapper .resource-list .resource-list-item {
    box-shadow: 0 8px 25px 0 rgb(0 6 55 / 20%);
    webkit-box-shadow: 0 8px 25px 0 rgb(0 6 55 / 20%);
     -webkit-box-flex: 0;
    border-radius: 10px 0 10px 0;
}

.resource-wrapper .resource-list .resource-list-item .resource-item {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .resource-wrapper .resource-list .resource-list-item  {
        grid-column-start: 1;
        grid-column-end: 4;
    }
}

.resource-item > a {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px 0 0 0 ;
}

.resource-wrapper .feature-image {
    width: 100%;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition-duration:  0.4s;
}

.resource-item > a:hover .feature-image {
    transform: scale(1.1);
}

.resource-wrapper .resource-list-item .text-wrapper {
    padding: 30px;
}

.resource-wrapper .date {
    font-size: 16px;
}

.resource-wrapper h2 {
    font-size: 22px;
    font-weight: 670;
    color: var(--e-global-color-primary);
    text-align: left;
    transition-duration: 0.3s;
}

.resource-wrapper h2:hover {
    color: var(--e-global-color-334dd43);
}

.resource-wrapper a {
    text-decoration: none;
}

.resource-wrapper a:hover {
    text-decoration: none;
}

.resource-wrapper p {
    width: 100%;
    font-size: 16px;
    line-height: 1.45em;
    display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  /*
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  */
}

@media only screen and (min-width: 768px) {
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type {
        grid-column-start: 1;
        grid-column-end: 4;
        min-height: 250px;
        margin-bottom: 25px;
    }
    
    .resource-wrapper .resource-list.resource-list:first-of-type .resource-list-item:first-of-type .resource-item > a {
        width: 50%;
        float: left;
    }
    
    .resource-wrapper .resource-list.resource-list:first-of-type .resource-list-item:first-of-type .feature-image {
        display: block;
        max-width: 100%;
        float: left;
        position: relative;
    }
    
    .resource-wrapper .resource-list.resource-list:first-of-type .resource-list-item:first-of-type .text-wrapper {
        padding: 50px;
    }
    
    .resource-wrapper .resource-list.resource-list:first-of-type .resource-list-item:first-of-type p {
        font-size: 18px;
    }
    
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item,
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item a,
     .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item a .feature-image {
        height: 100%;
    }
    
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .text-wrapper {
        display: block;
        float: left;
        max-width: 50%;
    }
    
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type h2 {
        font-size: 28px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1000px) {
    .resource-wrapper .resource-list  {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type {
        grid-column-start: 1;
        grid-column-end: 3;
        min-height: 250px;
        margin-bottom: 25px;
    }
}


.featured-story:before {
     content: 'FEATURED RESOURCE';
     width: 190px;
     padding: 5px 15px;
     display: block;
     position: relative;
     margin-bottom: -42px;
     z-index: 1;
     font-size: 13px;
     font-weight: 500;
     color: #ffffff;
     background-color: rgba(16, 75, 125,0.82);
     border-radius: 10px 0;
}


@media screen and (max-width: 767px) {
    .resource-wrapper .resource-list.resource-list:first-of-type .resource-list-item:first-of-type::before, .featured-story:before {
        margin-bottom: 0;
    }
}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item,
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item a,
     .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item a .feature-image {
    height: -webkit-fill-available;
    }
    .return-button a:before {
        display: none !important;
    }
    .elementor-1784 .elementor-element.elementor-element-6390b5f > .elementor-widget-container {
        margin: 0 0 0 0 !important;
    }
}}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
    /*.blog-wrapper .blog-list:first-of-type .blog-list-item:first-of-type .blog-item,*/
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item a,
     .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item a .feature-image {
        height: -webkit-fill-available;
    }
    .return-button a:before {
        display: none !important;
    }
    .elementor-1784 .elementor-element.elementor-element-6390b5f > .elementor-widget-container {
        margin: 0 0 0 0 !important;
    }
}}

/* at least one input mechanism of the device includes a pointing device of limited accuracy. */
@media only screen and (max-width: 767px) {
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item {
        height: inherit !important;
    }
    
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item > a {
        width: 100%;
        height: 200px;
        overflow: hidden;
        display: inline-block;
        border-radius: 10px 0 0 0 ;
    }
    
    .resource-wrapper .resource-list:first-of-type .resource-list-item:first-of-type .resource-item > a .feature-image {
        width: 100%;
        height: inherit;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition-duration:  0.4s;
    }
}

.resource-wrapper .categories {
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    height: auto;
    overflow: auto;
}

.resource-wrapper .categories li {
    display: block;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    padding: 6px 4px;
    width: fit-content;
    font-weight: 500;
    line-height: 1em;
    float: left;
    background-color: #61A60D2b;
    color: #4E8743;
}


.searchandfilter ul {
    padding-left: 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    margin-bottom: 50px !important ;
}

.searchandfilter li  {
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    grid-gap: 10px !important;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-flex: 1;
    flex: 1 1;
    flex-wrap: wrap;
    align-self: flex-start;
    list-style-type: none;
}

.searchandfilter li label {
    width: 100%;
}

.searchandfilter li label h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    margin-bottom: 5px;
}

.searchandfilter input,
.searchandfilter select {
    width: 100%;
    font-size: 18px;
    border-radius: 0;
}

.searchandfilter input {
    padding: 9px 18px;
}

.searchandfilter select {
    margin-right: 10px;  
    border-radius: 0;
}

.searchandfilter .sf-field-reset {
    margin: auto 0 0 0;
    max-width: 180px;
}

.searchandfilter input[type="submit"] {
    padding: 7.5px 18px;
    border: none;
}

@media only screen and (max-width: 935px) {
    .searchandfilter ul  {
        flex-direction: column;
        gap: 0;
    }
    .searchandfilter li  {
        align-self: stretch;
    }
    
    .searchandfilter .sf-field-reset {
    margin: 15px 0 0 0;
}
}/* End custom CSS */