@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: #f7edeb;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #f7edeb;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #f7edeb;}
body {font-family: Slabo 27px !important;}
.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Slabo 27px';z-index:99;}
.ry-btn {border-radius:30px;height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #f7edeb !important;background: #932837 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #6e1f2a !important;color: #f7edeb !important;}
.ry-btn-secondary:hover {background: #932837 !important;color: #f7edeb !important;}
.ry-btn.ry-btn-secondary{color: #f7edeb !important;background: #6e1f2a !important;}
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

.mobile-sticky-menu {
    padding: 0 !important;
}

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

div#team-single-page .ry-box-right h4 {
    padding: 15px 0;
}


/*default - sitemap*/
  .module-6.remove-last ul:after {
    display: none !important; }
  
  .module-6 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    position: relative; }
    @media (max-width: 767px) {
      .module-6 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-6 ul:after {
      content: "";
      display: block !important;
      width: 50%;
      margin: 0;
      padding: 10px 20px;
      position: relative; }
      @media (max-width: 767px) {
        .module-6 ul:after {
          display: none !important; } }
    .module-6 ul li {
      width: 50%;
      margin: 0;
      padding: 10px 20px;
      position: relative; }
      @media (max-width: 767px) {
        .module-6 ul li {
          width: 100%; } }
      .module-6 ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: left; }
        .module-6 ul li a:before {
          content: "\f00c";
          font-family: fontAwesome;
          font-size: 16px;
          margin-right: 20px; }


.col-xs-12.ry-content {}


/* HP Edits - Started <> */

:root {
	--clr-white: #f7edeb;
	--clr-black: #2f241e;
	--clr-primary: #932837;
	--clr-secondary: #6e1f2a;
	
	--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 span {
    display: block;
    font-size: var(--font-subtitle);
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-weight: 300;
    font-family: 'Poppins' !important;
    padding-bottom: 10px;
}

.custom-headline h2 {
    font-size: var(--font-title);
    font-weight: 600;
    text-align: center;
}

body p {
    font-weight: 400;
}
	/*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 */
	/**/
/* Hero */
	/**/
/* CTA */
	/**/
/* Welcome */
	/**/
.module-67 {
    padding: 11.6vw 0;
}

.module-67 .background-section {
    opacity: 1;
    filter: none;
}

.module-67 .ry-content {
    max-width: 50%;
    margin-left: 50%;
}

.module-67 .custom-headline {
    margin-bottom: 3em;
}

.module-67 .ry-container {
    max-width: 1600px;
    width: 90%;
}
/* Services */
	/**/
.custom-hp-services .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    z-index: 2;
}

.custom-hp-services .card .details, .custom-hp-services .card .link, .custom-hp-services .card .link a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.custom-hp-services .card .details .title p {
    text-align: center;
    color: var(--clr-white);
font-size: var(--font-spantitle);
    font-family: 'Poppins';
    text-transform: uppercase;
}

.custom-hp-services .card .link, .custom-hp-services .card .link a {
    opacity: 0;
}

.custom-hp-services .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--clr-secondary);
}

.custom-hp-services .card img {
    opacity: 0.2;
	mix-blend-mode: soft-light;
}

.custom-hp-services .card {
    border-radius: 35px;
    overflow: hidden;
    max-width: 470px;
    transition: all ease .3s;
}

.custom-hp-services .card .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-hp-services .card:hover::before {
    background: var(--clr-primary);
}

.custom-hp-services .card:hover {
    cursor: pointer;
}

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

.custom-hp-services {
    padding: 3.6vw 0;
    background: var(--clr-secondary);
}

.custom-hp-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to bottom, var(--clr-white), transparent);
}
.custom-hp-services::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to top, var(--clr-white), transparent);
}
.custom-hp-services .card:hover img {
    mix-blend-mode: normal;
}
/* Meet the Team */
	/**/
.module-28 .ry-left {
    opacity: 0;
}

.module-28 .ry-flex {
    flex-direction: row-reverse;
    height: 750px;
}

.module-28 .ry-generic-copy {
    margin: 40px 0;
}

.module-28 .ry-generic-copy p {
    text-align: center;
}

.module-28 .ry-right {
    flex-basis: 40%;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
.footer.style-3 .ry-each .top {
    display: flex;
    flex-direction: column;
}

.footer.style-3 .ry-each .bottom .details {
    margin-top: 20px;
}

.footer.style-3 .footer-top .ry-content {
    max-width: 820px;
    margin-right: 20%;
}
.footer.style-3 .footer-top .ry-each:nth-child(2) {
    max-width: max-content;
}

.footer.style-3 .footer-top .ry-each:nth-child(1) {
    max-width: 460px;
}

.footer.style-3 .footer-top .ry-each .ry-btn {
    margin-left: 0;
}
.footer.style-3 .footer-top {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a9055a9c-1bef-47a6-ab71-6ac4cc115fc1/Background_images/Footer.jpg) center center no-repeat;
    background-size: cover;
}
.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li a {
    background: var(--clr-primary);
    border: 1px solid white;
}
.ry-sticky-menu.fixed {
    background: white;
    box-shadow: 0 0 7px 0 #33333336;
}


