.recent-articles-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.917vw;
}
.recent-articles-header h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 2.813vw;
    font-weight: 700;
    line-height: 3.438vw;
    color: #1C3C51;
}
.dropdown-wrapper {
    display: flex;
    align-items: center;
    column-gap:0.521vw;
}

.dropdown-wrapper .select2-selection--single {
    background-color: transparent;
    border: 0.15vw solid #1E3C4D;
    border-radius: 2.604vw;
    padding: 0.365vw 2.344vw 0.365vw 0.781vw;
    font-family: "Montserrat", Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.938vw;
    line-height: 1.146vw;
    color: #1E3C4D;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: auto;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.146vw;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1E3C4D;
}
.dropdown-wrapper .select2-container--open.select2-container--below .select2-selection--single ,
.dropdown-wrapper .select2-container--open.select2-container--above .select2-selection--single{
    border-radius: 2.604vw;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.354vw;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.042vw;
}
.dropdown-wrapper .select2-selection--single .select2-selection__arrow b{
    left: 50%;
    margin-left: -0.781vw;
    margin-top: -0.156vw;
    position: absolute;
    top: 50%;
    display: inline-block;
    border: none;
    border-right: 0.15vw solid #1E3C4D;
    border-bottom: 0.15vw solid #1E3C4D;
    width: 0.521vw;
    height: 0.521vw;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.dropdown-wrapper .select2-container--open .select2-selection__arrow b{
    transform: rotate(225deg);
    margin-top: 5px;
}
.select2-container--open .select2-dropdown--below ,
.select2-container--open .select2-dropdown--above{
    border: 0.15vw solid #1E3C4D;
    border-radius: 0.521vw 0.521vw;
}
.select2-container--open .select2-dropdown--below{
    margin-top: 33px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
    border-right: 0.15vw solid #1E3C4D;
    border-bottom: 0.15vw solid #1E3C4D;
}
.dropdown-wrapper  .select2-selection--single .select2-selection__rendered {
    text-overflow: initial;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #de899d;
	font-family: "Montserrat", Sans-serif, serif;
}
.select2-results__option {
	font-family: "Montserrat", Sans-serif, serif;
    font-size: 0.833vw;
    font-weight: 500;
}
.dropdown-wrapper .select2-container {
    min-width: 200px;
}

.recent-articles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.76vw;
}
.recent-articles-grid-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.article-content .article-subhead ,
.post-content>.cat-links a{
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.146vw;
    color: #F4A351;
    font-family: 'Lato';
}
.company-culture .article-content .article-subhead {
    color: #53D0A9;
}
.category-management-leadership .post-content>.cat-links a{
    color: #F4A351;
}
.category-hiring-retention .post-content>.cat-links a{
    color: #F04AB3;
}
.category-intrinsic-motivation .post-content>.cat-links a {
    color: #BD524F;
}
.category-psychological-safety .post-content>.cat-links a {
    color: #05C1FF;
}
.ast-article-inner .post-thumb {
    margin-bottom: 1.563vw;
}
.post-content>.cat-links {
    margin-bottom: 0.7vw;
}
.uncategorized .article-content .article-subhead {
    color: #E28EA3;
}
.article-content .article-subhead::after ,
.post-content>.cat-links::after{
    content: "";
    position: relative;
    right: -0.521vw;
    left: auto;
    top: -0.156vw;
    height: 0.104vw;
    width: 2.656vw;
    background: #F4A351;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.uncategorized .article-content .article-subhead::after{
    background: #E28EA3;
}
.hiring-retention .article-content .article-subhead::after ,
.category-hiring-retention .post-content>.cat-links::after{
    background-color: #F04AB3;
}
.management-leadership .article-content .article-subhead::after ,
.category-management-leadership .post-content>.cat-links::after{
    background-color: #F4A351;
}
.intrinsic-motivation .article-content .article-subhead::after ,
.category-intrinsic-motivation .post-content>.cat-links::after{
    background-color: #bd524f;
}
.company-culture .article-content .article-subhead::after {
    background-color: #53D0A9;
}
.psychological-safety .article-content .article-subhead::after,
.category-psychological-safety .post-content>.cat-links::after{
    background-color: #05C1FF;
}
.recent-articles-grid-item:hover .article-subhead::after{
    right: -0.9vw;
}
.article-content {
    background: #fff;
    border: 1px solid #E3E6EB;
    border-top: 0;
    padding: 1.563vw;
    padding-bottom: 3.125vw;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 0.781vw;
    font-size: 1.042vw;
    line-height: 1.458vw;
    color: #1E3C4D;
    font-family: "Montserrat", Sans-serif;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.ast-excerpt-container p{
    font-size: 1.042vw;
    line-height: 1.458vw;
    font-family: "Montserrat", Sans-serif;
    color: #1E3C4D;
}
.recent-articles-grid-item:hover .article-content{
    background-color: #F2F3FA;
}
.Management-Leadership .recent-articles-grid-item:hover .article-content {
    border-color: #F4A351;
}
.Intrinsic-Motivation .recent-articles-grid-item:hover .article-content {
    border-color: #63689A;
}
.hiring-retention .recent-articles-grid-item:hover .article-content  {
    border-color: #E28EA3;
}
.articles-image a{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
}
.articles-image img ,
.ast-blog-layout-4-grid .ast-article-inner .wp-post-image{
    width: 100%;
    height: 20.885vw;
    max-height: 20.885vw;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.recent-articles-grid-item:hover .articles-image img ,
.ast-blog-layout-4-grid .ast-article-inner .wp-post-image{
    transform: scale(1.08);
}
.article-content h3 ,
.entry-title a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 1.302vw;
    line-height: 1.563vw;
    color: #1E3C4D;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.article-content h3:hover,
.entry-meta a:hover,
.entry-title a:hover,
.entry-meta a:not(.ast-button):hover{
    color: #E28EA3 !important;
}
.article-content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.458vw;
    color: #1E3C4D;
    margin-bottom: 0;
}
.article-content .timer-text {
    color: #D6A750;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.458vw;
    position: absolute;
    top: auto;
    bottom: 1.042vw;
    left: 1.563vw;
    right: auto;
    width: 100%;
    display: block;
}


@media only screen and (max-width: 1199px) {

    .recent-articles-grid {
        column-gap: 25px;
    }
    .article-content h3 ,
    .ast-blog-single-element a{
        font-size: 18px;
        line-height: normal;
    }
    .article-content .article-subhead ,
    .post-content>.cat-links a{
        font-size: 14px;
        line-height: 24px;
    }
    .article-content .article-subhead::after ,
    .post-content>.cat-links::after{
        top: -3px;
    }
    .article-content {
        padding: 20px;
        row-gap: 15px;
    }
    .article-content ,.article-content .timer-text ,
    .ast-blog-meta-container span,
    .ast-blog-meta-container span a,
    .ast-blog-meta-container .entry-meta,
    .ast-excerpt-container p,
    .single-post header.entry-header .entry-meta,
    .single-post header.entry-header .entry-meta *,
    .single-post .single-post-meta span,
    .single-post .single-post-meta span a,
    .ast-blog-meta-container span,
    .ast-blog-meta-container span a,
     .ast-blog-meta-container .entry-meta{
        font-size: 14px !important;
        line-height: 24px;
    }
    .ast-article-inner .post-thumb {
        margin-bottom: 15px;
    }
    .dropdown-wrapper {
        display: flex;
        align-items: center;
        column-gap:0.521vw;
    }

    .dropdown-wrapper .select2-selection--single {
        border-radius: 25px;
        padding: 11.008px 45.005px 11.008px 14.995px;
        font-size: 14px;
        line-height: 24px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: normal;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 28px;
        right: 10px;
    }
    .dropdown-wrapper .select2-container--open.select2-container--below .select2-selection--single ,
    .dropdown-wrapper .select2-container--open.select2-container--above .select2-selection--single{
        border-radius: 25px;
    }
    .dropdown-wrapper .select2-selection--single .select2-selection__arrow b{
        margin-left: -10px;
        border-right: 2px solid #1E3C4D;
        border-bottom: 2px solid #1E3C4D;
        width: 9px;
        height: 9px;
    }
    .select2-container--open .select2-dropdown--below ,
    .select2-container--open .select2-dropdown--above{
        border: 2px solid #1E3C4D;
        border-radius: 10px;
        margin-top: 2px;
    }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-right: 2px solid #1E3C4D;
        border-bottom: 2px solid #1E3C4D;
    }
    .select2-results__option {
        font-size: 12px;
    }
    .recent-articles-header {
        margin-bottom: 30px;
    }
    .recent-articles-header h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .articles-image img ,.ast-blog-layout-4-grid .ast-article-inner .wp-post-image{
        height: 300px;
        max-height: 300px;
    }
}

@media only screen and (max-width: 991px) {

    .recent-articles-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    .recent-articles-header {
        display: block;
    }
    .recent-articles-header .title-block {
        width: 100%;
    }
    .recent-articles-header h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .dropdown-wrapper {
        justify-content: center;
        column-gap: 10px;
    }
    .articles-image img ,
    .ast-blog-layout-4-grid .ast-article-inner .wp-post-image{
        height: 200px;
        max-height: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .recent-articles-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .article-content {
        row-gap: 10px;
    }
}
