.l-btn--blog-more {
    border-radius: 2px;
    background-color: #DE4153;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.714;
    text-transform: uppercase;
    border: none;
    padding: 8px 31px;
    transition: all 0.3s ease-in-out;
}

.l-btn--blog-more:hover {
    background-color: #ab252f;
}

.l-btn--blog-more span {
    font-size: 0;
}

.l-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 184px;
    padding: 12px;
    background-color: #ffffff;
    z-index: 1;
}

.l-dropdown::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    /* background-color: #464855; */
}

.l-dropdown .l-dropdown__item {
    color: #464855;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.l-dropdown .l-dropdown__item:not(:first-child) {
    margin-top: 4px;
}

@media screen and (min-width:992px) {

    .l-dropdown .l-dropdown__item:hover,
    .l-dropdown .l-dropdown__item:focus {
        color: #DE4153;
    }
}

.l-dropdown .l-dropdown__item:active,
.l-dropdown .l-dropdown__item.is-active {
    color: #DE4153;
}

.button__disable button {
    cursor: not-allowed;
}

.umh.blog-carousel h3 {
    color: #212D58;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 28px 0;
    text-align: left;
    text-decoration: unset !important;
}

.umh.blog-carousel article h3 {
    text-decoration: none;
}

.umh.blog-carousel article span.card-blog__date {
    color: #464855;
}

.umh.blog-carousel .blog-carousel__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0;
    padding-bottom: 64px;
    width: 100%;
}

@media screen and (min-width:768px) {
    .umh.blog-carousel .blog-carousel__wrap {
        margin: -20px -16px;
        padding-bottom: 84px;
    }
}

@media screen and (min-width:1199px) {
    .umh.blog-carousel .blog-carousel__wrap {
        margin: -26px -20px;
    }
}

.umh.blog-carousel .blog-carousel__wrap .blog-carousel__item {
    display: flex;
    padding: 8px 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:768px) {
    .umh.blog-carousel .blog-carousel__wrap .blog-carousel__item {
        /* width: 50%;
        max-width: 50%; */
        padding: 20px 16px;
    }
}

/* @media screen and (min-width:992px) {
    .umh.blog-carousel .blog-carousel__wrap .blog-carousel__item {
        width: 33.333%;
        max-width: 33.333%;
    }
} */
@media screen and (min-width:1199px) {
    .umh.blog-carousel .blog-carousel__wrap .blog-carousel__item {
        padding: 26px 20px;
    }
}

.umh.blog-carousel .blog-carousel__wrap .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    min-width: unset;
}

.umh.blog-carousel .blog-carousel__wrap .next.slick-next.slick-arrow {
    right: 5%;
}

@media screen and (min-width:768px) {
    .umh.blog-carousel .blog-carousel__wrap .next.slick-next.slick-arrow {
        right: -4%;
    }
}

@media screen and (min-width:1320px) {
    .umh.blog-carousel .blog-carousel__wrap .next.slick-next.slick-arrow {
        right: -5%;
    }
}

.umh.blog-carousel .blog-carousel__wrap .prev.slick-prev.slick-arrow {
    left: 5%;
}

@media screen and (min-width:768px) {
    .umh.blog-carousel .blog-carousel__wrap .prev.slick-prev.slick-arrow {
        left: -4%;
    }
}

@media screen and (min-width:1320px) {
    .umh.blog-carousel .blog-carousel__wrap .prev.slick-prev.slick-arrow {
        left: -5%;
    }
}

.umh.blog-carousel .blog-carousel__wrap .slick-dots {
    display: none !important;
}

@media screen and (min-width:1440px) {
    .umh.blog-detail {
        padding: 0 197px 0;
    }
}

.umh.blog-detail .blog-content,
.umh.blog-detail p {
    color: #464855;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
}

.umh.blog-detail h2 {
    color: #464855;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
    text-decoration: unset !important;
}

.umh.blog-detail h3 {
    color: #464855;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: left !important;
    text-decoration: unset !important;
}

.umh.blog-detail ul li {
    color: #464855;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
}

.umh.blog-feature h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 28px;
    text-decoration: unset !important;
}

@media screen and (min-width:768px) {
    .umh.blog-feature h2 {
        font-size: 24px;
    }
}

