body, body p, body div{font-family: Montserrat !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Montserrat, 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: '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: #FFFFFF !important;background: #aa001f !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #445e93 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #445e93 !important;}
.ry-btn.ry-btn-secondary:hover {background: #aa001f !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius: 30px !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;
}

@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: 680px) {
	div.custom-hp-services .service-list, div.custom-hp-services .list-each {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	div.module-team.style-1 {
		padding: 60px 5%;
	}
}

/* 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 <September 12, 2025> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #2f241e;
	--clr-primary: #aa001f;
	--clr-secondary: #445e93;
	
	--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 !important;
    font-size: var(--font-title) !important;
    text-transform: uppercase;
    color: var(--clr-secondary);
}

.custom-headline h2 .span-1 {
    display: block;
    font-size: var(--font-subtitle) !important;
    letter-spacing: 0.28em;
    font-weight: 200;
    color: var(--clr-primary);
}
	/*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 */
	/**/
body.home .module-34 {
    background: white;
}
.module-34 .module-34-top .module-34-top-left, .module-34 .module-34-top .module-34-top-right {
    flex-direction: column;
    gap: 12px;
}

.module-34 .module-34-top .module-34-top-right .ry-btn-module-34, .module-34 .ry-btn-module-34 {
    width: 370px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.module-34 .ry-header-logo {
    top: 0;
}

.module-34 .module-34-top .module-34-top-right .ry-btn-module-34:hover, .module-34 .ry-btn-module-34:hover {
    color: var(--clr-white) !important;
}

.module-34 .ry-menu .ry-nav li>a:hover {
    color: var(--clr-primary) !important;
}
.module-35 .mobile-button a {
    box-shadow: 0 0 7px #33333370;
}
/* Hero */
	/**/
.module-66 .carousel .carousel-control {
    opacity: 0;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-flex {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a64c1e93-46c3-415e-bb26-c46ba5a066b1/Background_images/SEC_welcome_box.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 60px;
    border-radius: 58px;
	align-items: center;
}

.module-welcome.style-5  .ry-container {
    max-width: 1280px
}

.module-welcome.style-5 .custom-headline *,
.module-welcome.style-5 .ry-text p{
    color: var(--clr-white) !important;
}
	
	.module-welcome.style-5 .ry-text ul {
    color: var(--clr-white);
    margin-bottom: 30px;
}

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

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    border-radius: 18px;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-bottom: 80%;
}
/* Services */
	/**/
.custom-hp-services .background-section, .custom-hp-services .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom-hp-services {
  	padding: 6.6vh 0;
}

.custom-hp-services .custom-headline h2,
.custom-hp-services .custom-headline h2 .span-1 {
    text-align: center !important;
}

.custom-hp-services .ry-text {
    margin: 2em 0;
}
.custom-hp-services .service-list, .custom-hp-services .list-each {
    display: flex;
    gap: 20px;
	justify-content: center;
}
.custom-hp-services .service-list {
    flex-direction: column;
}
.custom-hp-services .list-each .ry-btn-primary {
    width: 300px;
    min-width: 300px;
	background: linear-gradient(45deg, #aa001f, #445e93 ) !important;
}
.custom-hp-services .btn-wrapper .ry-btn.ry-btn-transparent:hover {
    background: linear-gradient(45deg, #aa001f, #445e93 ) !important;
    border: 1px solid transparent
}
.custom-hp-services .list-each .ry-btn-primary:hover {
    background: transparent !important;
    color: var(--clr-black) !important;
    border-color: var(--clr-black) !important;
}

.custom-hp-services .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
	
}

.custom-hp-services .service-list {
    margin-bottom: 2em;
}
.custom-hp-services .photo, .custom-hp-services .photo img {
    margin-top: 6.6vh;
}
.custom-hp-services .ry-flex .ry-each {
    width: 100%;
}
/* Meet the Team */
	/**/
.module-team.style-1 .custom-headline h2, .module-team.style-1 .ry-text p {
    text-align: left !important;
}

.module-team.style-1 .btn-wrapper {
    width: 100%;
    display: flex;
}

.module-team.style-1 .ry-flex {
    margin: 0;
}

.module-team.style-1 .ry-flex.block-count-5, .module-team.style-1 .ry-flex.block-count-5 .ry-each .photo, .module-team.style-1 .ry-flex.block-count-5 .ry-each img {
    height: 100% !important;
}

.module-team.style-1 .ry-flex.block-count-5 .ry-each img {
    object-fit: cover;
}

.module-team.style-1 .ry-flex .ry-each:hover .photo {
    filter: none !important;
}
.module-team.style-1 .ry-flex.card-wrapper .ry-each{
    transition: all .3s;
}
.module-team.style-1 .ry-flex.card-wrapper .ry-each:hover {
    filter: grayscale(1);
}
.module-team.style-1 .ry-flex .ry-each .photo {
    border: 5px solid var(--clr-primary);
}
.module-team.style-1 {
    padding: 100px;
}

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

.module-team.style-1 .content .text-wrapper, .module-team.style-1 .content .card-wrapper {
    flex-basis: 50% !important;
    width: 50%;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    background: transparent;
}

.module-testimonials.option-1:before {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a64c1e93-46c3-415e-bb26-c46ba5a066b1/Background_images/SEC_testimonals_bg.jpg) center center no-repeat;
	background-size: cover;
    height: 70%;
    border-top-left-radius: 58px;
    border-top-right-radius: 58px;
}

.module-testimonials.option-1 .testimonials-wrapper {
    margin-bottom: 0;
}

.testimonials-wrapper .carousel-indicators li {
    background: var(--clr-white) !important;
}

.module-testimonials.option-1 .carousel-control.left, .module-testimonials.option-1 .carousel-control.right {
    opacity: 0;
}
.module-testimonials.option-1 {
    padding-bottom: 150px;
}
/* Footer */
	/**/
.footer.style-3 .footer-bottom {
    background: var(--clr-secondary);
}
.footer.style-3 .footer-bottom * {
    color: var(--clr-white);
}
.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
    object-fit: contain;
}

.footer.style-3 .footer-top {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a64c1e93-46c3-415e-bb26-c46ba5a066b1/HomepageAssets/footer_bg1.jpg) center center no-repeat;
	background-size: cover;
}

