@import url('/sites/amen-rehearsal/_assets/4d0799224cbb0b13.css');
@import url('/sites/amen-rehearsal/_assets/0f4f3953140ddeb1.css');
@import url('/sites/amen-rehearsal/_assets/d00de74d26e223d9.css');
@import url('/sites/amen-rehearsal/_assets/a73df408f9417376.css');
@import url('/sites/amen-rehearsal/_assets/93901f94370fbfea.css');

html {
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
    font-size: 16px;
}

#phoneNotice {
	display:none;
}

.entry-content{
    margin: 0;
}

.root-cause{
    box-shadow: -1px 12px 45px 0px rgba(161,158,158,0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161,158,158,0.75);
    -moz-box-shadow: -1px 12px 45px 0px rgba(161,158,158,0.75);
    flex: 1;
    background: rgb(255 255 255 / 37%);
    border-radius: 20px;
    padding: 1em 1em 2em 1em;
    align-self: stretch;
}

.nav-button a{
    border-radius: 100px;
    box-shadow: none;
    border: none;
    font-weight: 500;
}

.wp-block-image.aci-logo img{
    vertical-align: middle;
}

.root-cause-block{
    background-image: url('/sites/amen-rehearsal/_assets/890b996199cb40e3.png');
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position-x: center;
    background-position-y: -50%;
}

.root-cause-block .wp-block-column{
    align-self: stretch;
}

.root-cause-block .root-cause{
    height: 100%;
}

.call_btn a,
.call_btn a:hover,
.call_btn a:visited,
.call_btn a:active,
.call_btn a:focus{
    font-weight: 400;
    color: white !important;
}

#homePlayBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    cursor: pointer;
    width: 10em;
    height: 10em;
}

.opacity-enabled{
    opacity: 0.7;
}

/* Parallax */
.section .header,
.section .header-spin{
    width: 100%;
    margin: 0;
    line-height: 1.7em;

    font-family: var(--wp--preset--font-family--raleway);
    font-size: 2.5em;
    font-weight: 400;
    color: white;
    text-align: center;

    letter-spacing: 0.1em;
    display: block;
    padding-left: 0.9em;
}

.section .header-spin{
    text-align: left;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.section .header-spin #wordSpin{
    color:#92e25f;
}

.section .header-no-space{
    letter-spacing: 0;
    line-height: 1.5em;
}

.section .header.light_blue{
    color:#00e3ec;
}

.section .slider-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2em;
}

.section .description{
    font-family: var(--wp--preset--font-family--open-sans);
    line-height: 1.7em;

    font-size: 1.3em;
    font-weight: 400;
    color: white;
    text-align: center;

    width: 100%;
    max-width: 900px;
    margin: 0 auto;

    margin-top: 0em;
}

.section .highlight{
    color: #92be1f;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.section .highlight:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 0;
    background-color: #92be1f;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease-in-out;
}

.section .light_blue.highlight:after{
    background-color: #00e3ec;
}

.section .blue.highlight:after{
    background-color: #92e25f;
}

.section .active.highlight:after{
    visibility: visible;
    transform: scaleX(1);
}

.section .highlight.blue{
    color: #92e25f;
}

.parallax_video,
#parallaxHero{
    overflow-y: auto;
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    width: 100vw;
    height: 75vh;
    position: relative;
}

.section {
    scroll-snap-align: start;
    height: 100%;
}

.hidden{
    opacity: 0;
}

.shown{
    opacity: 1;
}

.video_logo{
    width: 100%;
    max-width: 700px;
    height: auto;
}

.section p:not(:has(a)):not(.description){
    position: absolute;
    bottom: 50px;
}

.section .fa{
    color: white;
    font-size: 3rem;
    font-weight: bolder;
    opacity: 0.7;
    cursor: pointer;
}

.section .fa.animated{
    animation: animateArrow 1.5s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
}

.break-header{
    display: block;
}

.videoContainer{
    max-width: 100% !important;
}

.root-cause-block{
    z-index: 10;
    position: relative;
}

@keyframes animateArrow {
    0% {
        margin-bottom: 40px;
    }
    100% {
        margin-bottom: 0;
    }
}

.map-point{
    cursor: pointer;
    position: relative;
}

#mapContainer{
    position: relative;
    width: 100%;
}

.tooltip {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    border: none;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: black;
    font-size: 0.8em;
    line-height: 1.5em;
    z-index: 9999;
    border-radius: 10px;
}

/* .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #1c7482 transparent transparent transparent;
    bottom: -8px;
    left: calc(50% - 8px);
} */

.tooltip-content {
    margin-top: 5px;
}

.tooltip-content h3{
    margin: 0;
}

.tooltip-content a{
    text-decoration: underline !important;
}

#professionalsBrain{
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.break-header{
    display: block;
}

.method-columns figure,
.method-columns img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.condition_video_thumbnail .video-container{
    padding: 0 !important;
}

.condition_video_thumbnail_image{
    width: 100%;
    height: auto;
    box-shadow: -1px 12px 15px 0px rgb(43 43 43 / 75%);
}

.condition_video_thumbnail_text{
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    color: white;
}

.condition-video-item.condition_video_thumbnail{
    box-shadow: none;
}

.condition-video-item.condition_video_thumbnail .condition_video_play{
    width: 150px;
}

.condition-video-item.condition_video_thumbnail .condition_video_play img{
    width: 100%;
    height: auto;
}

.condition_video_slider .prev-btn, 
.condition_video_slider .next-btn{
    top: 42%;
}

.method-cards{
    height: 100%;
    box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
    -webkit-box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
    -moz-box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);

    position: relative;
    min-height: 450px;
}

.method-cards-main{
    min-height: 400px;
}

.condition-videos .video-container{
    border: 20px solid white;
    box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
    -webkit-box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
    -moz-box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
}

.method-cards .number-block{
    width: max-content;
    background: #c0e1e8;
    color: black;
    padding: 0.7em 1.2em;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.3em;
}

.colored-marker li::marker{
    color: #92be3e;
}

.slider-container {
    position: relative;
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}

.testimonial_slider{
    display: flex;
    transition: transform 0.5s ease-in-out;
    justify-content: space-between;
}

.testimonial_slide{
    flex: 0 0 31%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    align-self: stretch;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 2em;
    background: none;
}

.prev-btn i,
.next-btn i {
    color: #3782ca;
}

.prev-btn {
    left: -80px;
}

.next-btn {
    right: -80px;
}

/* Testimonial Slider */
.testimonial_slider_container {
    position: relative;
}

.testimonial_slider_container .prev-btn, 
.testimonial_slider_container .next-btn {
    font-size: 4em;
}

.testimonial_slider_container .prev-btn i, 
.testimonial_slider_container .next-btn i{
    color: var(--wp--preset--color--black);
}

.testimonial_slider_container .slide-content{
    background: var(--wp--preset--color--white);
    padding: 5em 2em 2em 2em;
    margin-top: -3.5em;

    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
}

.testimonial_slider_container .headshot{
    border: 10px solid white;
    border-radius: 100px;
}

.testimonial_slider_container .review_container{
    min-height: 15em;
}

.testimonial_slider_container .review_container p{
    font-size: 1em;
    line-height: 1.5em;
    font-family: var(--wp--preset--font-family--open-sans);
    color: var(--wp--preset--color--black);
}

.testimonial_slider_container .name,
.testimonial_slider_container .position{
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #038ca7;
}

.testimonial_slider_container .position{
    min-height: 3em;
}

.testimonial_slider_container .slide{
    padding: 20px;
}

.item_list{
    columns: 2;
    column-gap: 5rem;
    transition: all 0.3s ease;
    list-style: none;
}

.item_list li a,
.item_list li a:hover,
.item_list li a:active,
.item_list li a:visited,
.item_list li a:focus{
    color: black;
}

.item_list li{
    text-decoration: underline;
    text-underline-offset: 5px;
    padding-bottom: 5px;
}

.item_list li:hover{
    color: #038ca7;
    text-decoration-color: #038ca7;
}

.item_list li:hover a{
    color: #038ca7;
}

.item_list li strong{
    font-weight: 600;
}

.search-container {
    position: relative;
    max-width: 700px !important;
    margin: 0 auto;
    margin-top: 3rem;
}

.search-container input[type="text"] {
    width: -webkit-fill-available;
    padding: 1rem 3rem 1rem 4rem;
    border: 2px solid #038ca7;
    border-radius: 100px;
    color: #038ca7;
    background: transparent;
    font-size: 1.5em;
    font-family: 'Raleway';
    font-weight: 500;
}

.search-container input[type="text"]::placeholder{
    color: #038ca7;
}

.search-container i {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #038ca7;
    font-size: 1.5em;
}

.youtube_shadow{
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
}

.pwu-videos{
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
    height: 100%;
}

.condition-single-videos{
    width: 700px;
}

.aci-block-outline a.wp-block-button__link{
    font-weight: 500;
    transition: all 0.3s ease;
}

.aci-block-outline a.wp-block-button__link:hover{
    color: #038ca7 !important;
    background: white;
}

/* Testimonials */
dialog {
    width: 80%;
    padding: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#dialogContent{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

#closeDialog {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5em;
}

.testimonial_content{
    display: none;
}

#testimonialDialog .testimonial_content{
    display: block;
}

#testimonialDialog .testimonial_limited_content{
    display: none;
}

#testimonialDialog{
    max-width: 900px;
}

.testimonial_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.testimonial_item {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
    background-color: #ffffff;
    padding: 1.5rem;
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p x 12px 45px 0px rgba(161, 158, 158, 0.75);
}

.testimonial_video_items{
    gap: 5rem;
}

.testimonial_video_items .testimonial_item{
    flex: 1 40%;
}

