/* 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; }
.ry-menu .ry-nav * {
    text-transform: capitalize;
}
/*Nathan | Build Starting - <December 27, 2024>*/
.home-page-swiper .swiper-wrapper,
.homepage-swiper .swiper-slide img {
    height: calc(100vh - 228px);
}
.with-gradient:before {
    height: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    top: auto;
    bottom: 0;
}
.slider-info {
    min-height: fit-content;
}
.homepage-swiper .swiper-slide img {
    object-position: center;
}

.cta-btn {
    background: var(--color-primary-background););
}

.cta-btn:hover {
    border-color: black;
    color: black;
}

.ry-menu .ry-nav li:hover {
    color: var(--color-primary-background);
}
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-welcome.style-5 .ry-container {
    width: 100%;
}
.ry-services-square-blocks h2 {
    margin-top: 0 !important;
}
@media (max-width: 1480px) {
    .module-welcome.style-5 .ry-each:not(.image-wrapper) {
        max-width: 100%;
        padding-right: 0px;
    }
}
.team-inner-page.style1 .ry-flex .ry-each .each-container .photo {
	margin-bottom: 12px;
}
.team-inner-page.style1 .ry-flex .ry-each .each-container .photo img {
	object-fit: contain;
	width: auto;
	height: auto;
	margin: 0;
}
#ry-pg-body :is(.navigation-3){
	padding-bottom: 0;
}

.team-box .each-container .photo img {
	object-fit: contain;
}

.mt-none h2 {
	margin-top: 0 !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-group[data-type="checkboxlist"] label, .contact-template.style-2 .contact-form .ry-form-box-wrapper .form-group[data-type="radiolist"] label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
	font-size: 18px;
	line-height: 1.5;
}
.faq-accordion .flex-col.custom-dot ul {
    padding-left: 30px;
}
.faq-accordion .flex-col.custom-dot ul li {
    list-style: disc !important;
}
.faq-accordion .flex-col.custom-dot ol li {
    list-style: decimal !important;
}

@media (min-width: 600px) {
	.contact-template.style-2.survey .contact-form .ry-form-box-wrapper .form-group[data-type="radiolist"] {
		flex-direction: row !important;
		padding-left:20px;
		gap:20px
	}
	.contact-template.style-2.survey .contact-form .ry-form-box-wrapper .form-group[data-type="radiolist"] label {
		flex-direction: row;
		gap: 5px;
	}

}

/*body[data-page-name="our-team"] #ry-pg-body.container-1600 .ry-container {
    max-width: 1280px;
}

.team-inner-page.style3 .ry-each .each-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team-inner-page.style3 .ry-each .each-container .details {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team-inner-page.style3 .ry-each .photo {
    width: 100%;
    max-width: 360px;
    padding-bottom: 360px;
}
.team-inner-page.style3 .team-social {
	display: none;
}
.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
    width: 90%;
    padding-left: 50px;
}
.team-inner-page.style3 .team-excerpt p, .team-inner-page.style3 .ry-each .each-container .details .team-full-description p {
    text-align: center;
}
.team-inner-page.style3 .ry-each .each-container .details .title * {
    text-align: center;
}
.team-inner-page.style3 .ry-each .each-container .details {
	width: 100%;
}*/

#ry-footer img {
    filter: brightness(0) invert(1);
}

body[data-page-name="contact-us"] #footer-map {
	display: none;
}

/*EDITS*/

.hours-operation {
    display:flex;
    flex-direction:row !important;
    justify-content:space-between;
    gap:50px;
	margin-top:10px;
}

#ry-footer h6 {
    font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
}


.footer-content {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:5%;
    text-align:center;
    width:calc(100% / 5);
    width:100%;
    row-gap:40px
}

[data-page-name="research"] .btn-wrapper {
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
[data-page-name="research"] .btn-wrapper a{
    text-decoration:none;
    margin-top:0 !important;
    padding-left:20px !important;
    padding-right:20px !important;
}


[data-page-name="research"] .btn-wrapper svg {
     display:inline-block;
    margin-right:5px;
    fill:#fff
}


.faq-accordion li button:hover {
background: rgb(45,58,120) !important;
background: -moz-linear-gradient(90deg, rgba(45,58,120,1) 0%, rgba(253,173,179,1) 130%) !important;
background: -webkit-linear-gradient(90deg, rgba(45,58,120,1) 0%, rgba(253,173,179,1) 130%) !important;
background: linear-gradient(90deg, rgba(45,58,120,1) 0%, rgba(253,173,179,1) 130%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3a78",endColorstr="#fdadb3",GradientType=1) !important;
    transition: all .3s
}
.faq-accordion li:hover button h3{
    color:#fff;
}
.faq-accordion li:hover .bi-plus {
    color:#fff;
}

/*IN THE MEDIA*/
#in-the-media.ry-services-square-blocks .ry-content .grid .ry-each .ry-icon-contain {
    padding-left:30px;
    padding-right:30px
}

#in-the-media.ry-services-square-blocks .ry-content .grid .ry-each .photo:before {
    background: linear-gradient(to bottom, #00000000, rgba(0, 0, 0, 0.85));
}

#in-the-media.ry-services-square-blocks .ry-content .grid .ry-each {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
}

#in-the-media.ry-services-square-blocks .ry-content .grid .ry-each:hover {
  transform: scale(1.05);
}

#in-the-media.ry-services-square-blocks .ry-each:hover a{
  text-decoration: underline;
}


/*TESTIMONIAL*/
#testimonial-page.ry-services-square-blocks .ry-content .grid .ry-each .photo:before {
    display:none
}

#testimonial-page.ry-services-square-blocks .ry-content .grid .ry-each .photo img{
    margin:0 auto;
    height:400px
}


@keyframes rotate {
    0% {
        transform: rotate(0deg); 
    }
    25% {
        transform: rotate(10deg); 
    }
    50% {
        transform: rotate(-10deg); 
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

[data-page-name="research"] .btn-wrapper a:hover svg {
    animation: rotate 0.5s ease-in-out;
}



@media(max-width:390px) {
	[data-page-name="research"] .btn-wrapper a{
    text-decoration:none;
    margin-top:0 !important;
    padding-left:11px !important;
    padding-right:11px !important;
}
}

@media(max-width:1680px) {
#ry-footer {
    padding-left: 5%;
    padding-right: 5%;
}
}


@media (max-width:880px) {
.footer-content {
    display:grid !important;
    grid-template-columns:repeat(2,1fr);
}
.hours-operation {
    flex-direction:column !important;
}
}


@media (max-width:680px) {
.footer-content {
    display:grid !important;
    grid-template-columns:repeat(1,1fr);
}

}
@media (max-width:580px) {
    .home-page-swiper .swiper-wrapper, .homepage-swiper .swiper-slide img {
        /*height: calc(100vh - 360px);*/
		height: auto;
}
	.custom-headline h1 {
		font-size:70px !important
	}
}
