.latest-blogs-slider {
    margin-top: -25px;
}
ul.cat-item-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 590px;
}

ul.cat-item-list li {
    cursor: pointer;
    margin-right: 12px;
    padding: 10px 24px;
    background: var(--Light-Sterling-Grey, #F2F2F2);
    border-radius: 76px;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
    color: var(--Granite-Grey, #64666A);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

ul.cat-item-list li.active,
ul.cat-item-list li:hover {
    color: #FFFFFF;
    background: #CF2030;
}

.search-block-data {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

form#searchform_page {
    width: 100%;
    margin-bottom: 25px;
}

.search-block-data input#searchform_query {
    /* height: 42px; */
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-block-data #searchform_page{
    /* margin-right: 50px; */
}

form#searchform_page div {
    display: flex;
    align-items: center;
    position: relative;
}

form#searchform_page div button {
    position: absolute;
    right: 15px;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
    font-size: 20px;
    color: #C8C8C8;
}

.post-block {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 8px 8px 40px 0px #00000029;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.post-data-block {
    padding: 30px;
}

.post-main-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.post-info h6 {
    color: #CF2030;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-meta-data p {
    font-size: 16px;
    font-weight: 500;
}

.post-info h2 {
    color: #64666A;
    font-size: 24px;
    font-weight: 500;
}

.post-info h6 a {
    color: #CF2030;
}

.post-info h2 a {
    color: #64666A;
}

.post-meta-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}

.post-meta-data a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8C8C8;
    color: #FFFFFF;
    border-radius: 100%;
    transform: rotate(320deg);
    transition: all 0.3s ease-in-out;
}

.post-meta-data a:hover {
    background: #64666A;
}

.post-data-block.post-short-block h2 {
    margin-bottom: 20px;
}

.post-data-block.post-short-block .post-meta-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
}
.masonry-container-row {
    columns: 2;
    gap: 30px;
    margin-bottom: 40px;
}

.post-block-image {
    min-height: 200px;
    overflow: hidden;
}

.press-release-section {
    margin: 80px 0 20px;
}

.post-data-list.row {
    margin: 80px auto 50px;
}

.no-post {
    width: 100%;
    text-align: center;
}

/*The Latest Blogs*/

.blog-post-short-block {
    overflow: hidden;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(15px);
    padding: 40px 30px 57px 42px;
    font-style: normal;
    line-height: normal;
    max-width: 460px;
    position: absolute;
    bottom: 0;
    right: 60px;
}

.latest-post-cat-name {
    color: var(--True-White, #FFF);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.latest-post-cat-name a,
.latest-blog-post-title a{
    color: #FFFFFF;
}

.latest-blog-post-title {
    color: var(--True-White, #FFF);
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    margin: 42px 0 60px;
}

.latest-blog-post-autor p {
    color: var(--True-White, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.latest-post-read-more-link {
    background: #CF2030;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 40px;
    display: inline-block;
    border-radius: 32px;
}

.latest-blog-post-block {
    border-radius: 24px;
    background: transparent;
    position: relative;
    margin-bottom: 50px;
    padding: 50px 0 40px;
}

.latest-blog-post-image {border-radius: 24px;overflow: hidden;}

.latest-blog-post-image img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    object-position: top;
}
.latest-blog-post-meta-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-blogs-slider .slick-next, .latest-blogs-slider .slick-prev,
#press-release-division .slick-prev, #press-release-division .slick-next {
    top: -30px;
    border: 1px solid #64666A;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #64666A;
    z-index: 1;
    right: 0;
}

.latest-blogs-slider .slick-prev,
#press-release-division .slick-prev {
    right: 65px;
    left: auto;
}

.latest-blogs-slider .slick-next {
    right: 0;
}
.latest-blogs-slider .slick-next:before, .latest-blogs-slider .slick-prev:before,
#press-release-division .slick-prev:before, #press-release-division .slick-next:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    opacity: 1;
    color: #64666A;
    font-size: 26px;
}

.latest-blogs-slider .slick-next:before,
#press-release-division .slick-next:before {
    content: "\f105";
}

.blog-section-title h2 {
    color: #64666A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.blog-section-title h2 span {
    color: #CF2030;
}


div#press-release-division {
    width: 100%;
}

div#press-release-division .slick-list {
    padding: 60px 0;
    margin-left: -30px;
}

.press-release-blocks.slick-slide  {
    margin: 0 30px;
}

.press-release-image {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    height: 250px;
    box-shadow: 0px 0px 30px 0 #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
}
.press-meta-data {
    font-weight: bold;
    color: #000000;
    margin: 30px 0 10px;
    text-align: left;
}

.press-content {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    min-height: 100px;
}

.downloadFile {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #cf2030;
}

.downloadFile a {
    color: #cf2030;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.downloadFile a:first-child {
    border-bottom: 1px solid #CF2030;
}

.downloadFile a:first-child i {
    font-size: 20px;
    color: #CF2030;
    margin-left: 10px;
    transform: rotate(320deg);
    font-weight: 300;
}

.downloadFile a:last-child i {
    font-size: 24px;
}

#right-event-successnet {
    border-radius: 16px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 8px 8px 30px 0px #00000029;
    height: 100%;
}

#right-event-successnet h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    color:#64666A;
    margin-bottom: 20px;
}

.theLatest-newsLetter form.mktoForm .mktoButtonRow{
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

#blog-upcoming-event h4 span {
    color: #cf2030;
    display: block;
}

#blog-upcoming-event {
    position: relative;
    padding-bottom: 30px;
}

#blog-upcoming-event::after {
    content: "";
    width: calc(100% + 60px);
    height: 1px;
    background: #C8C8C8;
    position: absolute;
    bottom: 0;
    left: -30px;
}

