:root {
    --c-accent: #C2AD70!important;
    --logo-width: 150px;
}

main{
    overflow-x: hidden;
}

.crest{
    fill:var(--c-accent);
}

.header__container__logo a svg {
    max-width:var(--logo-width);
}
#bio_ep{background: #3D5061!important; color: #fff; max-width: 80%!important; width:100%!important; height:auto!important;}
#bio_ep .wrap {padding: 60px;}
#bio_ep h2{font-size: 2.5rem;}
#bio_ep_close{top: 0; background: #000;}
#bio_ep .btn{background: #000;} 
#bio_ep p {font-size: 1.25rem!important;line-height: 2rem; margin-top: 1rem;}
#bio_ep form input, #bio_ep form textarea, #bio_ep form select{padding: 1rem 2rem;font-size: 1rem;}

.grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 4rem;
}

.splide__arrow--prev svg{
    transform: none;
}

.photo-gallery-section__bna__slider li img{
    object-fit: contain;
}

strong{
    font-weight: bold;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

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

.two-column-image.doctor .container--xl .title h2 {
  --h-max: 10rem;
  margin-left: -9px;
}

.reviews-slider .splide__slide .content p {
  font-size: 1.6rem;
}

.two-column-image.medspa .two-column-image__image .procedures-box ul li:last-child, .two-column-image.medspa .two-column-image__image .procedures-box ul li:nth-child(3) {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.width-812{
    max-width: 812px;
}

.width-1088{
    max-width: 1088px;
}

.two-column-image.doctor .container--xl .title {
  margin-left: 0;
}

.logo{
  max-width:var(--logo-width);
}
.call-us{
    font-size: 2.5rem;
}
.row-to-column{
    display: flex;
    flex-direction: row; 
    gap: 3rem;
}
.hide-on-mobile{
    display: block;
}
.hide-on-desktop{
    display: none;
}
.column-gap-3{
    column-gap: 3rem;
}
.btn--filled{
    background: var(--c-accent)!important;
    color: #fff!important;
}

.btn--filled:hover{
    background: none!important;
    border-color: var(--c-accent)!important;
}

.mr-3{
    margin-right: 3rem;
}

body.sticky-menu .header .header__container .header__container__logo a svg {
    max-width: 135px;
}


/* Each image container */
.photo-gallery-section .splide__slide > div {
	width: 50%;
	text-align: center;
    font-size: 1.25rem;
}

/* Images */
.photo-gallery-section .splide__slide img {
	width: 100%;
	height: auto;
	display: block;
}
#special{
    background: var(--c-accent);
    color: #fff;
    padding: 1.5rem;
    font-size: 1.25;
    text-align: center;
    line-height: 2rem!important;
}
#special a{
    color: #fff;
    text-decoration: underline;
    
}
.hero--home h1 {
    
    margin: 0 0 3rem;
}
.subheadline{
     font-size: 2.25rem!important;
}
.splide__arrow--prev {
  right: 1.8em;
  top: -15px;
  left: auto;
}
.splide__arrow--next {
  right: 5em;
  transform: scaleX(-1);
  top: -28px;
}
@media screen and (max-width: 1200px) {
    .hide-on-laptop{
        display: none!important;
    }
}
/*.insurance-dt{max-width: 200px; position: absolute; right: 5%; top: 40%; margin: auto 0; z-index: 10;}*/
@media screen and (max-width: 767px) {
    /*.insurance-mb{ max-width: 200px; padding-bottom: 5rem!important;}*/
    .row-to-column{
        flex-direction: column; 
        gap: 2rem;
    }
    .ratings{
        display: none;
    }   
    .grid-2-col {
        display: grid;
        grid-template-columns: 1fr;
    }
    .logo{
        max-width: 120px;
    }
    .header__container__logo a svg {
        max-width: 115px !important;
    }
    .hide-on-mobile{
        display: none!important;
    }
    .hide-on-desktop{
        display: block!important;
    }
    .subheadline{
        font-size: 1.5rem;
    }
    .hero--home{height: 100%!important; }
    .hero--home .container{padding: 24rem 0 10rem;}
       
}



/* 2x2 logo grid */
.affil .section-about-block__svg{
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding: 36px 28px;
	background: #f3f3f3;
	overflow: hidden;
}

/* subtle soft overlay */
.affil .section-about-block__svg::after{
	content: "";
	position: absolute;
	inset: -40%;
	background: radial-gradient(
		circle at 30% 20%,
		rgba(255,255,255,.55),
		rgba(255,255,255,0) 55%
	);
	pointer-events: none;
}

/* cross divider lines */
.affil .section-about-block__svg::before{
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(#d8d8d8, #d8d8d8) center / 1px 100% no-repeat,
		linear-gradient(#d8d8d8, #d8d8d8) center / 100% 1px no-repeat;
}

/* each grid cell */
.affil .section-about-block__svg > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px 18px;
	text-align: center;
}

/* logo image */
.affil .section-about-block__svg img{
	width: 86px;
	height: 86px;
	object-fit: contain;
	display: block;
	filter: grayscale(100%);
	opacity: .9;
	margin-bottom: 14px;
}

/* label text */
.affil .section-about-block__svg p{
	margin: 0;
	max-width: 240px;
	font-size: 14px;
	line-height: 1.35;
	color: #222;
}

/* mobile stack */
@media (max-width: 680px){
	.affil .section-about-block__svg{
		grid-template-columns: 1fr;
		padding: 26px 18px;
	}

	/* horizontal divider only when stacked */
	.affil .section-about-block__svg::before{
		background:
			linear-gradient(#d8d8d8, #d8d8d8) center / 100% 1px no-repeat;
	}
}