.testimonial_video_items .testimonial_title{
    text-align: left;
}

.testimonial_item.blank{
    box-shadow: none;
    background-color: transparent;
}

.testimonial_title {
    font-size: 1.5em;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.5em;
    text-transform: none;
    margin: 0;
}

.testimonial_item hr,
#testimonialDialog hr{
    height: 1px;
    background: var(--wp--preset--color--blue-green);
}

.testimonial_content_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
    gap: 1.5rem;
}

.testimonial_limited_content,
.testimonial_content{
    font-size: 1.25em;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 1.7;
    margin: 0;
    margin-top: -15px;
}

.testimonial_details{
    font-size: 1em;
    font-weight: 400;
    font-family: 'Open Sans';
    color: var(--wp--preset--color--blue-green);

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
}

.testimonial_details p{
    text-align: center;
    margin: 0;
}

.testimonial_read_more{
    cursor: pointer;
    text-decoration: underline;
    color: var(--wp--preset--color--blue-green);
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid var(--wp--preset--color--blue-green);
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner-container {
    text-align: center;
    margin-top: 2rem;
    display: none; /* Initially hidden */
}

#loadMoreTestimonials,
#loadMorePosts,
#loadMoreMediaPress{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5rem;
    background: none;
    border: 2px solid var(--wp--preset--color--blue-green);
    border-radius: 100px;
    padding: 1rem 3rem;
    font-family: 'Raleway';
    font-weight: 700;
    color: var(--wp--preset--color--blue-green);
    font-size: 1.5em;
    cursor: pointer;
}

#loadMoreTestimonials:hover,
#loadMorePosts:hover,
#loadMoreMediaPress:hover{
    background: var(--wp--preset--color--blue-green);
    color: white;
}

.player_thumbnail{
    width: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.player_details{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.player_title{
    font-size: 1.2em;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.5em;
    padding-right: 20px;
}

.player_date{
    font-size: 1em;
    font-weight: 400;
    font-family: 'Open Sans';
    margin-bottom: 2rem;
}

/* Condition Video Slider */
.video-container-single {
    max-width: 600px !important;
    margin: 0 auto;
    text-align: center;
}

.video-container-flex {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.video-item {
    flex: 1;
    margin: 0 10px;
    text-align: center;
}

.condition_video_slider .slider-container{
    overflow: hidden;
}

.condition_video_slider .testimonial_slide{
    flex: 0 0 50%;
}

.condition_video_slider .prev-btn i,
.condition_video_slider .next-btn i{
    color: white;
}

/* Newsletter */
.newsletter-container{
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
}

/* Blog */
.search-container-blog input[type="text"] {
    padding: 0.8rem 4rem;
    font-size: 1.3em;
}

.blog-categories{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.blog-categories li a::after {
    content: "  >";
}

.blog-categories li{
    font-size: 1.4em;
    font-weight: 500;
    color: black;
}

.blog_posts{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blog_post{
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;

    padding: 1.5rem;
}

.blog_post .blog_post_thumbnail{
    width: 300px;
}

.blog_post .blog_post_thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_post .blog_post_content{
    flex: 1;
}

.blog_post > div{
    align-self: stretch;
}

.blog_post .blog_post_title{
    font-size: 1.5em;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.5em;
    margin: 0;
    text-transform: initial;
}

.blog_post hr{
    height: 1px;
    background: var(--wp--preset--color--blue-green);
    border: none;
    margin: 1rem 0;
}

.blog_post p,
.blog_post a{
    margin-bottom: 0;
    font-size: clamp(0.875em, 0.875rem +((1vw - 0.2em)* 0.406), 1.2em);
    font-family: 'Open Sans';
}

.blog_post a,
.blog_post a:hover,
.blog_post a:active,
.blog_post a:focus,
.blog_post a:visited{
    color: var(--wp--preset--color--blue-green);
}

.blog_post .blog_post_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

.blog_post .blog_post_taxonomy{
    color: var(--wp--preset--color--blue-green);
}

.blog_post_meta,
.blog_post_taxonomy,
.blog_post_read_more{
    margin: 0;
    font-size: 1.2em;
}

.blog_post .blog_post_read_more{
    color: black;
    font-weight: 500;
    display: block;
    text-align: right;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.blog_post .blog_post_read_more:hover{
    color: var(--wp--preset--color--blue-green);
}

.blog_post .blog_post_taxonomy{
    text-transform: uppercase;
}

.blog-categories li a{
    transition: all 0.3s ease;
    text-decoration: none;
}

.blog-categories li a:hover{
    color: var(--wp--preset--color--blue-green);
}

.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1.2em;
    transition: all 0.3s ease;
}

.pagination a:hover{
    color: var((--wp--preset--color--blue-green));
}

/* Single Blog Post */
.single-post-info *{
    font-family: 'Open Sans';
    line-height: 2;
}

.single-post-hero img{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-post-body{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.single-post-info{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.single-post-head{
    border-bottom: 2px solid var(--wp--preset--color--blue-green);
    padding: 0 0 1rem 0;
}

.single-post-title{
    font-family: 'Open Sans';
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
    font-size: 2em;
}

.single-post-share{
    display: flex;
    gap: 1rem;
    font-size: 1.5em;
}

.single-post-share .fab{
    background: var(--wp--preset--color--blue-green);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 0.8em;
}

.single-post-meta{
    display: flex;
    gap: 2rem;
    align-items: center;
}

.single-post-content h1,
.single-post-content h2{
    font-family: 'Open Sans';
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
    font-size: 1.7em;
}

.single-post-content h1 strong,
.single-post-content h2 strong,
.single-post-content h3 strong,
.single-post-content h4 strong,
.single-post-content h5 strong,
.single-post-content h6 strong{
    font-weight: 600;
}

.single-post-content h3{
    font-family: 'Open Sans';
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
}

.single-post-body .block--comment textarea, 
.single-post-body .block--comment input:not(.btn-secondary){
    background-color: var(--wp--preset--color--blue-green);
}

.single-post-body .wp-block-post-content{
    margin-top: 2rem !important;
}

.single-post-body .btn-secondary{
    background: var(--wp--preset--color--blue-green);
    color: #fff;
    border: 0;
    font-weight: 500;
    letter-spacing: 0px;
    min-width: 200px;
    padding: 15px 30px;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
    margin-block-end: 0;
}

.single-post-info p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.single-post-info ul{
    padding-left: 20px;
    margin: 20px 0;
}

.single-post-info ul li{
    margin-bottom: 10px;
}

.single-post-info ul li:last-of-type{
    margin-bottom: 0;
}

.single-post-info h1,
.single-post-info h2,
.single-post-info h3,
.single-post-info h4,
.single-post-info h5,
.single-post-info h6{
    margin-bottom: 20px;
    margin-top: 30px;
}

.single-post .wp-block-post-featured-image{
    width: 100%;
    height: 600px;
}

.single-post .wp-block-post-featured-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.single-post-content blockquote{
    margin: 20px 0;
}

/* Parallax Videos */
.video_parallax{
    width: 100%;
    height: auto;
    position: relative;
}

.video_parallax video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.video_parallax_content{
    z-index: 100;
    background: transparent;
    color: white;
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    line-height: 4em;
    text-align: center;
    position: relative;
}

.video_parallax_content .header{
    margin: 0;
}

.parallax_arrow{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    color: white;
    opacity: 0.7;
    font-size: 3em;
    cursor: pointer;
}

.video_parallax.video_parallax_v1,
.video_parallax.video_parallax_v1 .video_parallax_content{
    height: 600px !important;
}

.clinic-dropdown{
    background: none;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 100px;
    padding-top: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--40);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--40);
    box-shadow: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: "Open Sans";
    font-size: 22.4px;
    font-style: normal;
    font-weight: 400;
    color: white;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.clinic-dropdown option{
    color: black;
}

.all-doctors{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}

.all-doctors .doctor{
    flex: 1 1 26%;
    max-width: 27.5%;
    align-self: stretch;
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.doctor-photo{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.doctor-title{
    font-size: 1.5em;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.3em;
    text-transform: none;
    margin: 0;
    margin-top: 1rem;
}

.doctor-position{
    font-size: 1em;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 1.7;
    margin: 0;
}

.doctor-info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    
}

.doctor-link{
    border: 2px solid var(--wp--preset--color--blue-green);
    border-radius: 100px;
    padding: 0.3rem 1rem;
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
    transition: all 0.3s ease;
}

.doctor-link:hover{
    background: var(--wp--preset--color--blue-green);
    color: white;
}

.team_member_content p{
    margin-bottom: 20px;
}

.team_member_position,
.team_member_location{
    font-size: 2em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--wp--preset--color--black);
    margin-bottom: 0.4rem;
}

.team_member_com p{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.team_member_com p a{
    font-size: 1.5em;
    font-family: 'Open Sans' !important;
    border-radius: 100px;
    border: 2px solid var(--wp--preset--color--blue-green);
    color: white;
    background: var(--wp--preset--color--blue-green);
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    max-width: 350px;
    padding: 0.3rem;
}

.team_member_com p a:hover{
    background: #02687c;
}

.youtube-thumbnails{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.youtube-thumbnails .video-thumbnail{
    width: 47%;
    position: relative;
    margin-bottom: 3%;
}

.youtube-thumbnails .video-thumbnail-image,
.youtube-thumbnails .video-thumbnail-image img{
    width: 100%;
}

.youtube-thumbnails .condition_video_play img{
    width: 80px;
    margin-top: -80px;
}

/* Parallax Updates */
.section_3{
    flex-direction: column;
    gap: 2rem;
    overflow: hidden;
}

.section_3 a.parallax_button{
    display: block;
    font-size: 1.5em;
    font-family: 'Open Sans' !important;
    text-transform: initial;
    transition: all 0.3s ease;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 100px;
    padding-top: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--50);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--50);
    transition: all 0.3s ease;
}

.section_3 a.parallax_button:hover{
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--blue-green);
}

.section_1 .header,
.section_2 .header{
    margin-top: -115px;
}

#parallax3 .parallax_button{
    font-size: 24px;
    font-weight: 400;
    border: 2px solid white;
    border-radius: 100px;
    padding: 7px 24px !important;
    line-height: 1.7;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

#parallax3 .parallax_button:hover{
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--blue-green);
}

/* Doctors Slider */
.all-doctors.testimonial_slider_container{
    display: block;
}

.all-doctors.testimonial_slider_container .doctor{
    flex: 0 0 30.7%;
    max-width: unset;
    box-sizing: content-box;
    text-align: left;
    box-shadow: unset;
    padding: 1rem;
}

.all-doctors.testimonial_slider_container .slider-container{
    overflow: hidden;
}

.all-doctors.testimonial_slider_container .doctor-wrapper{
    padding: 1.5rem;
    -webkit-box-shadow: -1px 12px 15px 0px rgba(161, 158, 158, 0.75);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.all-doctors.testimonial_slider_container .testimonial_slider{
    padding: 1rem 0;
}

.all-doctors.testimonial_slider_container .slider-container {
    margin: 30px auto;
}

/* Team Sliders */
.team-slider {
    position: relative;
    width: inherit;
    height: auto;
    overflow: hidden;
}

.team-slider-container {
    display: flex;
    transition: transform 0.5s ease;
    height: 660px;
}

.team-slide {
    min-width: 33.333%; /* Adjusted for 3 slides visible */
    height: 85%;
}

.team-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}

.team-navigation button {
    background-color: transparent;
    color: black;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 64px;
}

.team-slide .team-slide-wrapper{
    padding: 1rem;
    height: 100%;
}

.team-slide .team-slide-content{
    align-self: stretch;
    box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-slide .doctor-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-height: 389px !important;
}

.team-slide .doctor-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.team-slide .doctor-link {
    border: 2px solid var(--wp--preset--color--blue-green);
    border-radius: 100px;
    padding: 0.3rem 1rem;
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
    transition: all 0.3s ease;
}

.team-slide .doctor-link:hover{
    background: var(--wp--preset--color--blue-green);
    color: white;
}

.team-slide .doctor-title {
    font-size: 1.5em;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.3em;
    text-transform: none;
    margin: 0;
    margin-top: 1rem;
}

.team-slide .doctor-position {
    font-size: 1em;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 1.7;
    margin: 0;
}

/* Spect Research */
.spect-research-image,
.spect-research-image img{
    width: 100%;
    height: auto;
}

.spect-research-item{
    box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
}

/* Parallax v2 */
#parallaxV2{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    width: 100vw;
    height: 75vh;
}

#parallaxV2 .videoContainer {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex !important;
    z-index: 1;
}

#parallaxV2 .section {
    scroll-snap-align: start;
    position: relative !important;
    width: 100%;
    height: 75vh;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0em;
    opacity: 1;
}

#parallaxV2 .section .break-header{
    transition: all 0.3s ease;
}

