.overlink, .overlink a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9;
	cursor: pointer;
	opacity: 0;

}

.section--cta__wrapper a.ry-btn {
	width: max-content;
}

.section--cta__wrapper a.ry-btn.ry-btn-primary.white{
	background: #fff !important;
	color: #0055a6 !important;
}

.section--cta__wrapper a.ry-btn.ry-btn-primary.white:hover {
	background: #0357a7 !important;
}

.section--cta__wrapper a.ry-btn.ry-btn-primary svg,
.section--cta__wrapper a.ry-btn.ry-btn-secondary svg{
	fill: #72a1cd;
	stroke: #72a1cd;
}

.section--cta__wrapper a.ry-btn.ry-btn-primary,
.section--cta__wrapper a.ry-btn.ry-btn-secondary{
	gap: 10px;
}

.section--cta__wrapper a.ry-btn.ry-btn-primary:hover {
	color: #fff !important;
}

.section--cta__wrapper a.ry-btn.ry-btn-secondary {
	color: #fff !important;
}

.module--mobile__services {
	display: none;
}

@media (max-width: 1081px) {
	.module-services .desktop__services {
		display: none;
	}

	.module--mobile__services {
		display: block;
	}
}



.hp-section .background-section,
.hp-section .background-section img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}


.hp-welcome .section-container {
	width: min(1280px, 90%);
	max-width: 100%;
	float: unset;
	margin: 0 auto;
}

.hp-welcome .ry-content {
	display: flex;
	justify-content: space-between;
	padding: 160px 0 30rem;
	align-items: flex-start;
}


.hp-welcome .ry-content .content-img {
	width: min(480px, 100%);
}

.hp-welcome .ry-content .content-text {
	width: min(640px, 100%);
	max-width: 100%;
}

.hp-welcome .content-text .ry-text {
	padding: 15px 0 30px;
}

.hp-welcome .content-text .ry-text p {
	font-size: 20px;
	line-height: 30px;
	color: #555555;
	font-weight: 400;
}


.hp-featured-services .ry-content {
	padding: 160px 0 30rem;
}

.hp-featured-services {
	border-top-right-radius: 320px;
	overflow: hidden;
	margin-top: -15rem;
	z-index: 1;
}

.hp-featured-services .section-container {
	width: min(1600px, 90%);
	max-width: 100%;
	margin: 0 auto;
	float: unset;
}


.hp-featured-services .section--cta__wrapper {
	display: flex;
	gap: 15px;
}

.hp-featured-services .section--heading h2 {
	color: #fff !important;
}

.hp-featured-services .ry-content .content-text {
	max-width: 800px;
	padding: 0 80px;
}

.hp-featured-services .ry-content .content-text .ry-text p {
	color: #fff;
}

.hp-featured-services .ry-content .content-text .ry-text {
	padding: 30px 0;
}

.mobile__cta-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}


.hp-meet-the-opto .section--heading * {
	text-align: center !important;
}

.hp-meet-the-opto {
	margin-top: -13rem;
}


.hp-meet-the-opto .section--cta__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hp-meet-the-opto .section--heading h2 {
	margin-bottom: 30px;
}

.hp-meet-the-opto .section--slick__wrapper {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-f68229f8-239b-4939-a77b-60ac7cdbcb3a/Assets/team_background.jpg");
	border-radius: 100px;
	padding: 110px 0 130px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hp-meet-the-opto .section-slick {
	width: min(1280px, 90%);
	margin: 0 auto;
	float: unset;
}

.hp-opto__slick {
	display: flex;
	padding-bottom: 45px;
}

.hp-opto__slick .opto-info * {
	text-align: center;
}

.hp-opto__slick .opto-img img {
	max-width: max-content;
	margin: 0 auto;
}

.hp-opto__slick .each-opto .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hp-opto__slick .opto-info h3 {
	font-size: 36px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #0055a6;
	font-family: "Big Shoulders" !important;
	text-align: center;
	font-weight: 400;
}

.hp-opto__slick  .opto-info {
	margin-top: 28px;
}

.hp-opto__slick .opto-info span {
	font-size: 22px;
	line-height: 30px;
	color: #0094cf;
	font-weight: 500;
	text-align: center;
}


.hp-affiliate {
	padding: 6rem 0 11rem;
}

.hp-affiliate__slick {
	position: relative;
	padding: 0 45px;
}

.hp-affiliate__slick .slick-slide {
	padding: 0 7px;
}

.hp-affiliate__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 42px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.7;
}

