body, body p, body div{font-family: Montserrat !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Playfair Display !important;font-weight: 600 !important;}
b, strong {font-weight: bold !important;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #fefffe;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #fefffe;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #fefffe;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Montserrat';z-index:99;}
.ry-btn {height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #fefffe !important;background: #2e8ce6 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #33383a !important;color: #fefffe !important;}
.ry-btn.ry-btn-secondary{color: #fefffe !important;background: #33383a !important;}
.ry-btn.ry-btn-secondary:hover {background: #2e8ce6 !important;color: #fefffe !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}
body.default .module-header.style-11 {
    position: relative;
    background: #33383a;
}
@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* INTERIOR PAGE SIDEBAR AND FULL WIDTH */
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}

.title-open {
  border-radius: 10px 10px 0 0 !important;
}

.title-closed {
  border-radius: 10px !important;
}

/* Nathan - Started <July 17, 2025> */

:root {
	--clr-white: #fefffe;
	--clr-black: #2f241e;
	--clr-primary: #2e8ce6;
	--clr-secondary: #33383a;
	
	--font-herotitle: clamp(3rem, 2.0625rem + 3vw, 3.75rem); /*60px*/
	--font-title: clamp(2.8125rem, 2.5781rem + 0.75vw, 3rem); /*48px*/
	--font-spantitle: clamp(1.14625rem, 0.9657rem + 0.7405vw, 1.854375rem); /*29.67px*/
	--font-subtitle: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); /*18.34px*/
		
	--bg-cta: url(https://s3.amazonaws.com/static.organiclead.com/Site-a0e5ef4f-5119-43e2-816d-540ff5a9c451/Background_images/SE_cta_bg.jpg);
	--bg-service-box: url(https://s3.amazonaws.com/static.organiclead.com/Site-a0e5ef4f-5119-43e2-816d-540ff5a9c451/Background_images/SE_service_box.jpg);
	--bg-brands: url(https://s3.amazonaws.com/static.organiclead.com/Site-a0e5ef4f-5119-43e2-816d-540ff5a9c451/Background_images/SE_brands_bg.jpg);	
}
/* Fonts*/
	/*fonts*/
		.custom-headline h2 .span-1 {
			display: block;
			font-size: var(--font-subtitle);
			color: var(--clr-secondary);
			text-transform: uppercase;
			font-weight: 400;
			letter-spacing: 0.18em;
			font-family: Montserrat;
		}
		.custom-headline h2 {
			font-size: var(--font-title) !important;
			font-family: 'Playfair Display' !important;
			font-weight: 500 !important;
			text-align: center;
		}
	/*btns*/
		.ry-btn-white{
			color: var(--clr-black)!important;
			background: var(--clr-white) !important;
			border: 1px solid var(--clr-white) !important;
		}
		.ry-btn-white:hover{
			color: var(--clr-white) !important;
			background: transparent !important;
			border: 1px solid var(--clr-white) !important;
		}
/*Modal*/
/* Header */
	/**/
.module-header.style-11 {
    background: linear-gradient(to bottom, #0000009c, transparent);
}

.module-header.style-11 .ry-logo img {
    max-width: 270px;
}

.module-header.style-11 .ry-right .button-group .text-wrapper {
    color: var(--clr-white);
    font-size: var(--font-subtitle);
    font-weight: 500 !important;
}

.module-header.style-11 .ry-right .button-group .text-wrapper span {
    font-family: 'Playfair Display';
    text-transform: capitalize;
    font-size: var(--font-subtitle);
}

.module-header.style-11 .ry-right .button-group a:nth-child(even) .svg-wrapper {
    background: var(--clr-white);
}

.module-header.style-11 .ry-right .button-group a:nth-child(even) .svg-wrapper svg {
    fill: var(--clr-primary);
}

.module-header.style-11 .hamburger:before {
    color: var(--clr-white);
}

/* Hero */
	/**/

.module-66 .carousel-control .icon-prev:before,
.module-66 .carousel-control .icon-next:before{
    font-size: var(--font-subtitle);
}
/* CTA */
	/**/
.module-cta.style-5 {
    background: var(--bg-cta) center top no-repeat;
	background-size: cover;
}
.module-welcome.style-5 .ry-text p {
    text-align: left !important;
}

.module-welcome.style-5 .ry-text .ry-btn {
    margin-left: 0;
}

.module-cta.style-5 .ry-flex .ry-each:nth-child(1) {
    padding-left: 0vw;
}

.module-cta.style-5 .section-title h4 {
    color: var(--clr-white);
    font-weight: 400 !important;
}

.module-cta.style-5 .ry-flex .ry-each .ry-inner-flex.cta-count-5 .ry-block:nth-child(3) {
	border-color: var(--clr-white) !important;
}

.module-cta.style-5 .ry-flex .ry-each .ry-inner-flex .ry-block:nth-child(1):after, .module-cta.style-5 .ry-flex .ry-each .ry-inner-flex .ry-block:nth-child(2):after {
    background: var(--clr-white);
}
.module-cta.style-5 .ry-flex .ry-each .ry-inner-flex .ry-block:hover .icon img {
    filter: invert(1);
    height: 80px;
}

.module-cta.style-5 .ry-flex .ry-each .ry-inner-flex .ry-block:hover .title {
    color: var(--clr-white);
    font-weight: 600 !important;
}

.module-cta.style-5 .ry-flex .ry-each .ry-inner-flex .ry-block:hover .title:after {
    background-color: var(--clr-white);
}
/* Welcome */
	/**/
.module-welcome.style-5 .custom-headline h2 {
    text-align: left;
}
.module-welcome.style-5 .background-section {
    opacity: 1;
}

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
	max-width: 660px;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    max-width: calc(100% - 660px);
}

.module-welcome.style-5 .text-wrapper {
    max-width: 100%;
}

.module-welcome.style-5 .ry-flex {
    gap: 90px;
    align-items: center;
}
.module-welcome.style-5 {
    padding: 16.6vh 0;
}

.module-welcome.style-5 .background-section, .module-welcome.style-5 .background-section img {
    object-position: right;
}
/* Services */
	/**/
.ry-services.style2 .ry-content {
    flex-direction: column;
}
.ry-services.style2 .block-count-5, .ry-services.style2 .block-count-5 .ry-each {
    width: 100%;
}

.ry-services.style2 .block-count-5 .ry-each .block-group {
    flex-direction: row;
    gap: 20px !important;
	align-items: flex-start;
}

.ry-services.style2 .block-count-5 .ry-each .each-block {
    width: calc(100% / 5);
	height: 278px;
}
.ry-services.style2 .block-count-5 .ry-each:nth-child(1) .each-block:nth-child(2) {
    margin: 0 !important;
}
.ry-services.style2 .ry-content .content {
    background: var(--bg-service-box) center top no-repeat;
	background-size: cover;
    padding: 50px;
    border-radius: 25px;
    max-width: 1600px;
	box-shadow: 0 0 7px #3333333b;
		margin-top: 60px;
}
.ry-services.style2 .block-count-5 .ry-each:nth-child(1) .each-block {
    box-shadow: 0 0 7px #3333333b;
    border-radius: 100%;
}
.ry-services.style2 .ry-each .photo img {
    border-color: #f6f6f6;
}

.ry-services.style2 {
    padding: 100px 0;
}
.ry-services.style2 .ry-each .photo:before {
    background: linear-gradient(to bottom, transparent, #00000069);
}

.ry-services.style2 .ry-each .each-block:hover .photo:after {
    opacity: .8;
}
.ry-services.style2 .ry-each .title div {
    line-height: 1;
}
/* Meet the Team */
	/**/
.module-team.style-1 .content {
    display: flex;
	gap: 60px;
}

.module-team.style-1 .ry-text p {
    text-align: center;
}
.module-team.style-1 .custom-headline {
    flex-basis: 60%;
}
.module-team.style-1 .slick-dots li button {
    width: 12px;
    height: 12px;
}
/* Insurance */
	/**/
/* Brand */
	/**/
body.home #section-brands .owl-carousel .owl-nav .owl-prev, body.home .owl-carousel .owl-nav .owl-next {
    opacity: 0;
}

#section-brands .ry-multi-item-slider {
    padding: 0;
    background: var(--bg-brands) center top no-repeat;
	background-size: cover;
    margin-top: -1px;
}

body.home #section-brands .ry-multi-item-slider .container.ry-container {
    padding-top: 6.6vh;
    padding-bottom: 6.6vh;
}
/* Request Appointment */
	/**/

	/**/
/* Footer */
	/**/
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
    text-align: left;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name h5 {
    text-align: left;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name {
    align-items: flex-start;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
    right: auto;
    left: 0;
    transform: none;
}

.module-testimonials.style-3 .review-separator span {
    height: 100px;
    color: var(--clr-white);
}

.module-testimonials.style-3 .review-separator {
    background: var(--clr-secondary);
}

.module-testimonials.style-3 .video_wrapper_full {
    border: 5px solid var(--clr-white);
    box-shadow: 0 0 7px #3333334d;
}
/* Testimonials */

.module-16 #footer-row2 .ry-text * {
    color: var(--clr-white) !important;
}

.module-16 #footer-row1 {
    background: var(--bg-service-box);
}
.module-16 #footer-row2 .ry-right .ry-text {
    text-align: left;
}

#footer-row2 .powered.ry-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media (min-width: 1200px) {
    div.module-16 #footer-row2 .ry-right {
        max-width: 320px;
    }
}
/*Media Queries*/
@media (max-width:1080px){
	 body[data-page-name="index"] .module-header.style-11 .header-info-wrp {
        opacity: 0;
    }
	.ry-services.style2 {
        padding-top: 100px;
    }
	.ry-services.style2 .ry-each .photo:before {
		background: linear-gradient(to bottom, transparent, #00000069);
	}

	.ry-services.style2 .ry-each .each-block:hover .photo:after {
		opacity: .8;
	}

	.module-welcome.style-5 .ry-each:not(.image-wrapper) {
		max-width: 100%;
	}

	.module-welcome.style-5 .custom-headline h2 {
		text-align: center;
	}

	.module-welcome.style-5 .ry-text p {
		text-align: center !important;
	}

	.mobile-services .slick-track .each-block {
		border-radius: 100% !important;
		overflow: hidden;
		border: 5px solid #f6f6f6;
		box-shadow: 0 0 7px #3333337a;
	}

	.ry-services.style2 .each-block .photo:before {
		opacity: 0.4;
	}

	.module-team.style-1 .content {
		flex-direction: column;
	}

	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
		text-align: center;
	}

	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name {
		align-items: center;
	}

	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
		right: 50%;
		transform: translateX(50%);
	}
}

	.note {
    font-size: 13px;
}
@media (max-width: 1024px) {
    #ry-pg-banner {
        margin-top: 40px;
    }
	.team-inner-page.style3 .ry-each .each-container .details .title {
        margin-right: 8vw;
    }
}

