@media (min-width: 900px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 145px;
    }
}

.footer-logo img { width: 190px; }

body .avia-button {
    border-radius: 0 !important;
}
.av-subheading:not(.av_custom_color) {
    color: #111 !important;
}
.title-cell .flex_column_table {
    width: 500px !important;
    max-width: 100% !important;
    margin-inline: auto;
}
.inline-graphics {
    display: flex;
    justify-content: space-between;
}
.inline-graphics object {
    max-height: 140px;
}
@media (max-width: 767px) {
    .inline-graphics object {
        height: 75px;
    }
		.circle-image img { width: 250px; }
}
.promo-title .av-subheading {
    font-weight: bold !important;
    margin-top: -10px;
}
/* Promo Box CSS */
@media (min-width: 768px) {
    .landing-grid {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .landing-grid .flex_column {
        width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 989px) {
    .landing-grid .av_one_half {
        grid-column: span 2;
    }
}
@media (min-width: 990px) {
    .landing-grid {
        grid-template-columns: 1fr 1fr 2fr;
    }
}
.left-imagebox .wd-hybrid-box-content {
    padding: 25px;
}
.left-iconbox .wd-hybrid-box-description,
.left-imagebox .wd-hybrid-box-description {
    font-size: 15px;
    line-height: 1.5;
    color: #111;
}
.left-imagebox .wd-hybrid-box-sub-title p {
    margin-top: 0;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.left-imagebox img {
    display: none;
}
.left-imagebox .wd-hybrid-box-image {
    background-image: url('/wp-content/uploads/2024/10/Pharmacogenomics-Testing.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (min-width: 768px) {
    .left-imagebox {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 989px) {
    .left-imagebox .wd-hybrid-box-image {
        padding-block: 160px;
    }
}
.left-iconbox .wd-hybrid-box-link, .left-imagebox .wd-hybrid-box-link {
    margin-top: 25px;
}
.left-iconbox .wd-hybrid-box-svg {
    margin-bottom: 15px;
}
.left-iconbox .wd-hybrid-box-svg svg {
    width: auto;
    height: 50px;
}
.section-title .av-subheading_above p {
    font-weight: bold !important;
    margin-bottom: 15px;
}
.narrow-heading {
    width: 900px;
    max-width: 100% !important;
    margin-inline: auto;
}
@media (min-width: 990px) {
    .inline-promobox:before,
    .inline-promobox:after {
        display: none !important;
    }
    .inline-promobox {
        display: flex !important;
        justify-content: space-between;
        gap: 40px;
        align-items: center;
    }
    .inline-promobox .inline-promotitle {
        width: calc(100% - 330px) !important;
    }
    .inline-promobox .square-dual-buttons {
        display: flex !important;
        width: 290px;
    }
}
@media (min-width: 990px) {
    .mobile-overlay .av-section-color-overlay {
        background-color: transparent !important;
    }
}
.mobile-overlay .flex_column_table {
    width: 650px !important;
    max-width: 100% !important;
}
#top .mobile-overlay .flex_colum {
    margin-bottom: 0 !important;
}
.mobile-overlay .av-subheading_below {
    margin-top: 25px;
}
/* Review Sliders CSS */
#top .avia-smallarrow-slider.av-slideshow-ui.av-hide-nav-arrows .avia-slideshow-arrows {
    display: block;
}
.review-sliders .slide-entry,
.review-sliders {
    display: grid;
    grid-template-columns: 1fr;
}
@media (max-width: 767px) {
    .review-sliders .slide-entry {
    	margin: 0 !important;
    }
}
.review-sliders .slide-entry-title,
.review-sliders .avia-smallarrow-slider-heading {
    order: 2;
}
.new-special-heading {
    display: none !important;
}
.review-sliders {
    margin-top: 0 !important;
    row-gap: 50px;
}
.review-sliders .avia-slideshow-arrows a:before {
    background-color: #000;
    font-size: 16px;
}
.review-sliders .slide-entry-excerpt {
    position: relative;
    font-weight: bold;
}
.review-sliders .slide-entry-excerpt:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: 'entypo-fontello';
    font-size: 22px;
    letter-spacing: 2px;
}
#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a.active,
#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a:hover {
    background-color: #000;
}
.center-iconbox {
    text-align: center;
}

.center-iconbox .wd-hybrid-box-description {
    font-size: 15px;
    color: #111;
    margin: 10px 0 25px;
}

.simple-teambox img {
    margin: 0 0 15px;
    border-radius: 100%;
}

.simple-faq .toggler {
    font-weight: bold;
    padding-left: 0 !important;
}
.simple-faq span.toggle_icon {
    opacity: 1 !important;!i;!;
}
.simple-faq .toggle_content {
    background-color: transparent;
    line-height: 1.8;
    padding-inline: 0;
}
.avia-color-dark {
    color: #000 !important;
    letter-spacing: 0.5px;
}
.popup-header {
    text-align: center;
    margin-bottom: 25px;
}
.popup-form-container p {
    margin: 0;
}
.popup-form-container br {
    display: none;
}
.popup-form-container input[type="submit"] {
    display: flex;
    margin-top: 25px;
    background-color: #111;
    color: #fff;
    font-size: 18px;
}
.popup-cta .avia-button {
    font-size: 16px;
    border: 1px solid;
    padding: 12px 25px;
}
.popup-anchor:hover,
.popup-cta .avia-button:hover {
    opacity: .85;
}
.popup-cta .black-button {
    background-color: #111;
    border-color: #111;
    color: #fff;
}
.popup-cta .white-button {
    background-color: #fff;
    border-color: #fff;
    color: #111;
}
.popup-cta .dark-trans-button {
    background-color: transparent;
    color: #111;
}
.popup-cta .light-trans-button {
    background-color: transparent;
    color: #fff;
}
.popup-duals {
    display: flex;
    gap: 15px;
}
.popup-anchor {
    margin-top: 20px;
    font-size: 16px;
}
.avia_social_icons_widget {
    padding-bottom: 0;
    margin-top: 20px;
}
@media (min-width: 641px) {
    .form-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background-color: var(--green);
}