.footer.style-3 .footer-top .ry-each:nth-child(3) {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a64c1e93-46c3-415e-bb26-c46ba5a066b1/HomepageAssets/SEC_footer_img.jpg) center center no-repeat;
	background-size: cover;
    padding: 40px;
    border-radius: 58px;
    box-shadow: 0 0 7px #3333336b;
    margin-top: -9vw;
}
.footer.style-3 .footer-top .ry-each:nth-child(3) .photo img {
    max-width: 330px;
}

.social-icons .social-inner-wrap li {
    list-style: none;
    background: var(--clr-primary);
    color: var(--clr-white) !important;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.social-icons .social-inner-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 1em;
}

.social-icons .social-inner-wrap li:hover {
    background: var(--clr-secondary) !important;
}

.social-icons .social-inner-wrap li a{
    color: var(--clr-white);
}

.footer.style-3 .footer-top .title,
.footer.style-3 .footer-top .hour-list ul li .span-1,
.footer.style-3 .footer-top .hour-list ul li,
.footer.style-3 .footer-top .ry-each .details .text .span-1,
.footer.style-3 .footer-top .ry-each .details .text a{
    color: var(--clr-secondary);
    opacity: 1;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon {
    background: var(--clr-primary) !important;
    opacity: 1;
}
.footer.style-3 .footer-top .ry-each:first-child, .footer.style-3 .footer-top .ry-each:last-child {
    max-width: calc(33.33% - 80px);
}

.footer.style-3 .footer-top .ry-flex {
    gap: 40px;
}

.footer.style-3 .footer-top .title {
    text-align: center;
}

.footer.style-3 .footer-top .hour-list ul li {
    gap: 15px;
}

.footer.style-3 .footer-top .ry-each .details {
    max-width: 100%;
}
	
.ry-btn.ry-btn-transparent {
    background: transparent !important;
    border: 2px solid #aa001f;
    color: #aa001f !important;
    font-weight: 600;
}
	
.ry-btn.ry-btn-transparent:hover {
    background: #aa001f !important;
	color: #fff !important;
}
.option-1 .comment .ry-text {
    min-height: 120px;
}
/*Media Queries*/

@media screen and (max-width:1700px){
    .custom-hp-services .ry-flex {
        flex-direction: column;
    }
    
    .custom-hp-services .custom-headline h2, .custom-hp-services .custom-headline h2 .span-1, .custom-hp-services .ry-each .ry-text p,
    .module-team.style-1 .custom-headline h2, .module-team.style-1 .ry-text p{
        text-align: center !important;
    }
    
    .custom-hp-services .ry-each {
        width: 100%;
    }
    
    .custom-hp-services .ry-each .ry-text {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .custom-hp-services .photo img {
        max-width: 800px;
        margin: 0 auto;
    }
    .module-team.style-1 .content {
        flex-direction: column;
        gap: 50px;
    }
    
    .module-team.style-1 .content .text-wrapper, .module-team.style-1 .content .card-wrapper {
        flex-basis: 100% !important;
        width: 100%;
    }
    .module-team.style-1 .btn-wrapper {
        justify-content: center;
    }
}
@media screen and (max-width:1080px){
    .footer.style-3 .footer-top .ry-each {
        max-width: 100% !important;
    }
    
    .footer.style-3 .footer-top .ry-each:nth-child(3) {
        max-width: 50%;
        height: 570px;
        justify-content: flex-start;
        margin: 0;
    }
    
    .footer.style-3 .footer-top .ry-each:nth-child(3) .photo img {
        margin: 0 auto;
    }
}
/* End - HP Edits*/