@media (max-width: 620px) {
    .mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
        display: flex;
    }
}
@media screen and (max-width: 1680px){
	.module-team.style-1 .content {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width:1480px){
    .ry-services.style2 {
        padding-top: 190px;
    }
}
@media screen and (min-width: 1081px){
    .mobile-header.style-11 {
        display: none;
    }
}
/* END - Nathan*/
	
/*--- PM QA ---*/
html {
   scroll-behavior: smooth;
}	
.module-cta.style-5 .ry-flex .ry-each .ry-inner-flex.cta-count-5 .ry-block{
    border-color: #fff !important;
}
.module-header.style-11.fixed {
    padding: 20px 0 !important;
    background: #33383a !important;
    position: fixed !important;
}
	
.icon-bar img{
    max-width:25px !important;
	width:100%;
    filter:brightness(0) invert(1)
}

.icon-bar svg {
    width:30px;
    fill:#fff
}

#Johnson,
#Jackson,
#Herman {
    scroll-margin-top: 280px;
}
	
#Carlson,
#Grace,
#Tiara,
#Gail,
#Lindsey,
#Chelsea,
#Hetty,
#Lucy,
#Justin,
#Nicole,
#Logan,
#Molly,
#Laura,
#Emalie,
#Jordan,
#Ashley,
#Chris,
#Taylor,
#Taylor {
    scroll-margin-top: 350px;
}
.module-7.form-wrapper  {
    margin-top:50px
}
.module-7.form-wrapper > div {
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;;
    padding-bottom:20px;
    border-bottom:solid #c9c9c9 1px;
    gap:10px
}

