body, body p, body div{font-family: Poppins !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Poppins, sans-serif !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: #FFFFFF;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #FFFFFF;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #FFFFFF;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Poppins';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: #FFFFFF !important;background: #13428a !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #22ade8 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #22ade8 !important;}
.ry-btn.ry-btn-secondary:hover {background: #13428a !important;color: #FFFFFF !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: absolute;
    top: 15px;
    right: 15px;
}
.default section.cta {
    padding: 60px 30px;
    background: #f4f4f4;
    border-radius: 20px;
}
.ry-flex.image-right {
    gap: 20px;
    align-items: flex-start;
}
.ry-flex.image-right .img {max-width: 230px;}
.ry-flex.image-right:not(:last-child) {margin-bottom: 30px;}
#ry-pg-body .ry-flex.image-right h2, #ry-pg-body .ry-flex.image-right h3 {margin-top: 0;}

@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;
	}
}
@media (max-width: 767px) {
	.ry-flex.image-right {
		flex-direction: column;
		align-items: center;
	}
}

/* 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;
}

/* HP Edits - Started <October 24, 2025> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #2f241e;
	--clr-primary: #13428a;
	--clr-secondary: #22ade8;
	
	--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*/
}
/**/
	/*fonts*/

.custom-headline h2 {
    text-align: center;
    font-size: var(--font-title) !important;
    line-height: 1.1;
	text-transform: uppercase;
}

.custom-headline h2 .span-1 {
    font-size: var(--font-subtitle);
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-weight: 400;
    color: var(--clr-secondary);
}

	/*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;
		}
/*Homepage Background*/
.custom-hp-bg .background-section, .custom-hp-bg .background-section img {
    position: absolute;
    top: 0;
    left: 0;
}
/*Modal*/
/* Header */
	/**/
.module-header.style-11 {
    position: relative;
    background: white;
}

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

.module-header.style-11 .ry-right .button-group .text-wrapper span {
    color: #374151;
}

.module-header.style-11 .ry-right .button-group .text-wrapper {
    font-weight: 600 !important;
}

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


.mobile-container .flex-wrap .mobile_logo img {
    max-width: 360px;
    filter: brightness(0) invert(1);
}
/* Hero */
	/**/

.module-66 .carousel {
    max-width: 90%;
    margin-left: 5%;
    border-radius: 30px;
    overflow: hidden;
}
/* CTA */
	/**/
/* Welcome */
	/**/

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

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

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

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5:before {
    background: var(--clr-secondary);
    opacity: .1;
    width: 40%;
    left: auto;
    right: 0;
    height: 90%;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-top: 20%;
}

.module-welcome.style-5 .ry-flex {
    gap: 60px;
}

.module-welcome.style-5 .background-section {
    opacity: 0;
}
/* Services */
	/**/

.ry-services.style2 .ry-each .photo {
    border-radius: 50%;
    overflow: hidden;
}

.ry-services.style2 .ry-each .photo:before {
    background: var(--clr-secondary);
    opacity: .1;
}

.ry-services.style2 .block-count-6 .ry-each .each-block {
    margin-bottom: 130px;
    overflow: visible;
}

.ry-services.style2 .ry-each .title div {
    color: #374151;
    text-transform: uppercase;
}

.ry-services.style2 .ry-each .title {
    bottom: -90px;
    width: 80%;
}

.ry-services.style2 .ry-each .photo img {
    object-fit: contain;
    height: 70%;
    width: 70%;
    left: 15%;
    top: 15%;
    z-index: 2;
}

.ry-services.style2 .ry-each .photo:after {
    opacity: 0;
    background: transparent;
}

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

.ry-services.style2 .ry-each .each-block:hover .title {
    bottom: -80px;
}

.ry-services.style2 .ry-each .each-block:hover .button-svg {
    opacity: 0;
}
.ry-services.style2 .button-wrapper {
    padding: 0;
}

.ry-services.style2 {
    padding: 6.6vh 0;
}
.ry-services.style2 .ry-each:last-child .each-block:last-child .photo:before {
    background: var(--clr-primary);
    opacity: 1;
}
.ry-services.style2 {
    padding: 180px 0 400px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-105db2e2-bda6-4ce2-b8e5-1cee140ead03/what_we_offer_bg.jpg) no-repeat;
    background-position: bottom;
}
.hp-custom-services.ry-flex {
    gap: 30px;
    margin-top: 60px;
}
.hp-custom-services .each-service {
    border-radius: 20px;
    border: 5px solid #13428a;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
	background:#fff;
	overflow: hidden;
}
.hp-custom-services .each-service .desc {
    position: absolute;
    inset: 0;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #13428a;
    transition: all 400ms ease-in-out;
    opacity: 0;
}
.hp-custom-services .each-service .desc p {color: #fff;}
.hp-custom-services .each-service .photo {
    max-width: 140px;
    display: block;
    float: none;
    margin: 0 auto;
}
.hp-custom-services .each-service .photo img {
    height: 130px;
    object-fit: contain;
    object-position: center;
}
.hp-custom-services .each-service .title {margin-top: 15px;}
.hp-custom-services .each-service .title a {
    color: #333333;
    text-transform: uppercase;
}
.hp-custom-services .each-service:hover .desc {opacity: 1;}
.module-welcome.style-5 {background: url(https://s3.amazonaws.com/static.organiclead.com/Site-105db2e2-bda6-4ce2-b8e5-1cee140ead03/bg_welcome.jpg) no-repeat;}
.ry-services.style2 a:hover {
    text-decoration: underline !important;
    text-underline-offset: 10px;
}
	
/* Meet the Team */
	/**/

.module-20 {
    padding-bottom: 0;
}
.module-20 .ry-content {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-105db2e2-bda6-4ce2-b8e5-1cee140ead03/Background_images/MVC_team_bg.jpg) center center no-repeat;
	background-size: cover;
    padding: 60px 60px;
	box-shadow: 0 0 7px #33333345;
	margin-top: -120px;
}

.module-20 .custom-headline h2, .module-20 .custom-headline h2 .span-1 {
    text-align: left;
}

.module-20 .slider-bg-wrap {
    width: 0 !important;
}

.module-20 .carousel {
    margin-top: 0;
}

.module-20 .ry-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 23%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-105db2e2-bda6-4ce2-b8e5-1cee140ead03/MVC_team_overlay.jpg) right no-repeat;
	background-size: cover;
}

