/*Tabs Page Css*/
@font-face {font-display:swap;}
.latestEvents.first-blocks {
    display: none!important;
}
.latestEvents.first-blocks[style="display: none;"]{
    display: block !important;
}

.page-template-news-and-press .tabs-wrapper {
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    margin-bottom: 48px;
}
.page-template-news-and-press .tabs-wrapper ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}
.page-template-news-and-press .tabs-wrapper ul li {
    margin-bottom: 12px;
}
.page-template-news-and-press .tabs-wrapper ul li a {
    color: #32cf6c;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 15px;
    background: #fff;
    border: 2px solid #32cf6c;
    padding: 7px 33px;
    border-radius: 22px;
    margin-right: 10px;
    cursor: pointer;
    display: block;
}
.page-template-news-and-press .tabs-wrapper ul li:last-child {
    margin-right: 0;
}
.page-template-news-and-press .tabs-wrapper ul li a.active,
.page-template-news-and-press .tabs-wrapper ul li a:hover {
    color: #fff;
    background: #32cf6c;
    text-decoration-line: none !important;
}
.latestEvents .bone ul {
    padding-left: 0;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.latestEvents .bone ul .post__wrapper .content p {
    line-height: 1.25;
}
.latestEvents .bone ul .post__wrapper,
.searchResults--loaded .post__wrapper {
    background: #fff;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 60px 80px 50px;
    -webkit-transition: .3s;
    transition: .3s;
    max-width: calc(50% - 8px);
    margin-right: 8px;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.latestEvents .bone ul .post__wrapper.even,
.searchResults--loaded .post__wrapper.even {
    margin-left: 8px;
    margin-right: 0;
}
.latestEvents.loadMoreResult .bone ul .post__wrapper{
    margin-right: 8px;
    margin-left: 0;
}
.latestEvents.loadMoreResult .bone ul .post__wrapper:nth-child(2n){
    margin-left: 8px;
    margin-right: 0;
}
.latestEvents .bone ul .post__wrapper:hover,
.searchResults--loaded .post__wrapper:hover {
    background: rgba(0, 153, 255, .04);
}

.latestEvents .bone ul .post__wrapper .read-more,
.searchResults--loaded .post__wrapper .read-more {
    background: transparent;
    border: 2px solid #32cf6c;
    color: #32cf6c;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 7px 36px;
    border-radius: 22px;
    display: inline-block;
    margin-top: 28px;
    -webkit-transition: .3s;
    transition: .3s;
}

.latestEvents .bone ul .post__wrapper .read-more:hover,
.searchResults--loaded .post__wrapper .read-more:hover {
    background: #32cf6c;
    color: #fff;
}

.latestEvents .bone ul .post__wrapper .year,
.searchResults--loaded .post__wrapper .year {
    color: #334861;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.latestEvents .bone ul .post__wrapper .post-title,
.searchResults--loaded .post__wrapper .post-title {
    color: #334861;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 700;
}

.latestEvents .bone ul .post__wrapper.full-width-item,
.searchResults--loaded .post__wrapper.full-width-item {
    padding: 40px;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    display: flex;
    padding-bottom: 35px;
}
.latestEvents .bone ul .post__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.latestEvents .bone ul .post__wrapper.full-width-item {
    flex-direction: row;
}
.latestEvents .bone ul .post__wrapper .read-more{
    margin-top: auto;
}
.latestEvents .bone ul .post__wrapper.full-width-item .post-title,
.searchResults--loaded .post__wrapper.full-width-item .post-title {
    font-size: 22px;
    margin-bottom: 0;
}

.latestEvents .bone ul .post__wrapper.full-width-item .read-more,
.searchResults--loaded .post__wrapper.full-width-item .read-more {
    margin-top: 0;
    min-width: 160px;
}
.latestEvents .bone ul .post__wrapper[style="display: none;"] + .email-block{
    display: none;
}
.latestEvents .bone .email-block {
    background: rgb(0,153,255);
	background: linear-gradient(180deg, rgba(0,153,255,1) 10%, rgba(4,116,183,1) 100%);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 16px;
    width: 100%;
}

.latestEvents .bone .email-block .block-icon {
    text-align: center;
}

.latestEvents .bone .email-block .block-icon img {
	content:url(https://www.avoxi.com/wp-content/uploads/2021/06/at-1.svg);
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
}

.latestEvents .bone .email-block .email-block-content {
    font-size: 16px;
    text-align: center;
}

.latestEvents .bone .email-block .email-block-content .text {
    font-weight: 400;
    color: #FFF !important;
    margin-bottom: 3px;
}

.latestEvents .bone .email-block .email-block-content .email {
    font-weight: 700;
    color: #FFF !important;
    text-decoration: underline;
}
button.load-more-button#more_posts {
    padding: 11px 28px 10px 27px;
    border: 2px solid #32CF6C;
    color: #fff;
    font-size: 15px;
    font-family: Open Sans;
    font-weight: 700;
    display: block;
    width: auto;
    background: #32CF6C;
    border-radius: 22px;
    margin: 84px auto;
    transition: .23s;
}
button.load-more-button#more_posts:hover {
    color: #32CF6C;
    background: #fff;
    border: 2px solid #32CF6C;
}
@media (max-width:1290px) {
    .latestEvents .bone ul{
        margin-right: 20px;
        margin-left: 20px;
    }
}
@media (min-width:1200px) {
    .latestEvents {
        padding: 0;
        max-width: 1160px;
        margin: auto;
    }
}

@media (max-width:767px) {
    .latestEvents .bone ul .post__wrapper,
    .searchResults--loaded .post__wrapper {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .latestEvents .bone ul .post__wrapper.even,
    .searchResults--loaded .post__wrapper.even,
    .latestEvents .bone ul .post__wrapper.even,
    .searchResults--loaded .post__wrapper.even,
    .latestEvents.loadMoreResult .bone ul .post__wrapper,
    .latestEvents.loadMoreResult .bone ul .post__wrapper:nth-child(2n){
        margin-left: 0;
        margin-right: 0;
    }

    .tab.full-width-item.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab.full-width-item.active .post-content {
        margin-bottom: 18px;
        text-align: center;
    }

    .tabs-wrapper .tabs {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .page-template-news-and-press .tabs-wrapper ul li.archives__li,
    .page-template-news-and-press .tabs-wrapper ul li {
        width: calc(50% - 8px);
        margin-right: 8px;
        text-align: center;
        margin-bottom: 12px;
    }
    .page-template-news-and-press .tabs-wrapper ul li.archives__li:nth-child(odd) {
        margin-right: 0;
        margin-left: 8px;
    }

    .page-template-news-and-press .tabs-wrapper ul li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
.latestEvents .bone ul .post__wrapper.full-width-item, .searchResults--loaded .post__wrapper.full-width-item {
    flex-direction: row;
    align-items: center;
}
/*Tabs Page Css End*/

.z-index-1 {
    position: relative;
    z-index: 1;
}
  
.z-index-2 {
    position: relative;
    z-index: 2;
}

.pricing-page-update .uabb-row-separator {
    z-index: 0;
}

.margin-auto {
    margin: auto;
    float: none;
}

.check-list {
    --icon-space: 1em;
    list-style: none;
    padding: 0;
    margin-left: 1em;
}

.check-list li {
    padding-left: var(--icon-space);
    position: relative; /* Ensures the :before content aligns properly */
    display: block;
    margin-bottom: 1rem;
}

.check-list li:before {
    content: "\f00c"; /* FontAwesome Unicode for the checkmark */
    font-family: "Font Awesome 5 Free"; /* Specify the correct Font Awesome version */
    font-weight: 900; /* Important for solid icons */
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    /* Aligning the icon vertically center with the list item text */
    position: absolute;
    left: 0;
    top: 0;
}