.hp-affiliate__arrow--prev {
	left: 0;
}

.hp-affiliate__arrow--next {
	right: 0;
}

.hp-affiliate__arrow:hover {
	opacity: 1;
}

.hp-affiliate .section--heading h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Jost" !important;
	text-align: center;
	padding-bottom: 30px;
}

.hp-affiliate .section--heading h3 span {
	color: #fff;
}

.hp-affiliate .ry-content {
	width: min(1280px, 90%);
	max-width: 100%;
	float: unset;
	margin: 0 auto;
	z-index: 4;
}

.quote-img img {
	max-width: max-content;
	margin: 0 auto;
}

.hp-canvas-score .ry-wrapper {
	padding: 175px 0 31rem;
}

.hp-canvas-score {
	margin-top: -100px;
	z-index: 1;
}

.hp-section.hp-opto-affiliations {margin-top: -20rem;}

.hp-canvas-score .section--heading * {
	text-align: center;
}

.hp-canvas-score .section--heading {
	margin-top: 0px;
	display: block;
	padding-bottom: 30px;
}

.quote-img {
	bottom: -15px;
}

.hp-section .background-section, .hp-section .background-section img {}

.hp-opto-affiliations .background-section img {
	object-position: bottom;
}

.module-services .background-section img {
	border-bottom-left-radius: 320px;
}

.ry-appointment {
	position: relative;
	overflow: hidden;
	padding: 70px 20px;
	background: #eaf4f8;
}


.ry-appointment__container {
	position: relative;
	z-index: 1;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	align-items: center;
	gap: 70px;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-f68229f8-239b-4939-a77b-60ac7cdbcb3a/site_assets/form_bg.jpg");
	padding: 4rem 160px;
	border-radius: 100px;
	background-position: center;
	background-repeat: no-repeat;
}

.ry-appointment__content {
	color: #fff;
	max-width: 430px;
}



.ry-appointment__eyebrow {
	margin: 0 0 10px;
	color: #16bfe8;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.ry-appointment__title {
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(42px, 5vw, 64px);
	line-height: 0.95;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ry-appointment__text {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
}

.ry-appointment__form-card {
	position: relative;
}

.ry-appointment__form {
	padding: 34px;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(0, 49, 97, 0.14);
}

.ry-appointment__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 16px;
}

.ry-appointment__field {
	display: flex;
	flex-direction: column;
}

.ry-appointment__field--details {
	grid-row: span 4;
}

.ry-appointment__label {
	margin-bottom: 7px;
	color: #111;
	font-size: 12px;
	font-weight: 700;
}

.ry-appointment__input,
.ry-appointment__textarea {
	width: 100%;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-family: inherit;
	outline: none;
}

.ry-appointment__input {
	height: 42px;
	padding: 0 14px;
}

.ry-appointment__textarea {
	min-height: 20rem;
	padding: 14px;
	resize: vertical;
}

.ry-appointment__input:focus,
.ry-appointment__textarea:focus {
	border-color: #005eaf;
	box-shadow: 0 0 0 2px rgba(0, 94, 175, 0.12);
}

.ry-appointment__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.ry-appointment__check {
	margin: 24px 0;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #334;
	font-size: 12px;
	line-height: 1.4;
}

.ry-appointment__check input {
	margin-top: 2px;
}

.ry-appointment__check a {
	color: #008fc5;
	text-decoration: none;
}

