/** GLOBAL CSS **/
:root {
    --color-primary: #69b2e8;
    --color-secondary: #646569;
    --color-tertiary: ;
	--background-transparent: transparent;
    --filter-color-primary: brightness(0) invert(20%) sepia(4%) saturate(3511%) hue-rotate(181deg) brightness(89%) contrast(79%);
    --filter-color-secondary: brightness(0) invert(77%) sepia(52%) saturate(282%) hue-rotate(162deg) brightness(96%) contrast(90%);
	
	--color-text-white: #fff;
	--color-text-dark: #000;
}

*:not(.carousel *):not(.ry-accordion *):not(#accordion *):not([data-aos-duration]):not(.slick-track):not(#ry-section-header *):not(.fancybox-slide *),
::before,
::after {
    transition: 0.3s ease-in-out all;
}
html, body {
	overscroll-behavior: none;
	overflow-x: hidden !important;
}
html {
    scroll-behavior: smooth;
}

/* //Removed excess margin on bottom on forms alert */
.alert li:last-child {
    margin-bottom: 0 !important;
}

/* //Add Underline on all hyperlink */
body.default #ry-pg-body a:not(.ry-btn):not(.fa):hover {
    text-decoration: underline !important;
}
.ry-each-link, .ry-each-link a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}
.ry-btn-wrap {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}
.ry-section-background, .ry-section-background img {
	position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	object-fit: cover;
}
body .ry-headline h2 {
	font-size: clamp(2.5rem, 1.8627rem + 2.6144vw, 5rem);
	color: #69b2e8;
	font-weight: 400;
	font-family: "Rakkas";
	text-align: center;
	line-height: 1.1;
}
body .ry-headline h2 .span-1 {
	color: #646569;
}
body .ry-headline h4 {
	font-size: clamp(1.375rem, 1.3431rem + 0.1307vw, 1.5rem);
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #646569;
	font-weight: 400;
	font-family: "Josefin Sans" !important;
	text-align: center;
	line-height: 1.3;
}
.ry-headline {
    margin-bottom: 1.5vw;
}
.ry-section-padding {
	padding: 6vw 0;	
}
.ry-services-custom .ry-container, .ry-team-custom .ry-container, .ry-location-custom .ry-container, .ry-testimonial-custom .ry-container  {
    max-width: 1280px;
    width: 90%;
}
.ry-group-section-1, .ry-group-section-2 {
	position: relative;	
}
.ry-group-section-bg-1, 
.ry-group-section-bg-1 img,
.ry-group-section-bg-2, 
.ry-group-section-bg-2 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center;
}
.ry-group-section-2 {
	border-radius: 200px 200px 0 0;
    padding-top: 10vw;
    overflow: hidden;
    margin-top: -12vw;
}
/** END GLOBAL CSS **/

/** HOMEPAGE HERO **/
div#ry-slider, div#ry-slider .ry-content {
    position: relative;
    height: 100vh;
}
div#ry-slider .ry-hero-image, div#ry-slider .ry-hero-image img {
    position: absolute;
    width: 100%;
    top: unset;
    right: -50px;
    bottom: 0;
    max-width: 1039px;
    height: 735px;
}
div#ry-slider .ry-content {
    display: flex;
    align-items: center;
}
div#ry-slider .bnr-textbox .ry-section-title-wrapper h1 {
    font-size: clamp(2.5rem, 1.6238rem + 3.5948vw, 5.9375rem);
    color: #68b2e8;
    line-height: 1.1;
}
div#ry-slider .bnr-textbox .ry-section-title-wrapper h1 span {
    font-size: clamp(1.5rem, 1.4363rem + 0.2614vw, 1.75rem);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #64656a;
    font-weight: 400;
    font-family: "Josefin Sans";
    display: block;
}
div#ry-slider .bnr-textbox .ry-container > div {
    max-width: 800px;
    width: 100%;
}
div#ry-slider .bnr-textbox .ry-hero-text {
    max-width: 640px !important;
}
div#ry-slider .bnr-textbox .ry-hero-text p {
    font-size: 22px;
    line-height: 1.4;
    color: #666666;
}
div#ry-slider .ry-hero-btn-wrap {
    margin-top: 1.5vw;
    height: auto;
}
div#ry-slider .ry-hero-btn-wrap br {
    display: none;
}
/** END HOMEPAGE HERO **/

/** HOMEPAGE WELCOME **/
.ry-lighthouse-icon img {
    max-width: 109px;
    margin: 0 auto 1.5vw;
}

/** END HOMEPAGE WELCOME **/