#parallaxV2 .section .parallax_arrow{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    color: white;
    opacity: 0.7;
    font-size: 3em;
    cursor: pointer;
}

#parallaxV2 .section_1 .header, #parallaxV2 .section_2 .header {
    margin-top: unset !important;
}

.blog_post.media-press-post .blog_post_thumbnail {
    position: relative;
    background-color: white;
    display: flex;
    justify-content: center;
}

.blog_post.media-press-post .blog_post_thumbnail img{
    z-index: 1000; 
    position: relative;
}

.blog_post.media-press-post .blog_post_thumbnail::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit; /* Inherit the background from parent */
    filter: blur(100px); /* Apply blur */
    z-index: -1; /* Send it behind the text */
}

.blog_post.media-press-post .blog_post_thumbnail img{
    object-fit: contain;
}

.post-type-archive-media-and-press .blog_posts p {
  display: none;
}

.post-type-archive-media-and-press .blog_posts .media-press-post p {
  display: block;
}

/* Infographics */
.infographics-navigation .wp-block-post-navigation-link a{
    font-size: 1.5em;
    font-family: 'Open Sans' !important;
    text-transform: initial;
    transition: all 0.3s ease;
    background-color: transparent;
    color: var(--wp--preset--color--blue-green);
    border: 2px solid;
    transition: all 0.3s ease;
    padding-top: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--50);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--50);
    border-radius: 100px;
}

.infographics-navigation .wp-block-post-navigation-link a:hover{
    background-color: var(--wp--preset--color--blue-green);
    color: white;
}

.share-infographics {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
}

.share-infographics p{
    font-size: 1.4em;
}

.infographics-tooltip {
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    color: white;
    font-size: 2em;
    transition: all 0.3s ease;
}

.infographics-tooltip:hover{
    color: var(--wp--preset--color--blue-green);
}

.infographics-tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 0.5em;
}

.infographics-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.hidden-embed {
    position: absolute;
    left: -9999px;
}

.share-infographics-black .fas{
    color: black;
}

.click-to-tweet{
    padding: 1.5rem;
    display: block;
    border: 2px solid var(--wp--preset--color--blue-green);
}

.click-to-tweet-icon{
    margin-top: 1rem;
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
}

.homepage-condition-list a{
    transition: all 0.3s ease;
}

.homepage-condition-list ul{
    list-style: none;
}

.homepage-condition-list a:hover{
    color: var(--wp--preset--color--blue-green);
}

.overflow_hidden{
    overflow: hidden !important;
}

.condition-ebook-form .gform_required_legend{
    display: none;
}

.condition-ebook-form form input {
    background: none;
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    font-family: 'Open Sans';
    font-size: 1.25em !important;
    padding: 10px 20px !important;
    width: 100% !important;
}

.condition-ebook-form form input::placeholder{
    color: white;
}

.condition-ebook-form form input[type="submit"] {
    color: white;
    cursor: pointer;
    font-size: 1.25em;
    width: max-content !important;
    border: 2px solid white;
    border-radius: 100px;
    padding: 0.44rem 1.5rem !important;
    transition: all 0.3s ease;
}

.condition-ebook-form form input[type="submit"]:hover{
    background: white;
    color: var(--wp--preset--color--blue-green);
}

.condition-ebook-form form .gfield--type-html {
    color: white;
    font-family: 'Open Sans';
    font-size: 1em;
    padding-left: 13px;
    text-indent: -13px;
}

.condition-ebook-form .sdm_download{
    font: unset;
    font-size: 1.25em;
    font-weight: 400;
    border: 2px solid white;
    background: none;
    border-radius: 100px;
    padding: 0.5rem 1.5rem;
    text-shadow: none;
    color: white !important;
    box-shadow: none;
    transition: all 0.3s ease;
}

.condition-ebook-form .sdm_download:hover{
    background: white;
    color: var(--wp--preset--color--blue-green) !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.condition-ebook-preview figure,
.condition-ebook-preview img{
    width: 100% !important;
    height: auto;
}

.hide_on_mobile{
    display: block;
}

.show_on_mobile{
    display: none !important;
}

/* Global and Navigation */
#wpadminbar {
    z-index: 999999999;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, 
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container, 
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 250px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
}

/* SPECT Gallery */
.spect-gallery-grid{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
}

.spect-gallery-item{
    flex: 0 0 calc(33.333% - 2rem);
    cursor: pointer;
}

.spect-gallery-item img{
    width: 100%;
    height: auto;
}

.spect-gallery-item[data-id="10853"]{
    flex: 100%;
}

#spectGalleryContent{
    text-align: left;   
}

#spectGalleryContent ul{
    font-size: 1.2em;
}

#spectGalleryContent ul ul{
    font-size: 1em;
}

#spectGalleryContent .video-embed {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 1.5em;
}

#spectGalleryContent .video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#spectGalleryContent .case_study_item_description ul{
    font-size: 1em;
}

.add_box_shadow{
    max-width: max-content;
}

.postid-297698 .condition_video_thumbnail{
    box-shadow: none;
}

/* Media and Press */
.media-press-post.blog_post .blog_post_thumbnail {
    width: 400px;
}

.media-press-post.blog_post{
    gap: 2rem;
}

.media-press-post.blog_post .blog_post_content{
    gap: 0;
}

.media-press-post hr{
    border: 1px solid var(--wp--preset--color--blue-green);
    margin: 0;
}

.page-template-template-ppc-page .lpppc-mt{
		min-height: 600px;
		display: flex;
		flex-direction: column;
		justify-content: center;
}

.page-template-template-ppc-page .ppc-fse-play-btn{
	cursor: pointer;
}

.page-template-template-ppc-page .font-weight-medium{
    font-weight: 500 !important;
}

