/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */
/*
.service-style-1 h2 {margin: 10px 0;}
.ry-menu .ry-nav li .dropdown-toggle {padding: 30px 0;}
ul#quick-links li a {display: block;width: 100%;}
#in-services-3 ul li a {margin-left: 0px;margin-top:30px}
*/
[x-cloak] { display: none !important; }
.promotions img { min-width: 22rem; max-width:22rem;}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.mobile-menu-icon a{display: flex;height: 100%;width: 100%;justify-content: center;align-items: center;}

/*Nathan | Build Starting - <June 11, 2025>*/
:root {
--clr-map: #3a736a;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: var(--color-primary-background);
}

.ry-menu .ry-nav li.primary:hover .caret {
    /*border-color: var(--color-secondary-background);*/
}
.cta-btn {
    background: var(--color-secondary-background);
    color: #333;
}

.cta-btn:hover {
    color: var(--color-primary-background);
	background: transparent;
    border-color: #333;
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent);
    height: 40%;
}

.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 .ry-each.image-wrapper .photo {
    padding-top: 30%;
}
#services-12 .photo {
    margin-top: -5vw;
}

#services-12 > div:nth-child(odd) {
    margin-top: 2vw;
}

#services-12 > div:nth-child(odd) {
    background: #f6f8f8;
}

#services-12 > div:nth-child(even) {
    background: #e9e2da;
}

#services-12 > div {
    box-shadow: 0 0 7px #33333352;
}

#services-12 > div > * {
    color: #333 !important;
}

#services-12 > div > div > h4, 
#services-12 > div > div > p {
    color: #3b2e2e !important;
}

#services-12 > div:nth-child(even) > div > a {
    background-color: var(--color-primary-background);
}
.module-appointment.style-3 div:nth-child(2) > .custom-headline h2 {
    text-align: right;
}

.module-appointment.style-3 div:nth-child(1) > .custom-headline h2 {
    text-align: left;
}
.module-appointment.style-3::after {
    background-color: var(--clr-map);
}

.module-appointment.style-3 {
    background-color: var(--color-secondary-background);
}
#ry-footer-3::before {
    opacity: 1;
}
@media screen and (max-width: 1024px){
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    
    .with-gradient:before {
        height: 0;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    #services-12 > div img {
        margin-top: -10vw;
    }
    .module-appointment.style-3 div:nth-child(2) > .custom-headline h2 {
        color: white;
        text-align: center;
        margin-top: 30px;
    }
	.module-appointment.style-3 div:nth-child(1) > .custom-headline h2 {
		text-align: center;
	}
}

	
	body[data-page-name="contact-us"] div#footer-map {
    display: none;
}
	
	body[data-page-name="contact-us"] div#ry-footer-3 {
    margin-top: 200px;
}
	
	@media (max-width: 780px) {
 
    .contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
        flex-direction:column;
        gap:5px
    }
    .contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .icon {
        margin-bottom:10px
    }
}

@media (max-width: 480px) {
       .contact-template.style-3 .inner-flex .ry-each {
        width: 100%;
    }
    .contact-template.style-3 .inner-flex .ry-each iframe{
        height:300px 
    }
}


	
	
.ry-menu .ry-nav a{
	font-size:22px;
}
	
/*---- TEAM PAGE -----*/
.team-inner-page.style3 .ry-flex.object-top .photo img {
	object-fit:cover;
}
.team-inner-page.style3 .team-social {
	margin-top:20px
}

.team-inner-page.style3 .title h2 {
	font-size:25px;
	line-height:1.1
}


.team-inner-page.style3 .ry-each {
	background:#f6f6f6;
	border: solid #d8c6a6 2px;
}
.team-inner-page.style3 .ry-each .each-container .details .title {
	padding:0
}
.team-inner-page.style3 .btn-excerpt {
	display:none !important
}
.team-inner-page.style3 .img-group {
    display:flex;
    flex-direction:column;
    gap:20px;
}
.team-inner-page.style3 .img-group img{
    max-width:300px;
    width:100%;
	margin:auto
}
.team-inner-page.style3 .img-group > div:first-child,
.team-inner-page.style3 .ry-each .each-container .img-group > div:last-child{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:20px
}


.team-inner-page.style3 .img-group > div {
	text-align:center
}

.team-inner-page.style3 .ry-each .photo {
    padding:0;
    height:auto;
    position:relative;
    width:100%
}
.team-inner-page.style3 .ry-each .img-group .photo img {
    object-fit:contain;
    position:relative;
     max-width:400px;
    width:100%;
	object-position:top;
}
.team-inner-page.style3 .ry-each .each-container .img-group {
	width:30%
}
.team-inner-page.style3 .ry-each .each-container {
	justify-content:space-between;
	gap:20px
}
.team-inner-page.style3 .ry-each .each-container .details {
    width: 67%
}
.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
	width:100%
}

@media(max-width:1080px) {
	.team-inner-page.style3 .ry-each .each-container .details,
	.team-inner-page.style3 .ry-each .each-container .img-group {
    width: 100%
}
	.team-inner-page.style3 .ry-each .each-container {
		flex-direction:column;
	}
	.team-inner-page.style3 .ry-each .each-container * {
		text-align:center
	}
	.team-inner-page.style3 .ry-each .each-container .img-group > div:last-child{
		flex-direction:row;
		gap:30px
	}
}
@media (min-width: 1024px) {
    #ry-pg-body :is(.navigation-3) {
        padding-bottom: 0px;
    }
}

@media(max-width:600px) {
		.team-inner-page.style3 .ry-each .each-container .img-group > div:last-child{
		flex-direction:column;
		gap:30px
	}
}

body:not([data-page-name="index"]) #navigation div{
    position: relative !important;
}
body[data-page-name="our-team"] .img-wrapper {
    display: flex;
    margin-top: 30px;
    gap: 20px;
}
	
	.insd-team-pg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}