#blog-successnet {
    padding-top: 30px;
}

#blog-successnet h4 {
    font-size: 24px;
    font-weight: 700;
    color:#CF2030;
    line-height: normal;
}

#blog-successnet h4 span {
    font-size: 18px;
}

#blog-successnet .theLatest-newsLetter {
    margin-top: 20px;
}

div#blog-successnet p {
    margin-bottom: 30px;
}

div#blog-successnet p {
    margin-bottom: 30px;
}
.mktoForm .mktoGutter {
    display: none;
}

p.blog-news-sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
}

.latest-blog-post-autor .author-link,
.latest-blog-post-autor .author-link:hover {
    color: #FFFFFF !important;
}

@media only screen and (max-width: 1400px) {
    .latest-section-title h2,
    .press-release-section h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .latest-section-title h2,
    .press-release-section h2 {
        font-size: 36px;
    }
    .latest-blog-post-title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 992px) {
    .latest-section-title h2,
    .press-release-section h2,
    .blog-section-title h2,
    #right-event-successnet h4,
    #right-event-successnet h4 {
        font-size: 28px;
    }
    
    .latest-blog-post-title {
        margin: 16px 0;
        font-size: 16px;
    }
    
    .latest-post-cat-name {
        font-size: 12px;
    }
    
    .blog-post-short-block {
        padding: 16px;
        position: static;
        margin: -50px  auto 0;
    }
    
    .latest-blog-post-autor p {
        font-size: 12px;
        margin-right: 30px;
    }
    
    .latest-post-read-more-link {
        font-size: 14px;
        padding: 4px 25px;
    }
    
    .latest-blog-post-block {
        padding: 0;
        margin: 20px 0 0;
    }
    
    .latest-blog-post-information {
        padding: 0 20px 0;
    }
    
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    div#press-release-division .slick-list {
        padding: 27px 0;
        margin: 0;
    }
    .press-release-blocks.slick-slide {
        margin: 0 20px;
    }
    
    .press-release-image {
        max-width: 250px;
        height: 160px;
        margin: 0 auto;
    }
    
    .press-meta-data {
        font-size: 14px;
    }
    
    .press-content {
        font-size: 16px;
        min-height: 50px;
    }
    
    .downloadFile {
        font-size: 16px;
        margin-top: 10px;
    }

    .blog-news-title {
        margin-bottom: 30px;
    }
    
    .blog-news-subtitle {
        font-size: 14px;
        margin: 0 0 16px;
    }
    
    ul.cat-item-list li {
        padding: 6px 25px;
        font-size: 14px;
        margin: 0 3px 7px;
    }
    
    .post-data-list.row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .post-data-block {
        padding: 20px 25px;
        justify-content: flex-start;
        height: auto;
    }
    .latest-blog-post-title {
        font-size: 20px;
    }
    .press-release-section {
        margin: 50px 0;
    }
    .downloadFile a {
        font-size: 16px;
    }
    .latest-blogs-slider{
        margin-top: -10px;
    }
    .latest-blogs-slider .slick-next, .latest-blogs-slider .slick-prev, #press-release-division .slick-prev, #press-release-division .slick-next {
        width:30px;
        height: 30px;
    }
    .latest-blogs-slider .slick-next:before, .latest-blogs-slider .slick-prev:before, #press-release-division .slick-prev:before, #press-release-division .slick-next:before {
        font-size: 20px;
    }

    .blog-section-title h2 {
        margin-bottom: 20px;
    }
    .downloadFile {
        margin-top: 20px;
    }
    #right-event-successnet h4 {
        margin-bottom: 30px;
    }
    #theLatest-newsLetter form.mktoForm .mktoFormRow input#Email {
        height: 50px;
    }
    div#blog-upcoming-event h4 span {
        display: inline-block;
    }
    div#right-event-successnet {
        margin-top: 50px;
        height: auto;
    }
    form#mktoForm_1621 input#Email {
        height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .latest-section-title h2,
    .press-release-section h2,
    #right-event-successnet h4,
    .latest-blog-post-title {
        font-size: 24px;
    }
    .latest-blogs-slider .slick-next:before, .latest-blogs-slider .slick-prev:before, #press-release-division .slick-prev:before, #press-release-division .slick-next:before {
        font-size: 14px;
    }

    .latest-blogs-slider .slick-prev, #press-release-division .slick-prev {
        right: 45px;
    }
    .latest-blogs-slider .slick-next, .latest-blogs-slider .slick-prev, #press-release-division .slick-prev, #press-release-division .slick-next {
        width: 32px;
        height: 32px;
        top: -20px;
    }
    #press-release-division .slick-prev, #press-release-division .slick-next {
        bottom: 0;
        top: auto;
    }

    #press-release-division {
        padding-bottom: 50px;
    }

    #press-release-division .slick-prev {
        left: 35%;
    }

    #press-release-division .slick-next {
        left: 50%;
    }
    ul.cat-item-list {
        margin-top: 50px;
    }
    .latest-blogs-slider{
        margin-top: -20px;
    }
    .press-release-section {
        margin: 0 0 50px;
    }
    .blog-news-title {
        margin-bottom: 0;
    }
    .post-info h2 {
        font-size: 20px;
    }

}
@media only screen and (max-width: 576px) {
    .latest-section-title h2,
    .press-release-section h2,
    #right-event-successnet h4,
    .latest-blog-post-title {
        font-size: 24px;
    }

    .latest-blog-post-meta-data {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .latest-post-read-more {
        margin-top: 20px;
    }
    .press-release-section {
        margin: 0;
    }
    .press-release-section {
        margin: 0 0 50px;
    }
}
@media only screen and (max-width: 400px) {

}