/* Elementor Override */
.elementor-element [data-widget_type="post-info.default"]{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.elementor-element [data-widget_type="post-info.default"] ul{
    list-style: none;
    display: flex;
}

.elementor-element [data-widget_type="post-info.default"] ul li::after{
    border: none !important;
}

.elementor-element [data-widget_type="post-info.default"] ul li{
    margin: 0 !important;
    text-align: center !important;
    min-width: 150px !important;
}

.elementor-element [data-widget_type="post-info.default"] ul li:first-child{
    border-right: 1px solid !important;
}

.single-post.elementor-default [data-elementor-type="wp-post"] a{
    color: #3782ca;
}

.single-post.elementor-default [data-elementor-type="wp-post"] a:hover{
    color: var(--wp--preset--color--blue-green);
}

.single-post.elementor-default .elementor-widget-social-icons .elementor-grid{
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
}

.single-post.elementor-default .elementor-widget-social-icons{
    align-self: stretch;
}

.single-post.elementor-default .elementor-widget-social-icons .elementor-widget-container{
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.footer-group{
    position: relative;
    width: max-content;
}

.footer-group figure{
    position: absolute;
    left: calc(-195px + -2rem);
}

.ty_watch #videoModal{
    display: none;
}

.ty_research .recent_posts_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.ty_research .recent_posts{
    width: 30%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.ty_research .recent_posts_featured_image{
    width: 100%;
    height: 240px;
    position: relative;
}

.ty_research .recent_posts_featured_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ty_research .recent_posts .recent_posts_type{
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin: 0;
}

.ty_research .recent_posts .recent_posts_title{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    color: #038ca7 !important;
    font-family: 'Raleway';
    margin: 0;
    cursor: pointer;
}

.ty_research .recent_posts_excerpt,
.ty_research .recent_posts_date{
    font-size: 16px;
    color: black;
    font-weight: 400;
    font-family: 'Open Sans';
    margin: 0;
    line-height: 1.2;
}

.ty_research .recent_posts_content{
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.5rem;
    flex: 1;
    justify-content: space-between;
}

.ty_research .recent_posts_header{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
}

.ty_research .recent_posts_play{
    position: absolute;
    width: 100px !important;
    height: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: all 0.3s ease;
}

.ty_research .recent_posts_play:hover{
    width: 120px !important
}

.ty_research .modal { 
    display: none; 
    position: fixed; 
    z-index: 10000; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.6); 
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
} 

.ty_research .modal-content { 
    width: 100%;
    max-width: 900px;
} 

.ty_research .modal-content iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 6px 9px 24px;
}

.ty_research .close { 
    color: white; 
    float: right; 
    font-size: 28px; 
    font-weight: bold; 
} 

.ty_research .close:hover, 
.ty_research .close:focus { 
    color: black; 
    text-decoration: none; 
    cursor: pointer; 
}

.ty_research .podcast-video-ep iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

/* Partnerships Locations Toolbar */

.page-template-partnerships .locations {
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #000;
    font-size: 16px;
}
.page-template-partnerships .locations li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000;
    line-height: 1em;
    font-size: 0.9em;
}
.page-template-partnerships .locations li:first-child {
    padding: 0;
    border-right: none;
}
.page-template-partnerships .locations li:last-child {
    border: none;
}
.page-template-partnerships .tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.page-template-partnerships .tooltip .top {
    width: max-content;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 15px;
    color: #fff;
    background-color: #5d8488;
    font-weight: 400;
    font-size: 12px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.5);
    display: none;
}
.page-template-partnerships .tooltip .top p {
    margin-bottom: 0;
}
.page-template-partnerships .tooltip:hover {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.page-template-partnerships .tooltip:hover .top {
    display: block;
    text-decoration: none;
}
.page-template-partnerships .tooltip .top i {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}
.page-template-partnerships .tooltip .top i::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #5d8488;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.5);
}
.page-template-partnerships .locations-head {
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 1.5em !important;
    text-transform: uppercase;
}

/* Global inline styles */
.single-post.elementor-default{
    font-size: 16px !important;
}

.single-post.elementor-default *{
    font-feature-settings: 'lnum' 1 !important;
}

.single-post.elementor-default .footer-links-stack{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}

.single-post.elementor-default .footer-links-stack-container{
    flex-direction: column;
}

.single-post.elementor-default .footer-links-stack-container .wp-block-image:nth-child(3) img{
    width: 84px !important;
}

.single-post.elementor-default .aci-gform_wrapper{
    margin-top: 2.25rem;
}

.single-post.elementor-default .footer-group{
    margin-top: 7rem;
}

.single-post.elementor-default .footer-social-container .wp-block-social-links{
    gap: 0.5em var(--wp--preset--spacing--50);
}

.single-post.elementor-default footer a{
    transition: all 0.3s ease;
}

.single-post.elementor-default footer a:hover{
    color: #038ca7;
}

.single-post.elementor-default #navigationSpacer{
    flex-grow: 1;
}

.single-post.elementor-default .wp-block-navigation__responsive-container{
    width: 96vw !important;
}

.single-post.elementor-default ul.wp-block-navigation__container{
    gap: 2.5rem !important;
}

.single-post.elementor-default .wp-block-buttons{
    margin-left: 2.5rem !important;
}

.elementor-avatar{
    display: none !important;
}

.ap3w-embeddable-form-content{
    padding: 0 !important;
    margin: 2rem 0 !important;
}

.location_card{
    position: relative;
    height: 100%;
}

.location_card_number{
    border-radius: 100px;
    background-color:#c0e1e8;
    position: absolute;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-feature-settings: 'lnum';
}

.location_cards{
    justify-content: space-between;
}

.location_v2_container .wp-block-button__link{
    min-width: 211px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: none;
    transition: all 0.3s ease;
}

.location_v2_container .wp-block-button__link:hover{
    background: white;
    color: #058CA5 !important;
    border: 2px solid white !important;
}

