/*
**** CUSTOM STYLES
*/


/* AJAXLOADMORE GRIDS, AUGUST 2026 ***************************/
#alm-selected-filters {
    justify-content: flex-start !important;
    align-items: center !important;
    width: calc(66.6667% + 7px) !important;
    padding:0 0 30px !important;
}

#alm-selected-filters li {
    
}

#alm-selected-filters li div {
    position: relative;
    margin-right: 15px !important;
    padding: 0 20px !important;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    letter-spacing:0.01em !important;
    -webkit-appearance:none !important;
    color: #192121 !important;
    background: #fff !important;
    border-radius: 14px !important;
    border: 1px solid #192121 !important;
}

#alm-selected-filters li div:before {
    left: -4px !important;
    top: -2px !important;
    opacity: 0.7 !important;
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.749978 0.792685L8.24994 8.29259' stroke='black' stroke-linecap='round'/%3e%3cpath d='M8.25 0.70729L0.750099 8.20724' stroke='black' stroke-linecap='round'/%3e%3c/svg%3e") !important;
}

#alm-selected-filters li div:hover:before {
    opacity: 1.0 !important;
}

.filters_wrap {
    position: relative;
    z-index:10;
}
    
.filters_wrap .alm-filters-container {
    position: relative;
    margin:0 0 1.5em;
}

.filters_wrap .alm-filters--controls {
    display: inline-block !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0;
    width: auto !important;
    height: auto;
    box-sizing:border-box;
}

.filters_wrap .alm-filters--controls .alm-filters--reset {
    
}
        
.filters_wrap .alm-filters--controls .alm-filters--reset button[type=reset] {
    display: block;
    position: relative;
    width: 40px !important;
    height: 40px !important;
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    background: #fff !important;
    transition: all 0.3s;
    box-shadow: none;
    cursor:pointer;
    z-index:1020;
}

.filters_wrap .alm-filters--controls .alm-filters--reset button[type=reset]:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-indent: 0;
    font-family: icomoon !important;
    font-size: 16px;
    line-height: 40px;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
    color: #192121;
    content: '\e117';
}

.filters_wrap .alm-filters--controls .alm-filters--reset button[type=reset]:hover {
    background-color: #fff !important;
}

.filters_wrap .alm-filters--controls .alm-filters--reset button[type=reset]:hover:after {
    color: #2D8F63;
}

.filters_wrap .alm-filter {
    margin:0;
    position: relative;
    display: inline-block !important;
    min-width: 100px;
    -webkit-backface-visibility: hidden;
    transform: translateZ(1px);
    z-index:1;
}

.filters_wrap .alm-filter[data-fieldtype='checkbox'] {
    z-index: 10;
}

.filters_wrap .alm-filter[data-fieldtype='checkbox'] .alm-filter--inner {
    box-shadow: 0 19px 35px 1px rgba(0,0,0,0.11);
}

.filters_wrap .alm-filter .alm-filter--inner {
    position:absolute;
    left:0;
    top:30px;
    width: auto;
    padding: 8px 10px;
    background: #fff;
}

.filters_wrap .alm-filter .alm-filter--inner ul {
    margin:0;
    padding:0;
    list-style:none;
}

.filters_wrap .alm-filter .alm-filter--inner ul > li {
    margin:0;
    padding:0;
    list-style:none;
}

.filters_wrap .alm-filter .alm-filter--inner ul > li > .alm-filter--link {
    display: block;
    position: relative;
    margin: 12px 0 5px;
    padding:0 0 0 22px;
    font-family: 'Montserrat' !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    min-height: 0;
    -webkit-appearance: none;
    color: #192121;
    text-transform: none;
    text-align: left;
    transition: all 0.3s;
    cursor:pointer;
    white-space: nowrap;
}

.filters_wrap .alm-filter .alm-filter--inner ul > li > .alm-filter--link:before {
    display: none;
}

.filters_wrap .alm-filter .alm-filter--inner ul > li > .alm-filter--link:after {
    top: 8px;
    left: 12px;
    opacity:0;
    border-color: #2D8F63 !important;
}

.filters_wrap .alm-filter .alm-filter--inner ul > li > .alm-filter--link:hover,
.filters_wrap .alm-filter .alm-filter--inner ul > li > .alm-filter--link.active {
    color: #2D8F63;
    text-decoration:none;
}

.filters_wrap .alm-filter .alm-filter--inner ul > li > .alm-filter--link:hover:after,
.filters_wrap .alm-filter .alm-filter--inner ul > li > .alm-filter--link.active:after {
    opacity: 1;
    border-color: #2D8F63;
}

.filters_wrap .alm-filter .alm-filter--inner ul > li > .alm-filter--link.active:after {
    opacity:1;
}

.filters_wrap .alm-filter.alm-filter--search {
    display: inline-block;
    margin-left: 15px;
}

.filters_wrap .alm-filter.alm-filter--search .alm-filter--inner {
    position:static;
    padding:0;
    width: auto;
    background: none;
}

.filters_wrap .alm-filter.alm-filter--search .alm-filter--text-wrap {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding:0;
    border-radius: 0;
    border:none;
    background: #fff;
    height: 40px;
}

.filters_wrap .alm-filter.alm-filter--search input[type='text'] {
    flex: 0 0 calc(100% - 40px) !important;
    margin-top: 1px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc !important;
    line-height:40px;
    font-family: 'Montserrat' !important;
    font-weight: 600;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 15px;
    color: #192121;
    text-transform:none;
    background: transparent;
    transition: all 0.3s;
}