/*Media Queries*/
	/**/

@media (min-width: 1600px) {
    .module-67 p {
        font-size: 22px;
    }
}
@media screen and (max-width:1678px){
    .module-28 .ry-flex {
        height: max-content;
    }
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1080px){
    .footer.style-3 .footer-top .ry-content {
        max-width: 100%;
        margin: 0;
    }
    .footer.style-3 .footer-top .ry-each .ry-btn {
        margin-left: auto;
    }
    .footer.style-3 .ry-each .top {
        align-items: center;
    }
}
@media screen and (max-width:1024px){
    .mobile-container {
        position: relative;
    }
    
    .module-25 .ry-hero-video::before {
        background: none;
    }
    
    .module-67 .ry-content {
        max-width: 100%;
        margin-left: 0;
    }
    
    .module-67 .background-section, .module-67 .background-section img {
        object-position: right;
    }
    
    .custom-hp-services .card {
        max-width: 440px;
    }
}
@media screen and (max-width:1199px){
    .module-28 .ry-left {
        height: 0;
    }
    .module-28 .ry-flex {
        flex-direction: row;
    }
    .module-28 {
        background-position: left;
    }
    
    .module-28 .ry-right {
        flex-basis: 50%;
    }
}
@media screen and (max-width:795px){
    .module-28 .ry-right {
        flex-basis: 100%;
    }
}
@media screen and (max-width:991px){
    .module-25, img.ry-hero-bg  {
        height: 100% !important;
        width: 100%;
        background-size: cover;
        object-fit: cover;
    }
    
    .module-25::before {
        background: none !important;
    }
}
/* End - HP Edits*/


/* Staff page*/
 .ry-accordion.ui-accordion {
    box-shadow: none;
  }
  .ry-accordion .ry-heading {
    margin-bottom: 25px;
    border-radius: 20px;
    border: 0;
    position: relative;
    overflow: hidden;
    z-index: 99;
    background: #932837;
  }
  .ry-accordion .ry-heading:nth-last-child(2) {
    margin-bottom: 0;
  }
  .ry-accordion .ry-heading div {
    padding-right: 50px;
    text-align: left;
    font-weight: bold;
    color: #fff;
  }
  
  .ry-accordion .ry-heading:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 0%;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(90deg, rgb(193 193 193), rgb(193 193 193));
    z-index: 0;
    border-radius: 20px;
  }
  .ry-accordion .ry-heading:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  .ry-accordion .ry-heading:hover:before {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  .ry-accordion .ry-heading.ui-state-active {
    background: linear-gradient(90deg, rgb(101 39 112), rgb(101 39 112));
    color: #333;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
  }
  
  .ry-accordion .ry-heading span,
  .ry-accordion .ry-heading div,
  .ry-accordion .ry-heading:after {
    position: relative;
  }
  .ry-accordion .ry-heading:after {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
  }
  
  .team-accordion__content {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
  
  .team-accordion__content .ry-each {
    width: 100% !important;
  }
  
  .team-accordion__content .ry-each .ry-text p span {
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    text-wrap: balance;
    font-size: 16px !important;
    width: 100%;
    display: inline-block;
  }
  
  .team-accordion__content .ry-each h3 {
    margin-bottom: 1px !important;
    text-align: center;
  }
  
  .team-accordion__content .ry-text h4 {
    margin: unset !important;
    line-height: 1.5;
  }
  
  .team-accordion__content .ry-each .overlink,
  .team-accordion__content .ry-each .overlink a {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    cursor: pointer;
  }
  
  .team-accordion__content .ry-each:hover .ry-img,
  .team-accordion__content .ry-each:focus .ry-img {
    transform: scale(0.9);
    transition: 0.3s ease-in-out all;
    overflow: hidden;
  }
  
  .team-accordion__content .ry-each {
    transition: 0.3s ease-in-out all;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
  
  .team-accordion__content .ry-each .ry-img,
  .team-accordion__content .ry-each .ry-img img {
    overflow: hidden;
    transition: 0.3s ease-in-out all;
    max-width: 15rem;
    border-radius: 50%;
    margin: 0 auto;
  }
  
  .team-accordion__content .ry-each:hover .ry-text h4,
  .team-accordion__content .ry-each:focus .ry-text h4 {
    text-decoration: underline;
  }
  
  @media screen and (max-width: 991px) {
    .ry-team__accordion .team-accordion__content {
      grid-template-columns: 90%;
      place-content: center;
      place-items: center;
    }
  
    .ry-team__accordion .ry-accordion .ry-heading div {
      text-align: left !important;
    }
  }
/* End Staff page*/
	
	.ry-box-left img {
    padding: 0 20px;
}
	
	.module-1 {
    padding: 40px 0;
}
	
	
.offce-tour-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

@media (min-width: 1024px) {
    .offce-tour-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    
    .offce-tour-grid .each-photo {
        width: 100%;
        max-width: 100%;
        cursor: pointer;
        transition: 300ms ease-in-out 300ms;
    }
    
    .offce-tour-grid .each-photo:hover, .offce-tour-grid .each-photo:focus {
        opacity: 0.68;
        transition: 300ms ease-in-out;
    }
}