/** HOMEPAGE CTA CUSTOM **/
.ry-homepage-cta-custom {
    position: relative;
    padding: 2vw 0;
}
.ry-homepage-cta-custom .ry-content {
    max-width: 1598px;
    width: 100%;
    height: 366px;
    border-radius: 183px;
    border: 10px solid rgba(100,101,106,0.14);
    padding: 3em;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.ry-homepage-cta-custom .ry-each .ry-icon-wrap,
.ry-homepage-cta-custom .ry-each .ry-icon-wrap img {
    max-width: max-content;
	min-height: 122px;
    object-fit: contain;
}
.ry-homepage-cta-custom .ry-each {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}
.ry-homepage-cta-custom .ry-each .ry-cta-title p {
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #64656a;
    font-weight: 400;
    font-family: "Josefin Sans";
}
.ry-homepage-cta-custom .ry-content .ry-cta-bg, 
.ry-homepage-cta-custom .ry-content .ry-cta-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.ry-homepage-cta-custom .ry-each:hover .ry-icon-wrap img {
    transform: rotateY(360deg);
    transition: 1s ease-in-out !important;
}
.ry-homepage-cta-custom .ry-each .ry-icon-wrap img {
    transition: 1s ease-in-out !important;
}
.ry-homepage-cta-custom .ry-each:hover .ry-cta-title p {
    color: #0d5782;
}
/** END HOMEPAGE CTA CUSTOM **/

/** HP DRYE EYE **/
.ry-homepage-dry-eye {
    position: relative;
    padding: 6vw 0;
}
.ry-homepage-dry-eye .ry-flex .ry-text-wrap * {
    color: #fff
}
.ry-homepage-dry-eye .ry-flex {
    align-items: center;
    gap: 4em;
}
.ry-homepage-dry-eye .ry-flex .ry-img-wrap img {
    max-width: max-content;
}
/** END HP DRY EYE **/

/** VIRTUAL TOUR **/
.ry-virtual-tour {
    position: relative;
    padding: 10vw 0 0;
	z-index: 9;
}
.ry-virtual-tour .ry-map-wrapper {
    border-radius: 40px;
    border: 4px solid #64656a;
    padding: 10px;
    position: relative;
}
.ry-virtual-tour .ry-map-wrapper iframe {
    border-radius: 28px;
}
.ry-virtual-tour .ry-map-wrapper:before {
    content: '';
    position: absolute;
    top: -404px;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-4f14c5bc-a208-4f7f-b73f-3e3ad619f955/Homepage_Assets_V2/virtual_tour_logo.png) center center no-repeat;
    background-size: contain;
    width: 1142px;
    height: 808px;
    z-index: -1;
}
/** END VIRTUAL TOUR **/