.filters_wrap .alm-filter.alm-filter--search input[type='text']:focus,
.filters_wrap .alm-filter.alm-filter--search input[type='text']:valid {
    outline: none;
}

.filters_wrap .alm-filter.alm-filter--search input[type='text']:focus {
    
}

.filters_wrap .alm-filter.alm-filter--search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(204,204,204,1) !important;
}

.filters_wrap .alm-filter.alm-filter--search::-moz-placeholder { /* Firefox 19+ */
    color: rgba(204,204,204,1);
}

.filters_wrap .alm-filter.alm-filter--search:-ms-input-placeholder { /* IE 10+ */
    color: rgba(204,204,204,1);
}

.filters_wrap .alm-filter.alm-filter--search:-moz-placeholder { /* Firefox 18- */
    color: rgba(204,204,204,1);
}

.filters_wrap .alm-filter.alm-filter--search button[type="button"] {
    display: block;
    position: relative;
    width: 40px !important;
    height: 40px !important;
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    /*background: #666 url('../../images/search-mag-glass-white.svg') no-repeat center center !important;
    background-size: 20px auto;*/
    background: #fff !important;
    transition: all 0.3s;
    box-shadow: none;
    cursor:pointer;
    z-index:1020;
}

.filters_wrap .alm-filter.alm-filter--search button[type="button"]:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-indent: 0;
    font-family: icomoon !important;
    font-size: 18px;
    line-height: 40px;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
    color: #192121;
    content: '\e036';
}

.filters_wrap .alm-filter.alm-filter--search button[type="button"]:hover {
    background-color: #fff !important;
}

.filters_wrap .alm-filter.alm-filter--search button[type="button"]:hover:after {
    color: #2D8F63;
}

.filters_wrap .alm-filters-container .alm-filter--title {
    
}

.filters_wrap .alm-filters-container .alm-filter--title .alm-filter--toggle {
    position:relative;
    margin:0 5px;
    padding:5px 25px 5px 15px;
    background: none;
    font-family: 'Montserrat' !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    -webkit-appearance:none;
    box-sizing: border-box;
    color: #192121;
    text-transform: none;
}

.filters_wrap .alm-filters-container .alm-filter--title .alm-filter--toggle:after,
.filters_wrap .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded="false"]:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 5px;
    border: none;
    overflow: hidden;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' version='1.1' viewBox='0 0 20 11'%3e%3cpath fill='%23192121' d='M20,10.7h-2.6L10,2,2.6,10.7H0L8.8.3h2.4l8.8,10.5Z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: none;
}

.filters_wrap .alm-filters-container .alm-filter--title .alm-filter--toggle:hover,
.filters_wrap .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded="true"] {
    background: #fff;
}

.filters_wrap .alm-filters-container .alm-filter--title .alm-filter--toggle:hover:after,
.filters_wrap .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded="true"]:after {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.filters_wrap .alm-filters-container .alm-filters-edit {
    display:none;
}


@media only screen and (max-width: 1440px) {
    
    
    
}

@media only screen and (max-width: 1280px) {
    
    
    
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    
    .filters_wrap .alm-filter.alm-filter--search {
        max-width: 215px;
    }
    
}

@media only screen and (max-width: 690px) {
    
    .filters_wrap .alm-filter[data-fieldtype='checkbox'] {
        margin-bottom: 20px;
    }
    
    .filters_wrap .alm-filter.alm-filter--search {
        max-width: 70%;
    }
    
}

@media only screen and (max-width: 480px) {
    
    
    
}

/* ALM GRIDS **********************************/
.leadership_grid {
    
}

.leadership_grid .alm-listing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    padding:0;
}

.leadership_grid .alm-item.leader {
    margin: 0;
}

.leadership_grid .alm-item.leader .wrap_link {
    display:block;
    height:100%;
    text-decoration:none;
}

.leadership_grid .alm-item.leader .inner {
    height: 100%;
}

.leadership_grid .alm-item.leader .img {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.leadership_grid .alm-item.leader .img > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2D8F63;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition:all 0.5s ease-out;
}

.leadership_grid .alm-item.leader .info {
    margin-top: 10px;
}

.leadership_grid .alm-item.leader .info .name {
    margin: 0;
    padding: 5px 10px;
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #444;
    transition: all 0.3s;
}

.leadership_grid .alm-item.leader .info .job_title {
    margin: 0;
    padding: 5px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 16px;
    color: #444;
}

.leadership_grid .alm-item.leader .wrap_link:hover {
    
}

.leadership_grid .alm-item.leader .wrap_link:hover .img > div {
    transform: scale(1.1);
}

.leadership_grid .alm-item.leader .wrap_link:hover .info .name {
    color: #2D8F63;
}

.leadership_grid .alm-item.leader .wrap_link:hover .info .job_title {
    color: #444;
}

#custom_alm_loader {
    display: block;
    padding: 3em 0;
    text-align: center;
}

#custom_alm_loader.done {
    display: none;
}

#custom_alm_loader .loading_spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: transparent url('../images/loading.svg') no-repeat center center;
    background-size: cover;
}

.leadership_grid .alm-load-more-btn {
    display: none !important;
}

@media only screen and (max-width: 1440px) {
    
    
    
}

@media only screen and (max-width: 1399px) {
    
    .leadership_grid .alm-listing {
        grid-template-columns: repeat(3, 1fr);
    }
    
}

@media only screen and (max-width: 1280px) {
    
    
    
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    
    .leadership_grid .alm-listing {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media only screen and (max-width: 690px) {
    
    .leadership_grid .alm-listing {
        grid-template-columns: repeat(1, 1fr);
    }
    
}

@media only screen and (max-width: 480px) {
    
    
    
}