.module-20:before {opacity: .1;background: var(--clr-secondary);z-index: 0;height: calc(100% + 463.91px);}

.module-20 .background-section {
    opacity: 0;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
.module-70 .custom-headline h2, .module-70 .custom-headline h2 .span-1, .module-70 .ry-each.ry-each-4 p {
    color: white;
    text-align: left;
}

.module-70 .ry-each.ry-each-4 .cmsForm .form-control {
    background: white;
}
/* Testimonials */
	/**/

.module-testimonials.style-3 .ry-container .ry-content .review-box {
    margin: 0;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 110px;
}

.module-testimonials.style-3 .video_wrapper {
    background-color: transparent;
}

.module-testimonials.style-3 {
    padding: 100px 0;
}

.module-testimonials.style-3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 40%;
    background: var(--clr-secondary);
    opacity: .1;
    border-top-right-radius: 100px;
}

.module-testimonials.style-3 .review-separator span {
    height: 70px;
    font-size: 70px;
    color: white;
}

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

.module-testimonials.style-3 .carousel {
    padding: 0;
}
.module-testimonials.style-3 a.ry-btn.ry-btn-primary {
    margin-top: 20px;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
    right: 50%;
    bottom: -100px !important;
}
/* Footer */
	/**/
.module-44 .ry-footer-logo {
    background: white;
    max-width: 360px;
    padding: 10px;
    border-radius: 10px;
}

.module-44 {
    padding-top: 0;
    z-index: 2;
}
.default section {padding: 80px 0;}
	
.services-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.services-cards .ry-each {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 15px;
}
.services-cards .ry-each:nth-of-type(odd) {background: #13428a;}

.services-cards .ry-each:nth-of-type(odd) h3, .services-cards .ry-each:nth-of-type(odd) p {
    color: #fff;
}
	
/*Media Queries*/
	/**/
@media screen and (max-width:1024px){
	.sections.ry-section-hero {
		margin-top: 160px;
	}
}
@media (min-width: 1081px) {
    .ry-services.style2 .block-count-6 .ry-each:nth-child(2) {
        margin-top: 0;
    }
        .ry-services.style2 .block-count-6 {
        margin-top: 80px;
    }
	    .ry-services.style2 .ry-btn {
        opacity: 0;
    }
}
@media screen and (max-width: 1450px){
    .module-welcome.style-5 .ry-each:not(.image-wrapper), .module-welcome.style-5 .ry-each.image-wrapper {
        max-width: 100%;
    }
}
@media screen and (max-width: 1080px){
    .ry-services.style2 .each-block .photo:before {
        height: 100%;
        background: var(--clr-secondary);
        opacity: .1;
    }
    
    .mobile-services .slick-track .each-block {
        border-radius: 50%;
        overflow: hidden;
    }
    
    .ry-services.style2 .each-block .title div {
        color: #374151;
        text-transform: uppercase;
    }
    .module-welcome.style-5:before {
        z-index: 0;
        width: 100%;
        height: 30%;
        border-radius: 0;
        bottom: 0;
        top: auto;
        transform: none;
    }

	.module-testimonials.style-3:before {
		width: 100%;
		border-radius: 0;
		top: 2px;
		height: 40%;
	}

	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child {
		padding-left: 0;
	}

}

@media screen and (max-width: 1200px) {
    .module-20 .ry-content::before {
        width: 100%;
        height: 20%;
		filter: brightness(0.7);
		max-height: 160px;
    }
    
    .module-20 .custom-headline h2, .module-20 .custom-headline h2 .span-1 {
        text-align: center;
    }
}
@media screen and (min-width: 0) and (max-width: 1200px) {
    .module-20 .slider-controller {
        top: 43%;
        left: 50%;
        transform: translate(-50%, 0);
    }
}


@media only screen and (max-width: 991px) {
    .module-20 .ghost-title .ry-heading {
        color: white;
    }
}
@media only screen and (max-width: 1199px) {
.module-70 .custom-headline h2, .module-70 .custom-headline h2 .span-1, .module-70 .ry-each.ry-each-4 p {
    text-align: center;
}
}
/* End - HP Edits*/	
	
#payment-insurance .module-32-heading-2 h4 {
    color: #13428a;
    letter-spacing: 1px;
    text-transform: capitalize;
}
	
	@media screen and (max-width: 390px) {
    .sections.ry-section-hero {
        margin-top: 100px;
    }
}
	
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        display: none !important;
    }
	
	.ry-services.style2 a {
    color: #fff;
}
	
	.module-header.style-11 li.third-level a {
    color: #fff;
}