.util_stretch_center{
    align-self: stretch !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location_v2_container .location_image_shadow{
    box-shadow: -18px 21px 0px 1px rgba(35,148,170,0.75);
    -webkit-box-shadow: -18px 21px 0px 1px rgba(35,148,170,0.75);
    -moz-box-shadow: -18px 21px 0px 1px rgba(35,148,170,0.75);
}

.location_v2_container .doctor_v2{
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p x 12px 45px 0px rgba(161, 158, 158, 0.75);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
}

.location_v2_container .doctor_v2 .doctor-title{
    font-size: 1em;
}

.location_v2_container .doctor_v2 .doctor-link{
    font-size: 0.9em;
}

.location_v2_container .doctor_v2 .doctor-position{
    font-size: 0.9em;
}

.location_v2_container .custom-swiper-nav button{
    border: none;
    width: 46px;
    height: 46px;
    background: #048CA6;
    border-radius: 100px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    cursor: pointer;
}

.location_v2_container .custom-swiper-nav{
    display: flex;
    gap: 0.7rem;
}

.location_v2_container .custom-swiper-nav .swiper-button-disabled{
    background: #048ca654
}

.reduce_padding_mobile_v2{
    padding: 3rem 2rem 12rem 2rem !important;
}

.remove-margin-mobile-v2{
    margin: 3rem 0 !important;
}

.lowercase_btn a{
    text-transform: unset !important;
}

.bwn_container_shadow{
    box-shadow: -1px 0 125px 37px #b8b6b6;
}

.for-providers-menu .wp-block-navigation-item__content{
    color: var(--wp--preset--color--grey);
}

.single-condition .wp-block-buttons .wp-block-button__link,
.single-treatment .wp-block-buttons .wp-block-button__link{
    text-transform: initial !important;
}

.util-related-posts{
    max-width: 1140px;
    padding: 2rem 6rem;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 5rem !important;
}

.util-related-posts h3{
    font-family: "Raleway", Sans-serif !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    line-height: 10px !important;
    letter-spacing: -0.5px !important;
    color: #636363 !important;
    margin-bottom: 3rem !important;
}

.util-related-posts .related-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.util-related-posts .related-post-title a{
    font-family: "Raleway", Sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: var(--e-global-color-secondary) !important;
    margin: 0.5rem 0 !important;
}

.util-related-posts .related-post-image img{
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

.util-related-posts .related-post-item {
    flex: 0 0 calc(33.333% - 14px);
}

.e-con-inner > div[data-element_type="container"][data-e-type="container"]:first-child {
    padding-bottom: 3rem !important;
}

.single-post-content .entry-content .util-related-posts {
    max-width: 100%;
    padding: 5rem 0;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.elementor-widget-post-navigation{
    display: none !important;
}

.locations_nav_dropdown span{
    font-size: 18px !important;
}

#providerMap {
    scroll-margin-top: 150px;
}

#gform_fields_67{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nav_phone_icon_mobile_only{
    background: #068ca7;
    color: white !important;
    font-size: 1.6em;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

body .userway_buttons_wrapper{
    left: 2rem !important;
    bottom: 2rem !important;
}

.util_stretch_full_width{
    width: 100%;
}

.contact-boxes .form-box{
    transition: all 0.3s ease;
}

.contact-boxes .floating-form{
    display: none;
    transition: all 0.3s ease;
}

.contact-boxes .floating-form input, .contact-boxes .floating-form select, .contact-boxes .floating-form textarea{
    width: 100% !important;
    font-size: 1.3em !important;
    font-family: 'Open Sans', sans-serif !important;
    min-height: 60px !important;
    color: var(--wp--preset--color--blue-green) !important;
    border: none !important;
    background: white;
    margin: 0 !important;
    border-radius: 6px;
    border: 1px solid var(--wp--preset--color--blue-green) !important;
}

.contact-boxes .floating-form input::placeholder, .contact-boxes .floating-form select::placeholder, .contact-boxes .floating-form textarea::placeholder{
    color: var(--wp--preset--color--blue-green) !important; 
}

.contact-boxes .floating-form .iti__selected-flag,
.contact-boxes .floating-form .iti__selected-flag:hover{
    border-radius: 6px 0 0 6px;
    background: var(--wp--preset--color--blue-green);
    color: white;
}

.contact-boxes .floating-form .iti__arrow{
    border-top: 4px solid #ffffff;
}

.contact-boxes .floating-form .gfield-choice-input{
    width: unset !important;
}

.contact-boxes .floating-form input[type="submit"] {
    border: 2px solid var(--wp--preset--color--blue-green) !important;
    background: var(--wp--preset--color--blue-green) !important;
    max-width: 200px !important;
    margin-left: 1.8rem !important;
    padding: 0.5rem 1rem !important;
    min-height: max-content !important;
    font-family: 'Open Sans' !important;
    color: white !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border-radius: 100px !important;
    font-weight: 600;
}

.contact-boxes .floating-form input[type="tel"]{
    padding-left: 95px !important;
}

.contact-boxes.box-clicked .floating-form{
    display: block;
}

.contact-boxes.box-clicked .calendly-box{
    align-self: baseline;
}

.contact-boxes.box-clicked .form-box .util_stretch_full_width{
    margin-top: 4.95rem;
}

.contact-boxes .show_on_mobile{
    display: none !important;
}

.mapr_mobile{
	display: none;
}

.aci_updated_contact_form .gfield_checkbox {
    display: flex;
    flex-direction: column;
    gap: 1rem !important;
}

.referral-ppc-share{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.referral-ppc-share a{
    color: white;
    background: #1192aa;
    padding: 1rem 1.5rem;
    font-size: 1.6em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    border-radius: 13px;
    width: 300px;
    text-align: center;
}

.referral-ppc-share i{
    margin-right: 1rem;
}

#gform_submit_button_71{
    margin-top: 2rem !important;
}

.location_v2_container .reduce_padding_mobile_v2 {
    padding: 5rem 2rem 12rem 2rem !important;
}

.location_v2_container .wp-block-social-link svg{
    width: 45px;
    height: 45px;
}

.youtube-thumbnails .condition_video_play img{
    height: auto !important;
}

.location-condition-we-treat-links .wp-block-button__link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.location_v2_container .location-condition-we-treat-links .wp-block-button__link:hover{
    border: none !important;
}

.location_v2_container .doctor_v2 {
    box-shadow: none !important;
    border: 0.05rem solid #707070 !important;
    border-radius: 14px;
}

.location_v2_container .doctor_v2 .doctor-title{
    color: #299DB3;
}


.location_v2_container .doctor_v2 .doctor-link {
    border: 1px solid var(--wp--preset--color--blue-green);
}

.location_v2_container .doctor_v2  .doctor-info-head{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.location_v2_container .custom-swiper-nav button {
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: 4px 4px 20px 0px rgba(161, 158, 158, 0.75);
}
.location_v2_container a.wp-block-button__link:hover{
    border-width: 1px !important;
}

.call-center-lp-btn a{
    border-radius: 100px;
    background: linear-gradient(270deg, rgba(0, 140, 177, 0.60) 25.59%, #008AAD 97.67%);
    backdrop-filter: blur(14.393258094787598px);
}

.call-center-lp-divider{
    background: rgba(0, 140, 177, 0.80);
    width: 1px;
    height: 17px;
}

.call-center-lp-hero{
    position: relative;
}

.call-center-lp-hero-vertical-text{
    position: absolute;
    bottom: 0;
    left: 2rem;
}

.call-center-lp-hero-gradient{
    position: absolute;
    bottom: 0;
    left: 0;
}

.call-center-lp-hero-btn a{
    border-radius: 222.5px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%);
    backdrop-filter: blur(25.049999237060547px);
}

.call-center-lp-glass-effect{
    opacity: 0.8;
    mix-blend-mode: screen;
    line-height: normal;
    margin: 0;
}

.call-center-lp-brain-scan{
    background: rgba(10, 145, 180, 0.20);
}

.call-center-lp-brain-scan-container{
    border-radius: 106.338px 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    width: max-content;
}

.call-center-lp-brain-scan-container figure{
    margin: 0 !important;
}

.call-center-lp-tick-container{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 100px;
}


.call-center-lp-glass-box {
    border-radius: 95.955px 0;
    border: 2px solid rgba(255, 255, 255, 0.89);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.77) -34.89%, rgba(255, 255, 255, 0.96) 70.46%);
    backdrop-filter: blur(14.393258094787598px);
}

.call-center-lp-glass-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(
        135deg,
        rgba(0, 140, 177, 0.85),
        rgba(255, 255, 255, 0.95),
        rgba(0, 140, 177, 0.75),
        rgba(187, 213, 220, 0.80),
        rgba(255, 255, 255, 0.90),
        rgba(0, 140, 177, 0.85)
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.call-center-lp-footer{
    background: linear-gradient(193deg, #056794 9.72%, rgba(3, 122, 163, 0.90) 54.47%, rgba(0, 140, 177, 0.90) 94.01%);
}

.call-center-lp-gradient-text{
    background: linear-gradient(90deg, #008CB1 0%, rgba(105, 228, 228, 0.80) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.call-center-br br{
    display: none;
}

.homepage-h1{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.slide_up_in_view {
  opacity: 1 !important;
}

.util-remove-list-style{
list-style: none !important;
}

.bmd-lp-hero-heading{
line-height: 0.8 !important;
}

.bmd-lp-hero-heading mark{
font-size: 0.7em;
}

.brainmd-lp-hero-button{
display: block;
width: max-content;
height: auto; 
background: linear-gradient(90deg,#c9a7eb 0%,#e2abbc 35%,  #e9b397 70%,#d8ba7b 100% );
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
padding: 0.8rem 3rem;
}

.bmd-lp-frame{
padding: 3rem 2rem !important;
max-width: 700px;
background: #fff;
border: 12px solid transparent;
background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #efe9dc 0%, #e8dfd7 30%, #e4dbe6 55%, #d9e6ef 100%);
background-origin: border-box;
background-clip: padding-box, border-box;
border-top-left-radius: 42px;
border-bottom-right-radius: 42px;
}

.bmd-lp-form-container{
margin: 0 auto !important;
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}

.bmd-lp-form-container .gform_required_legend{
display: none;
}

.bmd-lp-form-container input,
.bmd-lp-form-container select,
.bmd-lp-form-container textarea{
width: 100% !important;
background: none !important;
color: white !important;
border: 1px solid white !important;
outline: none !important;
border-radius: 5px;
font-family: 'Poppins', sans-serif !important;
padding: 1rem initial !important;
}

.bmd-lp-form-container input:not([type="tel"]),
.bmd-lp-form-container select,
.bmd-lp-form-container textarea{
padding: 0.8rem 2rem !important;
}

.bmd-lp-form-container input[type="tel"]{
padding-top: 0.8rem !important;
padding-bottom: 0.8rem !important;
}

.bmd-lp-form-container input::placeholder,
.bmd-lp-form-container select::placeholder,
.bmd-lp-form-container textarea::placeholder{
color: white !important;
}

.bmd-lp-form-container  .iti__selected-dial-code{
color: white !important;
}

.bmd-lp-form-container .gchoice{
display: flex;
justify-content: flex-start;
align-items: center;
gap: 1rem;
}

.bmd-lp-form-container .gfield-choice-input{
width: max-content !important;
}

.bmd-lp-form-container .gchoice label{
color: white !important;
}

.bmd-lp-form-container input[type="submit"]{
width: max-content !important;
border-radius: 100px;
color: var(--wp--preset--color--blue-green) !important;
background: white !important;
border: none !important;
font-size: 1em !important;
padding: 0.5rem 2rem !important;
}

.bmd-lp-mobile-button{
display: none !important;
}

#bmdActualContent{
display: flex;
flex-direction: column;
gap: 2rem !important;
}

#bmdHeroContainerEmpty{
position: relative;
}


.beyond-lp-text-beyond{
background: linear-gradient(90deg,#b38de7 0%,#d79cb5 28%,#69b9f5 58%,#3fd5ff 78%,#8be0b8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.beyond-lp-testi-container{
position: relative;
}

.beyond-lp-testi-container .beyond-lp-play-btn{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
}

.beyond-lp-forwardp-container{
position: relative;
}

.beyond-lp-forwardp-container .beyond-lp-forward-vertical-text{
position: absolute;
right: 2rem;
bottom: -1rem;
}

.beyond-lp-hero-container .beyond-lp-forward-vertical-text{
position: absolute;
right: 4rem;
bottom: -1rem;
}

.beyond-lp-forwardp-container mark{
font-weight: 400 !important;
}

.beyond-lp-why-stat{
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}

.beyond-lp-why-stat-1 h3{
background: linear-gradient(90deg,#928db4 0%,#a9a6c4 45%,#c0c2d2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.beyond-lp-why-stat-2 h3{
background: linear-gradient(90deg,#086895 0%,#1f8eae 45%,#8accdb 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.beyond-lp-why-stat-3 h3{
background: linear-gradient(90deg,#00a587 0%,#00b08d 45%,#00c499 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.beyond-lp-scans{
width: 100%;
max-width: 500px !important;
}

.beyond-lp-thumbs-up-illustration{
max-width: 85px !important;
}

.beyond-lp-mark-container mark{
font-weight: 600 !important;
}

.homepage-stat-section-item{
border-radius: 90px 0;
background-color: rgba(255,255,255,0.75) !important;
padding: 3rem 2rem !important;
}

.twentysix_ppc__footer .contact-boxes label{
color: var(--wp--preset--color--blue-green) !important;
}

.twentysix_ppc__footer .contact-boxes .gform_required_legend{
display: none !important;
}

.twentysix_ppc__footer .contact-boxes .gchoice{
display: flex;
gap: 1rem;
}

.twentysix_ppc__footer .contact-boxes.box-clicked .form-box .util_stretch_full_width {
    margin-top: 6.5rem;
}

.new_homepage_map_container svg{
transform: scale(1.2);
}

.beyond-lp-hero-main-heading{
background: linear-gradient(90deg, #8bb1af 0%, #8bbcbd 45%, #8cc4c9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.beyond-lp-hero-main-heading span{
display: block;
font-size: 0.35em;
font-weight: 400 !important;
}

.beyond-lp-hero-main-heading-span-1{
background: linear-gradient(90deg, #03bf86 0%, #0ed3c3 45%, #5df8ff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.beyond-lp-hero-main-heading-span-2{
background: linear-gradient(90deg, #017481 0%, #0ed3c3 45%, #1fe9ff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

#beyondLp .hide_on_mobile{
display: block !important;
}

#beyondLpWcBox .wp-block-outermost-icon-block{
position: relative; 
left: 50%;
margin-bottom: 1rem;
}

.about-us-v3-markers{
width: 100%;
max-width: 250px;
height: -webkit-fill-available;
display: flex;
justify-content: center;
align-items: center;
}

.about-us-v3-markers-1{
background: rgba(10, 145, 180, 0.2);
}

.about-us-v3-markers-footer{
border-bottom-left-radius: 37px;
border-bottom-right-radius: 37px;
height: 30px;
}

.about-us-v3-markers-header{
border-top-left-radius: 37px;
border-top-right-radius: 37px;
}

.about-us-v2-trusted-copy{
background: linear-gradient(90deg, #008CB1 0%, rgba(105, 228, 228, 0.80) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.about-us-v3-glass-box{
border-radius: 87.959px 70px 87.959px 83px;
background: linear-gradient(270deg, rgba(255, 255, 255, 0.32) -34.89%, rgba(255, 255, 255, 0.40) 70.46%);
backdrop-filter: blur(13.193819999694824px);
}

.about-us-v3-glass-box::before{
content: "";
position: absolute;
inset: 0;
padding: 2px;
border-radius: inherit;
background: linear-gradient(135deg,rgba(255,255,255,0) 0%,rgba(0, 140, 193, 0.8) 20%,#bbd5dc 45%,rgba(255,255,255,0) 70%,#008cb1 100%);
-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;mask-composite: exclude;pointer-events: none;}

.about-us-v3-mt-cover,
.about-us-v3-spacer{
position: relative;
overflow: visible;
}

.about-us-v3-glass-box{
position: absolute;
top: -50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 800px;
}

.ml-lp-intent .paragraph-nav-world-leader{
background: linear-gradient(0deg, #008AAD 0%, #008AAD 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.ml-lp-intent .paragraph-hero-trusted-copy{
background: linear-gradient(90deg, #FFF 0%, #86F7F7 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.ml-lp-intent .section-hero{
position: relative;
}

.ml-lp-intent .svg-vertical-text{
position: absolute;
bottom: 7rem;
left: 2rem;
}

.ml-lp-intent .section-gradient-blue-yellow{
background: linear-gradient(157deg, rgba(10, 145, 180, 0.15) 33.06%, rgba(248, 213, 150, 0.06) 85.3%);
}

.ml-lp-intent .image-cover,
.ml-lp-intent .image-cover img{
width: 100%;
height: 100%;
object-fit: cover;
}

.ml-lp-intent .glass-box-cta{
border-radius: 157px 0;
background: rgba(255, 255, 255, 0.84);
backdrop-filter: blur(9.108039855957031px);
}

.ml-lp-intent .glass-box-cta::before{
content: "";
position: absolute;
inset: 0;
padding: 2px;
border-radius: inherit;
background: linear-gradient(135deg,
rgba(0, 140, 177, 0.8) 0%,rgba(147, 144, 181, 0.9) 20%,rgba(255, 255, 255, 0.6) 40%,rgba(248, 213, 150, 0.4) 60%,rgba(255, 255, 255, 0.65) 75%,rgba(229, 146, 168, 0.9) 90%,rgba(255, 255, 255, 0.9) 100%);
-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;mask-composite: exclude;pointer-events: none;}

.ml-lp-intent .section-footer{
background: linear-gradient(193deg, #056794 9.72%, rgba(3, 122, 163, 0.90) 54.47%, rgba(0, 140, 177, 0.90) 94.01%);
}

.ml-lp-intent-glasses{
border-radius: 0 90px !important;
background: white;
}

.ml-lp-intent-glasses *{
font-family: 'Poppins', sans-serif !important;
}

.ml-lp-intent-glasses form{
font-size: 14px !important;
}

.ml-lp-intent-glasses{
position: relative;
}

.ml-lp-intent-glasses::before{
content: "";
position: absolute;
inset: 0;
padding: 2px;
border-radius: inherit;
background: linear-gradient(135deg,#F8D596 0%,rgba(81, 167, 178, 0.9) 30%,rgba(121, 153, 180, 0.9) 65%,#E592A8 100%);
-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
}

.ml-lp-intent .contact-boxes.box-clicked .form-box .util_stretch_full_width {
    margin-top: 6rem;
}

.ml-lp-intent .gchoice{
display: flex;
gap: 1rem;
}

.ml-lp-intent .svg-vertical-text{
  bottom: 0 !important;
}

.lp-mask-image{
-webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.lp-mask-container{
position: relative;
-webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 1%,
    black 97%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 1%,
    black 97%,
    transparent 100%
  );
}

.organic-lp-map-illustration{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.organic-lp-map-locations{
  position: realative;
  z-index: 100;
}

.nsyc-lp-heading mark{
  font-size: 3em !important;
  font-weight: 600 !important;
  background: linear-gradient(91deg, rgba(0, 138, 173, 0.50) 0%, rgba(0, 138, 173, 0.50) 46%, rgba(1, 196, 177, 0.30) 60%, #E592A8 80%, rgba(248, 213, 150, 0.80) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.postid-306491 h1.wp-block-heading{
  width: max-content !important;
}

.summer-lp-heading-rainbow-bar{
  margin-left: -15px !important;
}

#summerLpMainHeading mark{
  font-size: 1.1em !important;
  font-weight: 600 !important;
}

.adhd-lcd-lp-video video,
.adhd-lcd-lp-video iframe{
  border-radius: 30px;
}

#lcdBox .lcd-popup{
  display: none;
}

#lcdBox.opened .lcd-trailer{
  display: none;
}

#lcdBox.opened .lcd-popup{
  display: block;
}

.glass-btn a{
  border-radius: 84.783px;
  background: linear-gradient(270deg, rgba(0, 140, 177, 0.36) 25.59%, rgba(0, 138, 173, 0.60) 97.67%);
  backdrop-filter: blur(12.203057289123535px);
}

.util_mixed_screen{
  mix-blend-mode: screen;
}

.amd-lp-cta-box{
  background: none;
  border-radius: 66px 0;
  background: linear-gradient(270deg, rgba(0, 140, 177, 0.40) -34.89%, rgba(0, 140, 177, 0.80) 96.1%);
  backdrop-filter: blur(14.393258094787598px);
}

.amd-lp-steps-box{
  background: linear-gradient(180deg, rgba(82, 193, 209, 0.23) 0%, rgba(81, 247, 247, 0.16) 100%) !important;
}

.adhd-lcd-hero{
  position: relative;
}

.adhd-lcd-lp-bar{
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
}

.doc_specific_referral_form .gchoice_129_14_1{
  display: flex;
  gap: 1rem;
}

.doc_specific_referral_form .gfield-choice-input{
  width: max-content !important;
}

.doc_specific_referral_form .gchoice label{
  font-size: 1em !important;
}

.doc_specific_referral_form input[type="submit"]{
  width: max-content !important;
  border-radius: 100px;
  font-size: 1.2em !important;
  padding: 0.7rem 2rem !important;
  color: white !important;
  background: var(--wp--preset--color--blue-green);
}

.doc_specific_referral_form .gfield--type-html {
  margin-left: 2.2rem !important;
}

.about-us-table-content{
  padding-right: 1rem;
}

@supports (-webkit-hyphens: none) {
    .about-us-v3-markers{
        height: fit-content !important;
    }

    .about-us-table-icon-row{
        background: linear-gradient(to right, rgba(10, 145, 180, 0.2) 50%, transparent 50%);
    }

    .about-us-table-icon-row .about-us-v3-markers-1{
        background: none !important;
    }

    .about-us-v3-markers-footer{
        height: 30px !important;
    }
}

/* Responsive styles */
@media screen and (max-width: 1440px){
    .testimonial_slider_group .testimonial_slider_container{
        max-width: 90%;
    }

    .testimonial_slider_container .name{
        min-height: 3em;
    }
}

@media screen and (min-width: 1280px){
  .ml-lp-intent .svg-vertical-text .icon-container{
    width: 46px !important;
  }

  .beyond-lp-hero-container .beyond-lp-forward-vertical-text .icon-container{
    width: 13px !important;
  }
}

@media screen and (max-width: 1280px){
  .ml-lp-intent .svg-vertical-text{
    display: none !important;
  }
}

@media screen and (max-width: 1250px){
    .home .entry-content{
        width: 100% !important;
        overflow: hidden !important;
    }

    .entry-content{
        width: 100% !important;
        overflow: hidden !important;
    }

    .single-post.elementor-default .wp-block-navigation__responsive-container {
        width: 100vw !important;
    }

    .single-post.elementor-default ul.wp-block-navigation__container{
        gap: inherit !important;
    }

    .single-post.elementor-default .wp-block-navigation__responsive-container-content .wp-block-buttons{
        margin-left: unset !important;
    }
}

@media screen and (max-width: 1024px){
    body{
        font-size: 12px;
    }

    .testimonial_slide{
        flex: 0 0 calc(50% - 10px);
    }

    .util-related-posts .related-post-item {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .testimonial_item {
        flex: 1 1 48%; 
    }
}

@media screen and (max-width: 900px){
    .item_list {
        columns: 1;
        column-gap: 0;
        transition: all 0.3s ease;
        list-style: none;
        padding-left: 0;
    }

    .all-doctors .doctor{
        flex: 1 1 35%;
        max-width: 45%;
    }

    .homepage-v4-video{
        min-height: unset !important;
        aspect-ratio: 16 / 9 !important;
    }

    .homepage-v4-map-container{
        margin-top: 0 !important;
    }

    .homepage_testimonial_image {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }

    .swiper-slide {
        background: transparent;
        text-align: center;
        padding: 0px 1rem !important;
    }

    .condition_video_play img {
        max-width: 50px !important;
    }

    .homepage-v4-da-video{
        padding: 2rem !important;
    }

    .homepage-v4-da-video .wp-block-cover__background{
        opacity: 0.5 !important;
    }

    .util-indent-second-line {
        text-indent: 0 !important;
        margin-left: 0 !important;
    }

    .hide_on_mobile{
        display: none;
    }

    .show_on_mobile{
        display: block !important;
    }

    .spect-gallery-item {
        flex: 0 0 calc(50% - 2rem);
    }

    .footer-group{
        gap: 0;
        width: 100%;
    }

    .footer-group figure{
        position: relative;
        left: unset;
    }

    .hide_on_mobile a{
        display: none;
    }

    .call-center-lp-brain-scan .wp-block-columns{
        justify-content: center;
    }

    .call-center-lp-hero-cover img{
        display: none;
    }

    .call-center-lp-hero-cover{
        background-image: url('/sites/amen-rehearsal/_assets/72b18d771545d3a3.png');
        background-size: cover;
        background-position: right;
    }
}

@media screen and (max-width: 768px) {
    .testimonial_slide {
        flex: 0 0 calc(100%);
    }

    .testimonial_slider_group .testimonial_slider_container{
        max-width: 87%;
    }

    .testimonial_slider_container .prev-btn{
        left: -1em;
    }

    .testimonial_slider_container .next-btn{
        right: -1em;
    }

    .testimonial_slider_container .prev-btn, 
    .testimonial_slider_container .next-btn{
        font-size: 3em;
    }

    .footer-form-container,
    .footer-form-container .gform_wrapper,
    .footer-form-container p{
        width: 100%;
        max-width: 100% !important;
    }

    .footer-form-container p br{
        display: none;
    }

    .footer-social-container{
        align-items: center !important;
    }

    .footer-social-items{
        justify-content: center;
        gap: 10px !important;
    }

    .footer-logo{
        display: flex;
        justify-content: center;
    }

    .wp-block-cover.half-cover{
        min-height: 20rem !important;
    }

    .switch-columns-mobile{
        flex-direction: column-reverse;
    }

    .stack-on-mobile{
        flex-direction: column;
        gap: 1rem !important;
    }

    .center-on-mobile{
        display: flex;
        justify-content: center;
    }

    .center-on-mobile img{
        max-width: 200px;
    }

    #homePlayBtn {
        width: 5em;
        height: 10em;
    }

    .video-responsive{
        min-height: 400px !important;
    }

    .video-responsive h2, 
    .video-responsive p{
        display: none;
    }

    .section .header, 
    .section .header-spin{
        font-size: 1.5em;
        padding-left: 0;
    }

    .section .description {
        font-size: 1em;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 2em;
    }

    .section {
        padding: 0em;
        max-width: 100% !important;
    }

    .break-header {
        display: inline;
    }

    .remove-breakline br{
        display: none;
    }

    .wp-block-media-text .wp-block-media-text__content{
        padding: 2rem;
    }

    .header-covers{
        min-height: 450px !important;
    }

    .testimonial_item {
        flex: 1 1 100%;
        padding: 1rem;
    }

    .testimonial_content_container{
        height: auto !important
    }

    .testimonial_video_items{
        gap: 2rem;
    }

    .all-doctors .doctor{
        flex: auto;
        max-width: 100%;
    }

    .ebooks-pattern{
        padding-bottom: 0 !important;
    }

    .condition-hub-hero-video{
        min-height: auto !important;
        aspect-ratio: 16/9 !important;
    }

    .spect-gallery-item {
        flex: 0 0 100%;
    }

    .modal .modal-content {
        width: unset !important;
        height: unset !important;
        max-width: unset !important;
        max-height: unset !important;
        border: none;
        position: relative;
        aspect-ratio: 16 / 9;
    }

    .condition_video_play img {
        max-width: 70px;
    }

    .page-template-template-ppc-page .main_hero_header{
		min-height: 400px !important;
	}
	
	.page-template-template-ppc-page .main_hero_header h2{
		text-align: center;
	}
	
	.page-template-template-ppc-page .reduce_padding_mobile{
		padding: 2rem !important;
	}
	
	.page-template-template-ppc-page  .lpppc-mt{
		min-height: auto;
	}
	
	.page-template-template-ppc-page .wp-block-media-text__content{
		padding: 0;
	}
	
	.page-template-template-ppc-page .wp-block-media-text__media{
		min-height: 350px !important;
	}

    .about-us-icon-container{
        flex-basis: 35px !important;
    }

    .about-us-icon-wrapper{
        gap: 0.8rem !important;
    }

    .about-us-label-others{
        font-size: 8px !important;
        padding-left: 2px;
    }

    .ty_research .recent_posts_list{
        flex-direction: column;
        gap: 2rem;
    }

    .ty_research .recent_posts{
        width: 100%;
    }

    #heroVideoButton{
        margin-top: 6rem !important;
        font-size: 0.7em;
        width: max-content;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .clinic-dropdown{
        max-width: 90%;
    }

    .team-slide{
        min-width: 100%;
    }

    .team-navigation{
        width: 100%;
        zoom: 0.7;
    }

    .location-page-map-container{
        margin-top: 1rem !important;
    }

    #mapContainer{
        transform: scale(1.3);
    }

    .page-template-partnerships .locations li{
        border-right: none;
    }

    .page-template-partnerships .locations{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    #partnershipNav{
        justify-content: center;
    }

    #partnershipNavContent{
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    .spanish_lp_hero{
        min-height: auto !important;
    }

    .spanish_lp_hero .wp-block-cover__background{
        opacity: 0.7 !important;
    }

    .spanish_lp_frame{
        padding: 20px !important;
    }

    #spanishLP h1 br,
    #spanishLP h2 br{
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .util-related-posts .related-post-item {
        flex: 0 0 100%;
    }

    h1.wp-block-heading{
        font-size: 2em !important;
        letter-spacing: 1px !important;
        margin-bottom: 1rem !important;
    }

    h2.wp-block-heading{
        font-size: 1.8em !important;
        letter-spacing: 1px !important;
    }

    .entry-content{
        --wp--preset--spacing--70: 1rem;
        --wp--preset--spacing--60: 1rem;
        --wp--preset--spacing--80: 1.5rem;
    }

    .spect_research_scans{
        justify-content: center;
        text-align: center;
    }

    .spect_research_divider{
        min-height: 1px !important;
        width: 100% !important;
        margin: 1.5rem 0 !important;
    }

    .page-id-299617 ul{
        padding-left: 20px !important;
    }

    #footer{
        padding: 3rem 1rem !important;
    }

    #footer .footer-logo{
        margin-bottom: 5rem !important;
    }

    .nip_button_mobile a{
        min-height: 60px;
    }

    .faq_item_title_row{
        padding: 1.5rem !important;
        gap: 0.8rem !important;
    }

    .faq_item_title_row p{
        font-size: 1.4em !important;
        line-height: 1.5 !important;
    }

    .contact-boxes .show_on_mobile{
        display: flex !important;
    }

	.b2b_section{
	    min-height: unset !important;
        aspect-ratio: 16 / 9 !important;
        background-position: right !important;
    }

    .b2b_switch_mobile{
        flex-direction: column-reverse !important;
    }
	
	.b2b_section--hero span{
		opacity: 0.5 !important;
	}
	
	.b2b_section--hero h2,
	.b2b_section--hero p{
		text-align: center !important;
        color: white !important;
	}
	
	.b2b_section--hero .wp-block-buttons{
		justify-content: center;
	}
	
    .mapr_mobile{
        display: block;
    }
	
	.mapr_hero h2, 
	.mapr_hero p{
		color: #00374D !important;
	}
	
	.mapr_hero .wp-block-cover__image-background{
		display: none;
	}

    .referral-ppc-share{
        gap: 2rem;
    }

    .twentysix_ppc__call{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .twentysix_ppc__nav{
        gap: 1rem;
    }

    .twentysix_ppc__section.twentysix_ppc__section--with-foot-note{
        padding: 2rem 2rem 5rem 2rem !important;
    }

    .b2b_section--hero{
        min-height: unset !important;
        aspect-ratio: unset!important;
        background-position: unset !important;
        
    }

    .contact-boxes.box-clicked .form-box .util_stretch_full_width{
        margin-top: unset !important;
    }

    .ffdp_lp_hero{
        min-height: unset !important;
        padding: 2rem !important;
    }

    .ffdp_lp_hero_content{
        text-align: left !important; 
        max-width: 85% !important;
        margin-left: 10rem !important;
    }

    .ffdp_lp_hero .wp-block-cover__image-background{
        object-position: 10% 0% !important;
    }

    .ffdp_lp_icon{
        display: block !important;
    }

    .ffdp_lp_icon img{
        width: 60px !important;
        height: auto !important;
        margin-left: -4rem !important;
    }

    .location_v2_container .reduce_padding_mobile_v2 {
        padding: 3rem 2rem 12rem 2rem !important;
    }

    .location_v2_container .location_cards{
        margin-top: 4rem;
    }

    .location_v2_container .location-google-map-container iframe{
        width: 100%;
        height: 300px;
    }

    .location_v2_container .location-google-map-mt{
        gap: 1rem;
    }

    .location_v2_container .wp-block-social-link svg{
        width: 20px;
        height: 20px;
    }

    .location_v2_container .location-hero {
        min-height: unset !important;
        padding: 5rem 3rem !important; 
    }

    .call-center-lp-glass-box{
        padding: 3rem 2rem !important;
    }

    .twentysix_ppc__section.call-center-lp-glass-box-section{
        padding-top: 20rem !important;
        background-size: contain !important;
        background-position: top !important;
    }

    .call-center-lp-brain-scan-container{
        width: 100% !important;
        margin: 2rem 0 !important;
    }

    .call-center-lp .twentysix_ppc__nav{
        justify-content: space-between !important;
    }

    .call-center-lp .ffdp_lp_hero_content{
        max-width: 100% !important;
        text-align: center !important;
        margin-left: -1.5rem !important;
    }

    .call-center-lp-hero-vertical-text{
        zoom: 0.5;
        bottom: -14rem;
    }

    .twenty-six-aci-ppc-logo img{
        max-width: 140px !important;
    }

    h1.wp-block-heading.call-center-lp-glass-effect{
        font-size: 4.5em !important;
    }

    h2.wp-block-heading.call-center-lp-glass-effect{
        font-size: 2.1em !important;
        margin-top: -0.7rem;
    }

    .call-center-br br{
        display: block;
    }

    .call-center-lp-hero-gradient {
        margin-bottom: -10px;
    }

    .bmd-lp-stats-row{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    }

    .bmd-lp-frame{
    padding: 3rem 2rem !important;
    }

    .bmd-lp-hero-cover .wp-block-cover__image-background{
    display: none !important;
    }

    .bmd-lp-hero-cover{
    background-image: url(/sites/amen-rehearsal/_assets/b04c04b7ff4c63c6.png);
    background-size: cover;
    background-position: bottom center;
    }

    .bmd-lp-mobile-button{
    display: block !important;
    }

    #bmdHeading{
    line-height: 1.2 !important;
    font-size: 3em !important;
    }

    #bmdSubheading{
    line-height: 1.2 !important;
    font-size: 2.3em !important;
    }

    .bmd-lp-hero-heading mark {
    font-size: 1em;
    }

    #bmdHeroContent{
    margin-left: unset !important;
    text-align: left !important;
    }

    #bmdHero{
    padding: 3rem 2rem 28rem 2rem !important;
    position: relative;
    }

    #bmdMobileButton{
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    }

    #bmdActualContent{
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    }

    #bmdActualContent *{
    margin: 0 !important;
    }

    #bmdNavMobile{
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    }

    #bmdNavMobile .call-center-lp-divider{
    display: none !important;
    }

    .homepage-stat-section-item{
    border-radius: 50px 0;
    padding: 2rem !important;
    }

    .new_homepage_map_container svg{
    margin: 2rem 0;
    transform: scale(1);
    }

    .beyond-lp-text-beyond{
    font-size: 5em !important;
    }

    .beyond-lp-forwardp-container-main{
    min-height: 450px;
    background-image: url('/sites/amen-rehearsal/_assets/2ae050f3b20d55f2.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    }

    .beyond-lp-forwardp-container .beyond-lp-forward-vertical-text {
    width: 60px;
    right: 1rem;
    }

    .beyond-lp-brain-scan-row{
    gap: 3rem !important;
    margin-top: 2rem !important;
    }

    #beyondLp .hide_on_mobile{
    display: none !important;
    }

    #beyondLp .wp-block-outermost-icon-block{
    justify-content: center;
    }

    #beyondLpWcBox h2{
    font-size: 2.5em !important;
    margin-top: 1rem;
    }

    #beyondLp h2{
    font-size: 2.5em !important;
    }

    .beyond-lp-mhbh-container .wp-block-outermost-icon-block{
    width: 280px;
    }

    .beyond-lp-mhbh{
    background: #ffffff !important;
    }

    .beyond-lp-list{
    min-height: 550px;
    background-image: url('/sites/amen-rehearsal/_assets/d893cacae55ee2a0.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    }

    .beyond-lp-stuck{
    min-height: 500px;
    background-image: url('/sites/amen-rehearsal/_assets/dd041147b5066862.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    }

    .beyond-lp-main-hero{
    min-height: 600px;
    background-image: url('/sites/amen-rehearsal/_assets/797336bd577f902d.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: flex;
    }

    .beyond-lp-beyond-mobile{
    align-items: center !important;
    }

    .beyond-lp-hero-container .beyond-lp-forward-vertical-text{
    bottom: -7rem !important;
    }

    .beyond-lp-stack{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 280px;
    }

    .beyond-lp-stack-phone{
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    }

    #beyondLp h1{
    font-size: 5em !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }

    #beyondLp .twentysix_ppc__call{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    }

    .about-us-v3-testimonial-text br{
    display: none !important;
    }

    .about-us-v3-hero{
    min-height: unset !important;
    background-position: 47%;
    }

    .about-us-v3-hero h1.wp-block-heading{
    font-size: 3em !important;
    max-width: 300px;
    margin-bottom: 0 !important;
    }

    .about-us-v3-hero .row-stack-on-mobile-gap{
    gap: 0 !important;
    }

    .about-us-v3-table-padding-mobile{
    padding: 0 1rem !important;
    }

    .about-us-v3-table-padding-bottom-mobile{
    padding-bottom: 1rem !important;
    }

    .about-us-v3-table-padding-top-mobile{
    padding-top: 1rem !important;
    }

    .about-us-v3-logo{
    width: 55px;
    }

    .about-us-v3-markers-header{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    }

    .about-us-v3-markers-footer{
    display: none !important;
    }

    .about-us-v3-standard-copy {
    margin-left: 0.5rem;
    font-size: 0.8em !important;
    }

    .about-us-v3-glass-box {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    }

    .about-us-v3-mt-cover{
    padding: 3rem 2rem !important;
    }

    .about-us-v3-spacer{
    display: none;
    }

    .ml-lp-intent-hero{
    min-height: unset !important;
    padding: 2rem !important;
    }

    #mlLph1{
    font-size: 2em !important;
    }

    .ml-lp-intent .hide_on_mobile{
    margin-top: 0 !important;
    }

    #mlLPHeroContent{
    max-width: 250px;
    margin-left: 0 !important;
    }

    #mlLPHeroContent{
    display: flex;
    flex-direction: column;
    gap: 0.5rem !important;
    }

    #mlLPHeroContent *{
    margin: 0 !important;
    }

    #mlLPHeroContent p{
    font-size: 0.8em !important;
    }

      #nsyncLpHeading{
        font-size: 1em !important;
    }

    .nsync-horizontal-text{
        margin-left: -2rem !important;
    }

    .postid-306491 .twentysix_ppc__call{
        font-size: 11px !important; 
    }

    .postid-306491 h1{
        color: white !important;
    }

    .postid-306491 .wp-block-cover{
        font-size: 14px !important;
    }

    .postid-306491 .wp-block-cover *:not(h1){
        text-align: center !important;
    }

    .postid-306491 .wp-block-button__link{
        font-size: 1.1em !important;
    }

    .postid-306491 h1.wp-block-heading{
        font-size: 2.4em !important;
    }

    #beyondLpWcBox .wp-block-outermost-icon-block {
        position: unset !important;
        left: unset !important;
    }

    #summerLpHero{
        min-height: 600px;
        background-image: url(/sites/amen-rehearsal/_assets/1dcbd5749074984a.png) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        display: flex;
    }

    #summerLpDivider{
        margin: 0 !important;
    }

    h1#summerLpMainHeading{
        font-size: 2.5em !important;
    }

    #summerLpMainHeading mark{
        font-size: 1.3em !important;
    }

    #summerLp{
        position: relative;
    }

    #summerLpVerticalText {
        position: absolute;
        right: 1rem;
        bottom: 1rem !important;
    }

    #summerLp h2.wp-block-heading{
        letter-spacing: 0 !important;
    }

    #summerLp .beyond-lp-stack-phone,
    #summerLpHeroBtn{
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #summerLp .beyond-lp-stack-phone{
        margin-bottom: 4rem;
    }

    .adhd-lcd-lp-bar{
        margin-top: -18px !important;
    }

    .adhd-lcd-lp-hero-content{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.5rem !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .adhd-lcd-lp-hero-content * {
        margin: 0 !important;
        max-width: 300px !important;
    }

    .adhd-lcd-lp-hero-content h1.wp-block-heading {
        margin-bottom: 0rem !important;
    }

    #amdLpVerticalText{
        display: block !important;
        left: 1rem !important;
    }

    #amdLpH1{
        max-width: 220px !important;
    }

    .cornish-lp h1{
        color: black !important;
    }
}

@media screen and (max-width: 480px) {
    .testimonial_slide{
        flex: 0 0 calc(100%);
    }

    .location_v2_container .doctor_v2{
        padding: 1rem !important;
    }

    .remove_padding_top_mobile{
        padding: 0 2rem 3rem 2rem !important;
    }

    .bwn_heading{
        font-size: 2.5em !important;
        letter-spacing: 0 !important;
    }

    .add_brains_illustration  .anxiety_bs_2 img,
    .add_brains_illustration  .depression_bs_2 img{
        width: 150px !important;
    }

    .add_brains_illustration  .mania_bs_2 img,
    .add_brains_illustration  .ptsd_bs_2 img{
        width: 156px !important;
    }

    .add_brains_illustration  .dd_bs_2 img{
        width: 152px !important;
    }

    .add_brains_illustration  .bpd_bs_2 img{
        width: 152px !important;
    }

    #bssSourceNote{
        margin-bottom: -1rem !important;
    }
}