/** HOMEPAGE BRANDS CUSTOM **/
.ry-homepage-brands-custom {
    position: relative;
    padding: 2vw 0;
	margin-top: -8vw;
    margin-bottom: -11vw;
    z-index: 2;
}
.ry-homepage-brands-custom .ry-content {
    max-width: 1598px;
	widthL 100%;
    height: 366px;
    border-radius: 183px;
    border: 10px solid rgba(100,101,106,0.14);
    padding: 3em;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.ry-homepage-brands-custom .ry-each .ry-icon-wrap,
.ry-homepage-brands-custom .ry-each .ry-icon-wrap img {
    max-width: max-content;
	min-height: 122px;
    object-fit: contain;
}
.ry-homepage-brands-custom .ry-each .ry-cta-title p {
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #64656a;
    font-weight: 400;
    font-family: "Josefin Sans";
}
.ry-homepage-brands-custom .ry-content .ry-cta-bg, 
.ry-homepage-brands-custom .ry-content .ry-cta-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.ry-homepage-brands-custom .ry-flex {
    flex-direction: column;
}
.ry-homepage-brands-custom .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 7px;
    margin-top: 2vw;
}
.ry-homepage-brands-custom .slick-dots li,
.ry-homepage-brands-custom .slick-dots button {
    opacity: 0.200;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000000;
    color: transparent;
}
.ry-homepage-brands-custom .slick-dots .slick-active button {
    opacity: 1;
    background-color: #69b2e8;
}
.ry-homepage-brands-custom .slick-track,
.ry-homepage-brands-custom .ry-each {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.ry-homepage-brands-custom .ry-each img {
    max-width: 200px;
}
/** END HOMEPAGE BRANDS CUSTOM **/

/** HP RESPONSIVENESS **/
@media (min-width: 2100px) {
	.module-66 .bnr-textbox {
		margin-top: 0 !important;
	}
	div#ry-slider .ry-hero-image, div#ry-slider .ry-hero-image img {
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (min-width: 1081px) {
	.module-66 img {
		height:100vh;
		object-fit:cover;
		object-position: center 15%;
		object-fit: cover;
	}
	.module-66 .bnr-textbox {
		margin-top: 10vw;
	}
	.ry-homepage-dry-eye .ry-flex .ry-text-wrap *,
	.module-28 .ry-headline * {
		text-align: left
	}
	.ry-homepage-dry-eye .ry-flex .ry-btn-wrap,
	.module-28 .ry-btn-wrap, 
	.hp-custom-testimonials .ry-btn-wrap {
		justify-content: flex-start;
	}
}

@media (max-width: 1440px) {
	div#ry-slider .ry-hero-image, div#ry-slider .ry-hero-image img {
		max-width: 800px;
		height: auto;
		bottom: 10%;
	}
}
@media (max-width: 1200px) {
	div#ry-slider .bnr-textbox .ry-container > div {
		max-width: 530px  !important;
	}
	div#ry-slider .ry-hero-image, div#ry-slider .ry-hero-image img {
		max-width: 600px;
	}
	div#ry-slider .ry-hero-image, div#ry-slider .ry-hero-image img {
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (max-width: 1080px) {
	div#ry-slider .ry-hero-image, div#ry-slider .ry-hero-image img {
		inset: unset;
		transform: unset;
		position: relative;
		max-width: 600px;
	}
	.bnr-textbox {
		position: relative;
	}
	div#ry-slider .ry-content {
		flex-direction: column;
		gap: 4vw;
		height: auto;
		margin-top: 100px;
	}
	.bnr-textbox .ry-container {
		width: 100%;
	}
	div#ry-slider .bnr-textbox .ry-container > div,
	div#ry-slider .bnr-textbox .ry-container .ry-hero-text {
		max-width: 100% !important;
		text-align: center;
	}
	div#ry-slider .bnr-textbox .ry-container > div * {
		text-align: center;
	}
	div#ry-slider .ry-hero-btn-wrap {
		display: flex;
		justify-content: center;
	}
	.ry-group-section-2 {
		margin-top: 0;
	}
	.ry-homepage-dry-eye .ry-flex {
		flex-direction: column;
	}
	.ry-homepage-dry-eye .ry-flex .ry-each.ry-img-wrap img {
		margin: 0 auto;
	}
	.ry-homepage-dry-eye .ry-flex .ry-text-wrap * {
		text-align: center;
	}
	
	.ry-homepage-cta-custom .ry-flex {
		flex-direction: column;
	}
	.ry-homepage-cta-custom .slick-dots {
		display: flex !important;
		justify-content: center;
		align-items: center;
		list-style-type: none;
		gap: 7px;
		margin-top: 2vw;
		padding-left: 0;
	}
	.ry-homepage-cta-custom .slick-dots li,
	.ry-homepage-cta-custom .slick-dots button {
		opacity: 0.200;
		width: 12px;
		height: 12px;
		border-radius: 6px;
		background-color: #000000;
		color: transparent;
	}
	.ry-homepage-cta-custom .ry-content {
		max-width: 700px !important;
		margin: 0 auto;
		float: none;
	}
	.module-28 .ry-right .ry-text p {
		text-align: center;
	}
	.ry-homepage-brands-custom {
		margin: 2vw;
	}
	
	.hp-custom-testimonials > div.wrapper {
		padding: 8vw 0;
	}
	.hp-custom-testimonials .ry-content {
		top: 0;
	}
	.hp-custom-testimonials .ry-content {
		max-width: 100%;
	}
	.hp-custom-testimonials .ry-content .hp-headline * {
		text-align: center;
	}
	.hp-custom-testimonials .each-testi * {
		text-align: center;
	}
	.hp-custom-testimonials .each-testi .group-testi .ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.hp-custom-testimonials ul.slick-dots {
		justify-content: center;
	}

	.ry-virtual-tour .ry-map-wrapper iframe {
		height: 400px;
	}
	.module-44 .ry-flex .ry-each .website-info > div,
	.module-44 .ry-flex .ry-each .social-cta .icons,
	.module-44 .office-hours {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 500px) {
	.ry-homepage-cta-custom .ry-content {
		max-width: 700px !important;
		margin: 0 auto;
		float: none;
	}
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo {
		padding-bottom: 0;
	}
	div#ry-slider, div#ry-slider .ry-content {
		height: auto;
	}
	div#ry-slider .ry-hero-image, div#ry-slider .ry-hero-image img {
		max-width: 360px;
	}
	.module-67 .ry-container .welcome-left, .module-67 .ry-container .welcome-right {
		display: none;
	}
	.module-67 .ry-container .ry-content {
		max-width: 100%;
		width: 90%;
		margin: 0 auto;
	}
	.ry-group-section-2, .hp-custom-testimonials > div.wrapper {
		border-radius: 0;
	}	
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
		width: 199px;
	}
}