.module-7.form-wrapper > div >div:nth-child(1){
    width:40%;
}
.module-7.form-wrapper > div >div:nth-child(2){
    width:25%
}
.module-7.form-wrapper > div >div:nth-child(3){
    width:fit-content;
}
.module-7.form-wrapper > div .ry-btn{ 
    margin:auto
}
.module-7.form-wrapper > div >div:nth-child(1) p{
    font-weight:700 !important
}
	
/*--- SURVEY FORMS ---*/	
.survery-form .ry-container{
    max-width:1200px;
    width:90%;
    margin:auto;
    margin-top:5vw
}

.survery-form form .label {
    padding:0
}
.survery-form form h2 {
    font-size:30px 
}
.survery-form form .label p{
    color:#666 !Important;
    font-weight:600 !important;
    text-wrap:wrap
}

.survery-form form [data-type="radiolist"]{
    display:flex;
    gap:10px
}

.survery-form form [data-type="radiolist"] label{
    font-weight:400
}

.survery-form form .col-xs-12 {
    display:flex;
    flex-direction:column;
	margin-bottom:10px
}


@media(max-width:780px) {
    .module-7.form-wrapper > div {
		display:flex;
		justify-content:center;
		flex-direction:column
	}
	.module-7.form-wrapper > div >div:nth-child(1),
	.module-7.form-wrapper > div >div:nth-child(2),
	.module-7.form-wrapper > div >div:nth-child(3){
		width:100%;
	}

	.module-7.form-wrapper .ry-btn {
		max-width:200px !important;
		height:50px !important;
	}

}
	@media(max-width:767px){
    .survery-form form [data-type="radiolist"]{
        flex-direction:column;
        max-width:180px;
        width:100%;
        margin:0 auto 25px !important;
        
    }
}


/** DOCTOR PAGE **/
div#Johnson .details .team-excerpt p,
div#Johnson .details .team-excerpt h4,
div#Johnson .details .team-excerpt li,
div#Johnson .details .team-excerpt span,
div#Johnson .details .team-excerpt br {
    display: none;
}
div#Johnson .details .team-excerpt .team-details {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}