.umh.blog-heading {
    text-align: center;
}

.umh.blog-heading span {
    color: #464855;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

.umh.blog-heading h1 {
    color: #212D58;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0 auto 32px auto;
}

@media screen and (min-width:1440px) {
    .umh.blog-heading h1 {
        max-width: 994px;
        font-size: 40px;
        line-height: 50px;
    }
}

.umh.blog-heading .blog-heading__social-icons a:not(:last-of-type) {
    margin-right: 24px;
}

.umh.blog-list h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    white-space: nowrap;
}

@media screen and (min-width:768px) {
    .umh.blog-list h2 {
        font-size: 24px;
    }
}

.umh.blog-list .blog-list__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-direction: column;
}

@media screen and (min-width:480px) {
    .umh.blog-list .blog-list__header {
        flex-direction: row;
        align-items: flex-end;
    }
}

.umh.blog-list .blog-list__header .blog-list__sort {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 16px 0 0;
}

@media screen and (min-width:480px) {
    .umh.blog-list .blog-list__header .blog-list__sort {
        margin: 0;
    }
}

@media screen and (min-width:768px) {
    .umh.blog-list .blog-list__header .blog-list__sort {
        font-size: 16px;
    }
}

.umh.blog-list .blog-list__header .blog-list__sort b {
    color: #464855;
    padding-right: 7px;
}

.umh.blog-list .blog-list__header .blog-list__sort .blog-list__sort-wrap {
    min-width: 153.92px;
    position: relative;
    color: #212D58;
    padding: 0;
    z-index: 1;
    cursor: pointer;
}

@media screen and (min-width:768px) {
    .umh.blog-list .blog-list__header .blog-list__sort .blog-list__sort-wrap {
        min-width: 168.92px;
    }
}

.umh.blog-list .blog-list__header .blog-list__sort .blog-list__sort-wrap i {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
}

.umh.blog-list .blog-list__header .blog-list__sort .blog-list__sort-wrap i svg {
    transition: all 0.3s ease-in-out;
}

.umh.blog-list .blog-list__header .blog-list__sort .blog-list__sort-wrap.is-open i svg {
    transform: rotate(180deg);
}

.umh.blog-list .blog-list__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0;
    padding-bottom: 64px;
}

@media screen and (min-width:768px) {
    .umh.blog-list .blog-list__wrap {
        margin: -20px -16px;
        padding-bottom: 84px;
    }
}

@media screen and (min-width:1199px) {
    .umh.blog-list .blog-list__wrap {
        margin: -26px -20px;
    }
}

.umh.blog-list .blog-list__wrap .blog-list__item {
    display: flex;
    padding: 8px 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:768px) {
    .umh.blog-list .blog-list__wrap .blog-list__item {
        width: 50%;
        max-width: 50%;
        padding: 20px 16px;
    }
}

@media screen and (min-width:992px) {
    .umh.blog-list .blog-list__wrap .blog-list__item {
        width: 33.333%;
        max-width: 33.333%;
    }
}

@media screen and (min-width:1199px) {
    .umh.blog-list .blog-list__wrap .blog-list__item {
        padding: 26px 20px;
    }
}

.umh.blog-list .l-btn.l-btn--blog-more {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.umh.blog-list .blog-more-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid;
    border-color: #E4E4ED;
    border-right-color: #ab252f;
    animation: s2 1s infinite linear;
    margin-left: 15px;
}

@keyframes s2 {
    to {
        transform: rotate(1turn);
    }
}

.umh.blog-list .select-hidden {
    display: none;
    visibility: hidden;
}

.umh.blog-list .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.umh.blog-list .select-styled {
    padding-right: 27px;
}

.umh.blog-list .select-styled.active .l-dropdown {
    display: block;
}

