.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );font-style:var( --e-global-typography-secondary-font-style );text-decoration:var( --e-global-typography-secondary-text-decoration );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );font-style:var( --e-global-typography-secondary-font-style );text-decoration:var( --e-global-typography-secondary-text-decoration );}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );font-style:var( --e-global-typography-secondary-font-style );text-decoration:var( --e-global-typography-secondary-text-decoration );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );font-style:var( --e-global-typography-secondary-font-style );text-decoration:var( --e-global-typography-secondary-text-decoration );}@media(max-width:1024px){.elementor-widget-section .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-section .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-shortcode .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-shortcode .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-section .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-section .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-shortcode .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-shortcode .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}/* 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: 200px;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px 0 0 0 ;
}

.resource-wrapper .feature-image,
.resource-list-item.featured-story.no-thumbnail a .feature-image {
    width: 100%;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition-duration:  0.4s;
}

.resource-wrapper .resource-list .resource-list-item:first-of-type.no-thumbnail a .feature-image,
.resource-list-item.featured-story.no-thumbnail a .feature-image {
    background-image: var(--wpr-bg-1d7ab9b7-15e5-4614-ad65-d9b1ba3a220a) !important;
}

.resource-wrapper .resource-list .resource-list-item:not(:first-of-type).no-thumbnail a.thumbnail-link {
    display: none;
}

.resource-wrapper .resource-list .resource-list-item.featured-story.no-thumbnail a.thumbnail-link {
    display: block;
}

.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;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.resource-wrapper h2 {
    font-family: "Work Sans", Sans-serif;
    font-size: 22px;
    font-weight: 670;
    color: var(--e-global-color-8472cbc);
    text-align: left;
    transition-duration: 0.3s;
    letter-spacing: 0;
}

.resource-wrapper h2:hover {
    color: var(--e-global-color-primary);
}

.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;
}

.resource-wrapper .resource-list > h2 {
    grid-column: 1 /4; 
    text-align: center;
}

@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;
    }
}

.featured-story:before {
     content: 'FEATURED PUBLICATION';
     width: 190px;
     padding: 5px 15px;
     display: block;
     position: absolute;
     z-index: 1;
     font-size: 13px;
     font-weight: 500;
     color: #ffffff;
     background-color: var(--e-global-color-primary);
     border-radius: 10px 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;
}

/* #########################
FORM START
########################## */
form.searchandfilter {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 50px
}

.searchandfilter ul  {
    padding-left: 0;
    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;
}

.searchandfilter ul .sf_date_field {
    grid-template-columns: repeat(2, 1fr);
}

.searchandfilter  label {
    width: 100%;
}

.searchandfilter  input {
    padding: 10px 16px;
    border-radius: 0;
}

.searchandfilter select {
    border-radius: 0;
}

.searchandfilter .sf_date_field > li {
    padding: 0 !important;
}

.searchandfilter li:nth-of-type(4) {
    grid-column: 1/3;
}

.searchandfilter input[type="submit"] {
    float: right;
}

.searchandfilter li.sf-field-reset {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.searchandfilter li.sf-field-reset input {
    border-radius: 0;
    border: 1px solid var(--e-global-color-primary);
    background-color: #00000000;
}

.searchandfilter h4 {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin-bottom: 0;
}






@media only screen and (max-width: 935px) {
    .searchandfilter ul  {
        grid-gap: 20px;
        grid-template-columns: repeat(1, 2fr);
    }
    
    .searchandfilter ul .sf_date_field {
        grid-gap: 20px !important;
        
    }
    
    .searchandfilter li:first-of-type {
        grid-column: 1/2;
    }
    
    .searchandfilter li:nth-of-type(2) {
        grid-column: 2/3;
    }
    
    .searchandfilter li:nth-of-type(3) {
        grid-column: 1/3;
    }
    
    .searchandfilter li:nth-of-type(4) {
        grid-column: 1/2;
    }
    
    .searchandfilter ul .sf_date_field {
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 699px) {
    .searchandfilter ul  {
        grid-gap: 0 !important;
        grid-template-columns: 1;
    }
    
    .searchandfilter ul .sf_date_field {
        grid-gap: 20px !important;
        
    }
    
    .searchandfilter li:first-of-type {
        grid-column: 1/2;
    }
    
    .searchandfilter li:nth-of-type(2) {
        grid-column: 1/2;
    }
    
    .searchandfilter ul .sf_date_field {
        grid-template-columns: repeat(1, 1fr);
    }

    
    .searchandfilter li:nth-of-type(3) {
        grid-column: 1/2;
    }
    
    .searchandfilter li:nth-of-type(4) {
        grid-column: 1/2;
    }
    
    .searchandfilter ul .sf_date_field {
        grid-gap: 20px;
    }
}

.resource-wrapper .resource-list > h2 {
    color: var(--e-global-color-text);
    margin-top: 60px;
}


/* Calendar Filter */
.ll-skin-melon .ui-widget,
.ll-skin-melon .ui-datepicker th,
.ll-skin-melon td .ui-state-active {
    background-color: var(--e-global-color-primary);
} 
.ll-skin-melon td .ui-state-default:not(.ui-state-active) {
    color: var(--e-global-color-primary);
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
    color: var(--e-global-color-secondary) !important;
}


/* 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;
    }
}/* End custom CSS */