.elementor-2819 .elementor-element.elementor-element-98e161c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:0px;--padding-bottom:0100px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-2819 .elementor-element.elementor-element-98e161c{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-92c378f *//* ==================================================
   POST FILTER WRAPPER
================================================== */
.kc-post-filter-wrapper {
    width: 100%;
}

.kc-post-filter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 38px;

    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;

    margin: 0 auto 45px;
    padding-top:20px !important;
    padding-bottom:20px !important;
  padding-left: 20px !important;
    padding-right: 20px !important;
    
 
}

/* Full-width background */
.kc-post-filter::before {
    content: "";
    position: absolute;
    z-index: -1;

    top: -3px;
    bottom: 0;

    left: 50%;
    transform: translateX(-50%);

    width: 100vw;

    background: #f5f5f5;
    
}


/* ==================================================
   FILTER DROPDOWNS
================================================== */

.kc-select-wrapper {
    position: relative;
    width: 230px;
   
}

.kc-select-wrapper select {
    display: block;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 48px 0 18px;
    color: #333333;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.kc-select-wrapper select:hover {
    border-color: #cccccc;
}

.kc-select-wrapper select:focus {
    border-color: #124e7b;
    box-shadow: 0 0 0 3px rgba(18, 78, 123, 0.12);
    outline: none;
}

/* Custom dropdown arrow */
.kc-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #777777;
    border-bottom: 2px solid #777777;
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
}


/* ==================================================
   NOSCRIPT FILTER BUTTON
================================================== */

.kc-post-filter button {
    min-height: 48px;
    padding: 0 24px !important;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    background: #124e7b;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.kc-post-filter button:hover {
    background: #ed6b22;
}


/* ==================================================
   POSTS GRID
================================================== */

.kc-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 45px;

    width: 100%;
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;

    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
}

/* ==================================================
   POST CARD
================================================== */

.kc-post-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.kc-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 9px 28px rgba(0, 0, 0, 0.16);
}


/* ==================================================
   POST FEATURED IMAGE
================================================== */

.kc-post-image {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    background-color: #eeeeee;
}

.kc-post-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.kc-post-card:hover .kc-post-image img {
    transform: scale(1.04);
}


/* ==================================================
   POST CONTENT
================================================== */

.kc-post-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 34px 46px 28px;
}


/* ==================================================
   POST TITLE
================================================== */

.kc-post-title {
    margin: 0 0 18px;
    padding: 0;
    color: #124e7b;
    font-family: inherit;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.3em !important;
    text-transform: none;
}

.kc-post-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}




/* ==================================================
   POST EXCERPT
================================================== */

.kc-post-excerpt {
    margin: 0 0 22px;
    padding: 0;
    color: #777777;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
     display: -webkit-box;
     overflow: hidden;
      min-height: calc(3em * 1.8);
      
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}


.kc-post-excerpt p {
    margin: 0;
    padding: 0;
}


/* ==================================================
   READ MORE BUTTON
================================================== */

.kc-read-more {
    display: inline-block;
    margin-top: auto;
    padding: 0;
    color: #E3722B !important;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.kc-read-more:hover,
.kc-read-more:focus {
    color: #124e7b;
    text-decoration: none;
}


/* ==================================================
   NO POSTS FOUND
================================================== */

.kc-no-posts {
    grid-column: 1 / -1;
    width: 100%;
    padding: 45px 25px;
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    background: #f5f5f5;
    border-radius: 5px;
}


/* ==================================================
   PAGINATION
================================================== */

.kc-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    margin-top: 45px;
}

.kc-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin: 0;
    padding: 0 12px;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    background: #f1f1f1;
    border-radius: 4px;
    text-decoration: none;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.kc-pagination a.page-numbers:hover {
    color: #ffffff;
    background: #ed6b22;
}

.kc-pagination .page-numbers.current {
    color: #ffffff;
    background: #124e7b;
}

.kc-pagination .page-numbers.dots {
    color: #777777;
    background: transparent;
}


/* ==================================================
   TABLET
================================================== */

@media screen and (max-width: 1024px) {
    .kc-post-filter {
        gap: 20px;
        margin-bottom: 35px;
    }

    .kc-select-wrapper {
        flex: 1;
        width: auto;
    }

    .kc-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .kc-post-content {
        padding: 28px;
    }

    .kc-post-title {
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 1.5;
    }

    .kc-post-excerpt {
        font-size: 17px;
        line-height: 1.7;
    }

    .kc-read-more {
        font-size: 17px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media screen and (max-width: 650px) {
    .kc-post-filter {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 30px;
        padding: 20px;
    }

    .kc-filter-label {
        margin-bottom: 3px;
        line-height: 1.4;
    }

    .kc-select-wrapper {
        width: 100%;
    }

    .kc-select-wrapper select {
        width: 100%;
    }

    .kc-post-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .kc-post-content {
        padding: 25px;
    }

    .kc-post-title {
        margin-bottom: 12px;
        font-size: 21px;
        line-height: 1.45;
    }

    .kc-post-excerpt {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.7;
    }

    .kc-read-more {
        font-size: 16px;
    }

    .kc-pagination {
        margin-top: 30px;
    }

    .kc-pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 14px;
    }
}

.kc-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-left: auto;
    padding: 0 25px;

    color: #ffffff !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;

    background-color: #124e7b;
    border-radius: 8px;
    text-decoration: none !important;
    white-space: nowrap;

    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.kc-filter-reset:hover,
.kc-filter-reset:focus {
    color: #ffffff !important;
    background-color: #ed6b22;
}/* End custom CSS */