.umh.card-blog {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.umh.card-blog:hover {
    box-shadow: 0px 6px 25px 8px rgba(42, 42, 42, 0.05);
}

.umh.card-blog article {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 24px 24px;
}

@media screen and (min-width:768px) {
    .umh.card-blog article {
        padding: 40px 32px 32px;
    }
}

.umh.card-blog .card-blog__category {
    color: #DE4153;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.umh.card-blog p {
    color: #464855;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.714;
}

.umh.card-blog time {
    color: #464855;
    margin-top: var(--space-m);

}

.umh.card-blog p.is-shortened {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

.umh.card-blog .card-blog__date {
    color: #464855;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.142;
    margin-top: auto;
}

.umh.card-blog .card-blog__link {
    font-size: 0;
    position: absolute;
    inset: 0;
}

@media screen and (min-width:768px) {
    .umh.card-blog--featured {
        display: flex;
    }

    .umh.blog-feature .umh.card-blog {
        flex-direction: unset;
    }

    .umh.blog-feature .umh.card-blog figure {
        width: calc(100% - 492px);
        margin-bottom: 0;
    }

    .umh.blog-feature .umh.card-blog article {
        width: 492px;
        flex: unset;
    }
}

@media screen and (min-width:768px) {
    .umh.card-blog--featured figure {
        min-width: 50%;
    }
}

@media screen and (min-width:992px) {
    .umh.card-blog--featured figure {
        min-width: 56.8%;
    }
}

@media screen and (min-width:768px) {
    .umh.card-blog--featured article {
        display: flex;
        flex-direction: column;
        padding: 100px 40px 40px;
    }
     .umh.blog-feature .umh.card-blog--featured figure .card__placeholder article {
        width: 100%;
        padding-top: 0;
    }
}

@media screen and (min-width:768px) {
    .umh.card-blog--featured .card-blog__category {
        margin: 0 0 12px;
    }
}

@media screen and (min-width:768px) {
    .umh.card-blog--featured h3 {
        font-size: 24px;
        line-height: 1.333;
    }
}

@media screen and (min-width:768px) {
    .umh.card-blog--featured p {
        line-height: 1.571;
    }
}

@media screen and (min-width:768px) {
    .umh.card-blog--featured .card-blog__date {
        margin-top: auto;
    }
}

.blog-carousel__item.slick-slide {
    float: left !important;
}

.blog-carousel__item.slick-slide .umh.card-blog {
    width: 100%;
}

.blog-carousel__wrap.slick-initialized.slick-slider {
    display: block !important;
}

.blog-carousel__wrap.slick-initialized.slick-slider .slick-track {
    margin: 0;
}

.blog-carousel__wrap.slick-initialized.slick-slider .umh.card-blog p {
    min-height: 75px;
}

.umh.blog-carousel .blog-carousel__wrap {
    margin: -20px 0px;
}

.umh.blog-carousel .slick-list {
    margin-left: -16px;
    margin-right: -16px;
}

.umh.blog-carousel .blog-carousel__wrap .next.slick-next.slick-arrow {
    right: -11px;
    height: 32px;
    width: 32px;
}

@media screen and (min-width:768px) {
    .umh.blog-carousel .blog-carousel__wrap .next.slick-next.slick-arrow {
        right: -2.5%;
        height: 50px;
        width: 50px;
    }
}

@media screen and (min-width:1320px) {
    .umh.blog-carousel .blog-carousel__wrap .next.slick-next.slick-arrow {
        right: -5%;
    }
}

.umh.blog-carousel .blog-carousel__wrap .prev.slick-prev.slick-arrow {
    left: -11px;
    height: 32px;
    width: 32px;
}

@media screen and (min-width:768px) {
    .umh.blog-carousel .blog-carousel__wrap .prev.slick-prev.slick-arrow {
        left: -2.5%;
        height: 50px;
        width: 50px;
    }
}

@media screen and (min-width:1320px) {
    .umh.blog-carousel .blog-carousel__wrap .prev.slick-prev.slick-arrow {
        left: -5%;
    }
}

.umh.blog-carousel .blog-carousel__wrap .blog-carousel__item {
    padding: 8px 16px;
}

@media screen and (min-width:768px) {
    .umh.blog-carousel .blog-carousel__wrap .blog-carousel__item {
        padding: 20px 16px;
    }
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    background-image: none;
}


.umh.blog-carousel .blog-carousel__wrap .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
}


/* overriding left position to place arrow to center */
.slick-slider .slick-next::after {
    background-image: url(../images/right-arrow.png);
    left: 53%;
}

.slick-slider .slick-prev::after {
    background-image: url(../images/left-arrow.png);
    left: 47%;
}