.ry-appointment__button {
	width: 100%;
	height: 54px;
	border: 0;
	border-radius: 999px;
	background: #005eaf;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s ease;
}

.ry-appointment__button span {
	margin-left: 12px;
	font-size: 22px;
	vertical-align: middle;
}

.ry-appointment__button:hover {
	background: #004c91;
	transform: translateY(-2px);
}

.ry-appointment__note {
	margin: 18px 0 0;
	text-align: center;
	color: #12bde9;
	font-size: 12px;
	font-weight: 700;
}

.ry-appointment__icon {
	max-width: max-content;
}

.appointment__btn button.ry-btn.ry-btn-primary {
	height: auto;
	max-width: 100%;
	width: 100%;
	gap: 10px;
}

.appointment__btn button.ry-btn.ry-btn-primary svg {
	fill: #72a1cd;
	stroke: #72a1cd;
}

.appointment__btn button.ry-btn.ry-btn-primary:hover {
	color: #fff !important;
}

.appt-small-text {
	font-size: 18px;
	color: #0094cf;
	font-family: "Jost";
	text-align: center;
	display: inline-block;
	margin: 15px auto 0;
	width: 100%;
	font-weight: 500;
}

@media (max-width: 1024px) {
	.ry-appointment__icon {
		margin-left: auto;
		margin-right: auto;
	}

	.ry-appointment__heading p {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.ry-appointment {
		padding: 50px 16px;
	}

	.ry-appointment__bg {
		inset: 0;
		border-radius: 45px;
	}

	.ry-appointment__container {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ry-appointment__content {
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.ry-appointment__icon {
		margin-left: auto;
		margin-right: auto;
	}

	.ry-appointment__form-card {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 640px) {
	.ry-appointment {
		padding: 35px 12px;
	}

	.ry-appointment__bg {
		border-radius: 28px;
	}

	.ry-appointment__eyebrow {
		font-size: 13px;
		letter-spacing: 5px;
	}

	.ry-appointment__title {
		font-size: 38px;
	}

	.ry-appointment__text {
		font-size: 15px;
	}

	.ry-appointment__form {
		padding: 24px 18px;
		border-radius: 18px;
	}

	.ry-appointment__grid {
		grid-template-columns: 1fr;
	}

	.ry-appointment__field--details {
		grid-row: auto;
	}

	.ry-appointment__textarea {
		min-height: 150px;
	}

	.ry-appointment__row {
		grid-template-columns: 1fr;
	}

	.ry-appointment__button {
		height: 50px;
		font-size: 12px;
	}
}

.hp-appointment .section-container {
	width: min(1600px, 90%);
	max-width: 100%;
	margin: 0 auto;
	float: unset;
}

.hp-appointment .ry-wrapper {
	padding: 0;
	margin-top: -23rem;
}


.ry-appointment__heading {
	display: flex;
	flex-direction: column;
}

.ry-appointment__heading .section--heading h2 {
	color: #fff !important;
}


.ry-appointment__heading p {
	color: #fff;
	font-size: 22px;
	text-wrap: balance;
	margin: 15px 0 0;
}

.map__marker img {
	max-width: max-content;
}

.map__marker {
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	a;
	align-items: center;
	justify-content: center;
}

.module--map {
	margin-top: -23rem;
}


.hp-section.hp-opto-affiliations .background-section {
	z-index: 2;
}

.hp-meet-the-opto .ry-content {
	z-index: 9;
}

.module-services.style-11 .background-section {
	z-index: 3;
}


.frames--grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	place-content: center;
	place-items: center;
	gap: 30px;
	padding: 30px 0;
}

.frames--grid .each-img {
	width: 100%;
	max-width: 100%;
	background: #0357a7;
}



.frames--grid .brand-logo img {
	filter: invert(1);
	max-width: max-content;
	margin: 0 auto;
	height: 4vh;
	object-fit: contain;
}

.frames--grid .brand-logo {
	padding: 5%;
}

@media (max-width: 767px) {
	.frames--grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 580px) {
	.frames--grid {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 1536px) {
	.module--map__wrapper .map__bg img {
		object-fit: cover;
		height: 100vh;
	}
}

@media (max-width: 1440px) {
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
		transform: scale(.9);
	}

	.hp-featured-services .ry-content .content-text {
		padding: 0;
		max-width: 600px;
	}

	.hp-featured-services,
	.module-services .background-section img{
		border-top-right-radius: 15%;
	}

	.hp-appointment .ry-appointment__container {
		padding: 4rem 5%;
	}

	.module-services.style-11 .ry-flex {
		gap: 60px;
		padding-left: 30px;
	}
}

@media (max-width: 1366px) {
	.hp-section .section--heading h2, body.home h2:not(.module-welcome.custom .ry-headline h2,.text-blk.section-head h2,.module-44 .ry-flex .ry-each h2,.ftr-widget h2,body.home .module-appointment.custom .ry-headline h2, body.home .module-team.style-1 .section-headline h2,.custom-brand .ry-multi-item-slider .custom-width .ry-title h2,body.home .module-welcome.style-7 .ry-headline.custom-title h2), .module-32-wrapper-two .ry-flex .ry-each .ry-section-title, .module-welcome.style-5 .ry-each h2, .module-testimonials.option-1 .section-headline h2 {
		font-size: 56px;
		letter-spacing: -1px;
		line-height: 1.2 !important;
	}

	.hp-appointment .ry-appointment__container {
		gap: 5%;
	}

	div.module-66 .bnr-textbox .ry-section-title {
		font-size: clamp(3rem, 1.1448rem + 7.611vw, 7.5rem) !important;
	}

	.module-services.style-11 .ry-flex > .ry-each:nth-child(1) {
		max-width: 400px;
	}

	.module-services.style-11 .ry-flex {
		gap: 0;
		padding-left: 30px;
		justify-content: space-around;
	}

	.hp-featured-services,
	.module-services .background-section img{
		border-top-right-radius: 80px;
	}

	.hp-appointment .ry-appointment__container {
		border-radius: 15%;
	}

	.module-services .ry-container {
		padding-left: 30px;
	}

	.module-44 .ry-flex .ry-each:last-child .social-media {
		justify-content: center;
	}
}

@media (max-width: 1280px) {
	.hp-welcome .ry-content {
		align-items: flex-start;
		gap: 60px;
		padding: 7rem 0 20rem;
	}


	.hp-meet-the-opto .section--slick__wrapper {
		border-radius: 80px;
	}

	.hp-featured-services,
	.module-services .background-section img{
		border-top-right-radius: 80px;
	}

	.module-services .ry-content {
		border-top-left-radius: 80px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 80px;
	}

	.hp-appointment .ry-appointment__container {
		border-radius: 80px;
	}
}

@media (max-width: 1200px) {
	.hp-opto-affiliations {
		margin-top: -30rem;
	}

	.module-services.style-11 .ry-flex {
		padding: 80px;
	}


	.module-services .ry-container {
		padding-left: 30px;
	}

}


@media (max-width: 1081px) {

	div.module-services.each-click.style-11.desktop__services {
		display: none;
	}

	div.hp-featured-services-col .slick-arrow {
		width: 40px;
		height: 40px;
		background: #0094cf;
		border-radius: 50px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: calc(50% - 25px);
		top: 135%;
		transform: translateX(-50%);
		transition: .3s;
		font-size: 0;
	}

	div.hp-featured-services-col .slick-next.slick-arrow {
		left: calc(50% - -25px);
	}

	div.hp-featured-services-col .slick-arrow:before {
		content: "\f061";
		position: absolute;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		font-size: 14px;
		margin: auto;
		transition: .3s;
		font-family: 'FontAwesome';
	}

	div.hp-featured-services-col .slick-next.slick-arrow:before {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: .3s;
	}




	div.hp-featured-services-col .each-col-wrapper {
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		transition: 300ms ease-in-out;
		width: 100%;
		margin: 0 auto;
	}

	div.hp-featured-services-col .each-col-wrapper img {
		margin: 0 auto;
		width: 13rem;
		height: 13rem;
		object-fit: contain;
		filter: invert(1);
	}




	div.hp-featured-services-col .each-col .ry-title {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-top: 30px;
	}

	div.hp-featured-services-col .each-col .ry-title div {
		text-align: center;
		font-size: 20px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #f5f5f5;
		font-weight: 600;
	}


	div.hp-featured-services-col .each-col .ry-title div {
		color: #000;
	}

	div.module--mobile__services {
		display: block;
		background: #fff;
		z-index: 9;
		border-top-left-radius: 100px;
		border-bottom-left-radius: 100px;
		margin-top: -20rem;
	}


	div.module-services .ry-content {
		background: transparent;
		margin-top: 0;
	}

	div.module-services .section-headline span {
		text-align: center;
	}

	div.hp-featured-services, .module-services .background-section img {
		object-position: 75%;
	}

	div.hp-meet-the-opto {margin-top: -35rem;}


	.hp-section.hp-opto-affiliations {
		margin-top: -20rem;
	}


	div.hp-featured-services-wrapper {
		padding: 80px 0 140px;
	}



	div.hp-featured-services-col .each-col-wrapper .ry-img {
		width: 280px;
		height: 280px;
		border-radius: 50%;
		margin: 0 auto;
		background: #00366a;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	div.hp-appointment .ry-appointment__container {
		grid-template-columns: 1fr;
		padding: 50px;
		overflow: hidden;
	}

	div.hp-appointment .ry-appointment__container:before {
		position: absolute;
		content: " ";
		background: rgb(18 87 152);
		width: 100%;
		height: 100%;
	}

}

@media (max-width: 991px) {
	.hp-section .section--heading h2, body.home h2:not(.module-welcome.custom .ry-headline h2,.text-blk.section-head h2,.module-44 .ry-flex .ry-each h2,.ftr-widget h2,body.home .module-appointment.custom .ry-headline h2, body.home .module-team.style-1 .section-headline h2,.custom-brand .ry-multi-item-slider .custom-width .ry-title h2,body.home .module-welcome.style-7 .ry-headline.custom-title h2), .module-32-wrapper-two .ry-flex .ry-each .ry-section-title, .module-welcome.style-5 .ry-each h2, .module-testimonials.option-1 .section-headline h2 {
		font-size: 48px;
	}

	div.hp-appointment .ry-appointment__container {
		padding: 80px 30px;
	}
}

@media (max-width: 768px){
	div.hp-welcome .ry-content {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}

	div.hp-opto__slick {
		display: grid;
		grid-template-columns: 15rem;
		gap: 30px;
		align-items: center;
		justify-content: center;
	}
}


@media (max-width: 767px) {
	.module-services .ry-container {
		padding-left: 0;
	}

	.hp-featured-services .section--cta__wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.hp-featured-services .background-section img {
		object-position: 30%;
	}

	.hp-section .section--heading h2, body.home h2:not(.module-welcome.custom .ry-headline h2,.text-blk.section-head h2,.module-44 .ry-flex .ry-each h2,.ftr-widget h2,body.home .module-appointment.custom .ry-headline h2, body.home .module-team.style-1 .section-headline h2,.custom-brand .ry-multi-item-slider .custom-width .ry-title h2,body.home .module-welcome.style-7 .ry-headline.custom-title h2), .module-32-wrapper-two .ry-flex .ry-each .ry-section-title, .module-welcome.style-5 .ry-each h2, .module-testimonials.option-1 .section-headline h2 {
		text-align: center;
	}

	.section--cta__wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.each-affi .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13vh;
    border: 1px solid #3a6187;
    background: rgb(3 87 167 / 40%);
}

.each-affi .wrapper img {
    max-width: 9rem;
    filter: invert(1);
}
