:root {
	--text-normal: 'Inter'!important;
		--clr-primary: #0070ae;
		--clr-secondary: #bf1e2e;
		--clr-base: #e2ddd3;
		--lg-normal: 18px;
		--lg-small: 16px;
		--md-normal: calc(16px + 2 * ( (100vw - 320px) / 1660));
		--md-small: calc(14px + 2 * ( (100vw - 320px) / 1660));
		--light: 300;
		--normal: 400;
		--bold: 700;
		--leading-tight: 1.3;
		--leading-normal: 1.6;
		--leading-spaced: 1.7;
	}
.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}
.form-control:focus,
.module-search .search-panel .search-form .field-block input:focus {
	outline: unset;
}
.section-background, 
.section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ry-headline h2 {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
}

.ry-headline h2 .span-1,
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 span {
    display: block;
    font-size: 19px;
    letter-spacing: initial;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

.ry-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.ry-btn {
    padding: 23px 40px !important;
    line-height: 1;
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    border-radius: 13px;
    height: unset;
    border: 1px solid !important;
}

.ry-btn.ry-btn-primary {
    border-color: var(--clr-primary) !important;
}

.ry-btn.ry-btn-primary:hover {
    background: transparent !important;
    color: var(--clr-primary) !important;
}

.ry-btn.ry-btn-secondary {
    border-color: var(--clr-secondary) !important;
}

.ry-btn.ry-btn-secondary:hover {
    background: transparent !important;
    color: var(--clr-secondary) !important;
}


.module-43 {
    padding: 0;
    border: unset;
    position: fixed;
    background: #fff;
}

.module-43 .ry-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: unset !important;
	z-index: 1;
}

.module-43 .ry-right .button-wrapper a {
    height: 98px;
    border-radius: unset;
    font-size: 17px !important;
    font-weight: bold !important;
    max-width: unset;
    width: 100%;
    min-width: 260px;
}

.module-43 .ry-container {
    max-width: 1920px;
    width: 100%;
}

.module-43 .ry-left {
    padding-left: 30px;
	z-index: 9;
}

.module-43 .ry-left img {
    max-width: 360px;
    min-width: 360px;
}

.module-43 .ry-right .ry-menu .nav-menu .primary a {
    font-size: 17px !important;
    letter-spacing: initial;
    font-weight: bold;
    color: #333333;
}

.module-43 .ry-right .ry-menu .nav-menu {
    top: unset;
    max-width: 860px;
    padding-right: 60px;
}

.module-43 .ry-container > .ry-flex {
    align-items: center;
}

.module-43 .ry-right .button-wrapper {
    height: 98px;
}

.module-43.fixed {
    padding: 0;
}

.module-hero.custom {
    margin-top: 96px;
}
.module-hero.custom .photo {
    position: relative;
    padding-bottom: 100vh;
}

.module-hero.custom .photo img:not(.pin-logo) {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.module-hero.custom .photo img.pin-logo {
    position: absolute;
    max-width: 600px;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-welcome.custom {
    padding: 160px 0 60px;
}

.module-welcome.custom .ry-headline h2 .span-1,
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 span  {
    margin-bottom: 10px;
    color: var(--clr-secondary);
}

.module-welcome.custom .ry-headline {
    margin-bottom: 40px;
}

.module-welcome.custom .ry-text h3 {
    font-size: 36px;
    letter-spacing: -0.5px;
    font-weight: bold;
    color: #000;
    line-height: 1.1;
    margin-bottom: 35px;
}

.module-welcome.custom .ry-each {
    width: 50%;
}

.module-welcome.custom .ry-each:nth-child(1) {
    max-width: 700px;
    padding-left: 70px;
}


.module-welcome.custom .ry-btn {
    margin-top: 20px;
}

.group-section {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a579a753-1738-4b5e-9012-25edf1f2b9cd/Home_Assets/test_background_group.png);
    background-size: cover;
    background-color: #d3e7f0;
    background-position: top;
}

.module-vision {
    padding: 140px 0;
}

.module-vision .ry-content {
    padding: 160px 5%;
    padding-right: 160px;
    border: 7px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.module-vision .ry-content .ry-flex {
    justify-content: flex-end;
}

.module-vision .ry-content .ry-flex .block {
    max-width: 570px;
}

.module-vision .ry-content .ry-flex .block .ry-headline h2 {
    color: #fff;
}

.module-vision .ry-content .ry-flex .block .ry-headline h2 .span-1 {
    margin-bottom: 10px;
    color: #96c9e5;
}

.module-vision .ry-content .ry-flex .block .ry-headline {
    margin-bottom: 30px;
}

.module-vision .ry-content .ry-flex .block .ry-text p {
    color: #fff;
    margin-bottom: 30px;
    max-width: 510px;
}

.module-vision .ry-content .section-background {
    border-radius: 15px;
    overflow: hidden;
}

.module-spotlight {
    padding: 80px 0 220px;
}

.module-spotlight .ry-flex {
    gap: 30px;
}

.module-spotlight .ry-flex .ry-each {
    width: 50%;
}

.module-spotlight .ry-flex .ry-each:nth-child(1) {
    max-width: 640px;
    padding-left: 70px;
}

.module-spotlight .ry-flex .ry-each .ry-headline h2 .span-1 {
    margin-bottom: 10px;
    color: #ba1d2d;
}

.module-spotlight .ry-flex .ry-each .ry-headline h2 {
    padding-right: 30px;
    margin-bottom: 30px;
}

.module-spotlight .ry-flex .ry-each .ry-text p {
    margin-bottom: 45px;
    padding-right: 30px;
}

.module-spotlight .ry-flex .ry-each:nth-child(2) {
    padding: 0 60px;
}

.module-spotlight .ry-flex .wrapper-photo img {
    padding: 5px;
    background: #fff;
    border-radius: 20px;
}

.module-spotlight .ry-flex  .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: -40px;
    width: 100%;
    gap: 10px;
}

.module-spotlight .ry-flex .slick-dots li {
    line-height: 0;
}

.module-spotlight .ry-flex .slick-dots li button {
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: unset;
    box-shadow: unset;
    opacity: .5;
    transition: .4s;
}

.module-spotlight .ry-flex .slick-dots li.slick-active button {
    width: 50px;
    border-radius: 5px;
    background: #0070af;
    opacity: 1;
} 

.module-spotlight .ry-flex .wrapper-photo {
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.25);
    border-radius: 20px;
}
.module-spotlight .ry-flex .ry-each .photo-wrapper {
    position: relative;
    padding-bottom: 65%;
}
.module-spotlight .ry-flex .ry-each .photo-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom.module-impact {
    padding: 0 0 420px;
}

.custom.module-impact .ry-headline h2 {
    color: #fff;
    margin-bottom: 30px;
}

.custom.module-impact .ry-headline h2 .span-1 {
    margin-bottom: 10px;
}

.custom.module-impact .top-block .ry-text p {
    max-width: 720px;
    margin: auto;
    color: #fff;
    margin-bottom: 60px;
}

.module-impact .bottom-block {
    max-width: 1510px;
    margin: auto;
}

.module-impact .ry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.module-impact .bottom-block .ry-text {
    padding: 0 40px;
}

.module-impact .bottom-block .ry-text p {
    color: #fff;
    text-align: center;
}

.module-impact .bottom-block .ry-text h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.6px;
    line-height: 1;
    margin-bottom: 5px;
}

.module-impact .bottom-block .ry-text {
    clear: both;
    padding-top: 30px;
}

.module-impact .bottom-block .slick-list {
    margin: 0 -20px;
}

.module-impact .bottom-block .slick-list .each {
    margin: 0 20px;
}

.module-impact .bottom-block .slick-list .each .photo {
    position: relative;
    padding-bottom: 56.25%;
    border: 5px solid #fff;
    border-radius: 20px;
}

.module-impact .bottom-block .slick-list .each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.module-impact .bottom-block .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    min-width: 60px;
    background: #cadfec;
    top: 43%;
    transform: translate(0, -50%);
    border-radius: 50%;
	border: none;
	box-shadow: none;
}

.module-impact .bottom-block .slick-arrow:before {
    content: "";
    display: inline-block;
    border-right: 2px solid var(--clr-primary);
    border-bottom: 2px solid #1a73e8;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -43%) rotate(-225deg);
    position: absolute;
    top: 50%;
    left: 50%;
}
.custom.module-impact .ry-headline h2 .span-5 {
    font-weight: 200;
}
.module-impact .bottom-block .slick-arrow.slick-next:before {
    transform: translate(-50%, -43%)  rotate(-45deg);
}

.module-impact .bottom-block .slick-arrow.slick-prev {
    left: -80px;
}

.module-impact .bottom-block .slick-arrow.slick-next {
    right: -80px;
    left: unset;
}

.module-impact .bottom-block .slick-arrow:hover {
    background: var(--clr-secondary);
}

.module-impact .bottom-block .slick-arrow:hover:before {
    border-color: #fff;
}

.module-impact .bottom-block .button-wrapper {
    display: flex;
    width: 100%;
    padding-top: 80px;
    align-items: center;
    justify-content: center;
}

.module-spotlight {
    padding-bottom: 300px;
}

.module-spotlight:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(to top, #117bb9, #ffffff00);
    position: absolute;
    z-index: 1;
}

.module-spotlight .ry-content {
    position: relative;
    z-index: 2;
}

.module-footer .footer-top {
    padding: 120px 0 80px;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a579a753-1738-4b5e-9012-25edf1f2b9cd/Home_Assets/footer_bg.jpg);
    background-size: cover;
}

.module-footer .footer-top .ry-flex {
    gap: 30px;
}

.module-footer .footer-top .ry-flex .ry-each {
    max-width: 320px;
}

.module-footer .footer-top .ry-flex .ry-each:nth-child(1) {
    padding: 0 40px;
}

.module-footer .footer-top .ry-flex .ry-each .title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold !important;
}

.module-footer .footer-top .ry-flex .ry-each:nth-child(1) .title {
    text-align: center;
    padding: 30px 0 20px;
    clear: both;
}

.module-footer .footer-top .ry-flex .ry-each .each-details {
    display: flex;
    gap: 20px;
}

.module-footer .footer-top .ry-flex .ry-each .each-details .icon {
    width: 20px;
    display: flex;
    align-items: center;
}

.module-footer .footer-top .ry-flex .ry-each .each-details .icon svg {
    width: 27px;
    height: 30px;
    fill: #fff;
    min-width: 27px;
}

.module-footer .footer-top .ry-flex .ry-each .each-details div a, 
.module-footer .footer-top .ry-flex .ry-each .each-details div {
    font-size: var(--lg-small);
    color: #fff;
}

.module-footer .footer-top .ry-flex .ry-each .each-details div a {
    letter-spacing: -0.2px;
    line-height: 1.4;
    opacity: .5;
}

.module-footer .footer-social ul {
    list-style: none;
    padding-left: 0;
}

.module-footer .footer-social .social-inner-wrap {
    display: flex;
    padding-top: 30px;
    width: 100%;
    clear: both;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.module-footer .footer-top .footer-social .social-inner-wrap li a {
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #005a8c;
    border-radius: 50%;
}

.module-footer .footer-social .social-inner-wrap li a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.module-footer .footer-top .ry-flex .ry-each ul {
    padding-left: 0;
    list-style: none;
}

.module-footer .footer-top .ry-flex .ry-each .title {
    padding-bottom: 30px;
}

.module-footer .footer-top .ry-flex .ry-each ul li:not(:last-child) {
    margin-bottom: 20px;
}

.module-footer .footer-top .ry-flex .ry-each ul li a {
    font-size: var(--lg-small);
    color: #fff;
    opacity: .5;
    display: block;
    line-height: 1;
}

.module-footer .footer-top .ry-flex .ry-each ul li a:hover {
    opacity: 1;
    text-decoration: underline !important;
}

.module-footer .footer-top .ry-flex .ry-each:nth-child(3) {
    width: 50%;
    max-width: 800px;
}

.module-footer .footer-top .ry-flex .ry-each:nth-child(2) {
    max-width: 200px;
}

.module-footer .footer-top .ry-flex .ry-each .footer-form .form-control {
    height: 60px;
    border-radius: 10px;
    background: #fff;
    border: unset;
    box-shadow: unset;
    padding-left: 30px;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: 'Inter';
}

.module-footer .footer-top .ry-flex .ry-each .footer-form .form-group {
    margin-bottom: 10px;
}

.module-footer .footer-top .ry-flex .ry-each .footer-form .field-wrapper {
    display: flex;
    gap: 10px;
}

.module-footer .footer-top .ry-flex .ry-each .footer-form .field-wrapper .field-group {
    width: calc(50% - 5px);
}

.module-footer .footer-top .ry-flex .ry-each .footer-form .field-wrapper .field-group textarea.form-control {
    height: 200px;
    padding-top: 17px;
}

.module-footer .footer-top .ry-flex .ry-each .footer-form .field-wrapper .button-wrapper {
    display: flex;
    justify-content: flex-end;
}

.module-footer .footer-top .ry-flex .ry-each .footer-form .button-wrapper {
    display: flex;
    justify-content: flex-end;
}

.module-footer .footer-top .ry-flex .ry-each .footer-form .button-wrapper .form-group {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.module-footer .footer-bottom {
    padding: 30px 0 30px;
}

.module-footer .footer-bottom .ry-each * {
    font-size: var(--lg-small);
    letter-spacing: -0.2px;
    color: #000;
}

.module-footer .footer-bottom .ry-each .text {
    opacity: .5;
}

.module-footer .footer-bottom .ry-each:nth-child(2) {
    display: flex;
    gap: 10px;
}

.module-footer .footer-bottom .ry-each img {
    max-width: max-content;
}

.module-footer .footer-bottom .ry-each {
    max-width: max-content;
}

.module-map {
    padding-bottom: 160px;
    background: #ebf5fa;
}

.module-map .ry-headline h2 .span-1 {
    margin-bottom: 10px;
    color: var(--clr-secondary);
}

.module-map #mapCustom {
    height: 840px;
    border-radius: 15px;
}

.module-map .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-map .content .locations-v2 {
    max-width: 1280px;
    margin: 60px 0 80px;
}

.module-map .content .locations-v2 .map-wrapper {
    border: 5px solid #fff;
    border-radius: 20px;
}
	
	.module-map .ry-headline h2 {
    max-width: 1380px;
}
.location-window .name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-transform: uppercase;
    line-height: 1;
    /* display: block; */
    color: #fff;
    text-align: center;
    font-weight: 400 !important;
    padding-top: 10px;
	padding: 10px 15px 0;
    font-size: var(--lg-small);
}

.location-window {
    padding: 0;
    background: var(--clr-primary);
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    overflow: hidden;
}


.location-window .name .phone a:before {
    content: "";
}

.location-window .name .phone a {
    display: block;
    padding: 10px 15px;
    background: #fff;
    font-family: 'Inter';
    font-weight: bold;
    letter-spacing: -0.5px;
    font-size: 18px;
    outline: unset;
	margin: 0 -15px;
}

#ry-pg-banner .ry-bnr-wrp:before, 
#ry-pg-banner .ry-bnr-wrp:after {
    display: none;
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
    font-size: 70px;
    letter-spacing: initial;
    text-align: center;
    line-height: 1;
    padding: 0 !important;
    margin: 0 !important;
    letter-spacing: -1px;
    text-transform: initial;
    font-weight: 900;
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
    padding: 0 !important;
    margin: 0 !important;
}

.home-search {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

	
	[data-hidden=""] {
    display: none !important;
}

.module-office .ry-flex {
    display: flex;
    gap: 60px 30px;
    justify-content: flex-start;
	flex-wrap: wrap;
}

.module-office .ry-flex .each {
    width: calc(33.33% - 20px);
}

.module-office .ry-flex .each .wrapper .photo {
    position: relative;
    padding-bottom: 75%;
    /* margin-bottom: 30px; */
    overflow: hidden;
}

.module-office .ry-flex .each .wrapper .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.module-office .ry-flex .each .wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.module-office .ry-flex .each .wrapper .group-text .title {
    font-size: 24px;
    font-weight: 800 !important;
    color: #0070ae;
    margin-bottom: 15px;
    line-height: 1.1;
}

.module-office .ry-flex .each .wrapper .group-text {
    padding: 0 10px;
    padding-top: 30px;
    transition: .4s;
}

.module-office .ry-flex .each .wrapper .group-text .sub-details {
    display: flex;

    gap: 10px;
}

.module-office .ry-flex .each .wrapper .group-text .sub-details .details {
    display: flex;
    gap: 5px;
    align-items: center;
}

.module-office .ry-flex .each .wrapper .group-text .sub-details .details svg {
    width: 15px;
    height: 15px;
    fill: #0070ae;
}

.module-office .ry-flex .each .wrapper .group-text .sub-details .details span {
    font-size: 14px;
    color: #000;
    font-family: 'Inter';
    letter-spacing: -0.5px;
}

.module-office .ry-flex .each:hover .wrapper .photo img {
    transform: scale(1.2);
}


	.module-office-single .ry-photo.left {
		max-width: 420px;
		min-width: 360px;
		float: left;
		width: 35%;
	}

	.module-office-single .ry-photo.left img,
	.module-office-single .ry-photo.right img {
		width: 100%;
	}

	.module-office-single .ry-photo.right {
		max-width: 420px;
		min-width: 360px;
		float: right;
		width: 35%;
	}

	.module-office-single .ry-photo.left, 
	.module-office-single .ry-photo.right {
		margin-bottom: 30px;
	}
	
	.inner-slider-basic .slider-photo img {width: 100%;}

.inner-slider-basic .slider-photo .photo {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 20px;
    overflow: hidden;
}

.inner-slider-basic .slider-photo .photo img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	.inner-slider-basic  {
		padding-bottom: 80px;
	}
	.inner-slider-basic .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: 40px;
    width: 100%;
    gap: 10px;
}

.inner-slider-basic .slick-dots li {
    line-height: 0;
}

.inner-slider-basic .slick-dots li button {
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    background: #428bca;
    border-radius: 50%;
    border: unset;
    box-shadow: unset;
    opacity: .5;
    transition: .4s;
	padding: 0;
}

.inner-slider-basic .slick-dots li.slick-active button {
    width: 50px;
    border-radius: 5px;
    background: #0070af;
    opacity: 1;
} 
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1680px) {
	.ry-btn {
		font-size: 18px !important;
	}

	.ry-headline h2,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 62px;
	}

	.ry-headline h2 .span-1,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 span {
		font-size: 18px;
		letter-spacing: 2px;
	}

	.module-welcome.custom .ry-text h3 {
		font-size: 32px;
	}

	.module-vision .ry-content .ry-flex .block {
		width: 45%;
	}

	.module-spotlight .ry-flex .ry-each:nth-child(1),
	.module-welcome.custom .ry-each:nth-child(1) {
		padding-left: 0;
	}

	.module-impact .bottom-block .slick-arrow {
		width: 50px;
		min-width: 50px;
		height: 50px;
	}

	.module-impact .bottom-block .slick-arrow.slick-prev {
		left: -60px;
	}

	.module-impact .bottom-block .slick-arrow.slick-next {
		right: -60px;
	}

	.module-impact .bottom-block .ry-text h4 {
		font-size: 22px;
	}
}

@media (max-width: 1480px) {
	.module-43 .ry-right .ry-menu .nav-menu {
		padding-right: 30px;
		gap: 30px;
		justify-content: flex-end;
	}

	.module-43 .ry-right .ry-menu .nav-menu .primary a {
		font-size: var(--lg-small) !important;
		letter-spacing: -0.5px;
	}

	.module-43 .ry-right .button-wrapper a {
		min-width: 190px;
		font-size: var(--lg-small) !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (max-width: 1280px) {
	.module-43 .ry-right .ry-menu .nav-menu {
		padding-right: 20px;
		gap: 20px;
	}

	.module-43 .ry-right .button-wrapper a {
		min-width: 162px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media (max-width: 1190px) {

	#ry-section-header {
		display: none;
	}

	#theme2-smHeader {
		display: block !important;
	}
	
	#menu_container .mm-listview li a {
		font-size: var(--lg-small);
		line-height: 1;
		letter-spacing: initial !important;
	}

	#menu_container, 
	.mm-panel, 
	.mm-panels {
		padding-top: 60px;
		background: #0070af !important;
	}

	.mm-panel {
		padding-left: 0;
	}

	.mm-menu a {
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1;
		font-size: var(--lg-small);
		/* padding-left: 0; */
		text-transform: uppercase;
	}

	a.mm-navbar__title {
		padding: 10px 0;
	}

	.mobile-container {
		background: #fff;
		border: unset;
		box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
	}

	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 300px;
		min-width: 300px;
	}

	.mobile-container .mobile-nav button .hamburger-inner, 
	.mobile-container .mobile-nav button .hamburger-inner:before, 
	.mobile-container .mobile-nav button .hamburger-inner:after {
		background: var(--clr-primary);
	}

	.module-hero.custom {
		margin-top: 60px;
	}

	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button svg, 
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button img {
		width: 20px;
		height: 20px;
		fill: #fff;
	}

	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button img {
		width: 25px;
		height: 25px;
		filter: invert(1) brightness(10000);
	}
	
	#menu_container,
	.mm-panel, 
	.mm-panels {
		padding-left: 20px;
	}


}
	@media (max-width: 1180px) and (min-width: 1081px) {
		.module-search .search-panel .search-form #search-button {
			padding-left: 20px !important;
			padding-right: 20px !important;
			min-width: 180px !important;
		}
		.module-welcome.custom .ry-flex {
			align-items: center;
		}
	}
	@media (max-width: 1080px) {
		.home-search {
			bottom: 0;
		}
	.module-hero.custom .photo img.pin-logo {
		max-width: 360px;
	}
	.module-hero.custom .photo {
		padding-bottom: 80%;
	}

	.module-welcome.custom .ry-each:nth-child(1) {
		padding-left: 0;
		padding-right: 30px;
	}

	.module-welcome.custom .ry-each:nth-child(1) {
		padding: 0;
	}

	.module-welcome.custom .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 60px;
	}

	.module-welcome.custom .ry-flex .ry-each {
		width: 100%;
		max-width: 100%;
	}

	.module-welcome.custom {
		padding: 100px 0;
	}

	.module-welcome.custom .ry-headline h2 {
		text-align: center;
	}

	.ry-headline h2,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 52px;
	}

	.module-welcome.custom .ry-text h3 {
		font-size: 28px;
		text-align: center;
		margin-bottom: 20px;
	}

	.module-welcome.custom .ry-headline {
		margin-bottom: 20px;
	}

	.ry-text p {
		font-size: var(--lg-small);
	}

	.ry-btn {
		font-size: var(--lg-small) !important;
		padding: 20px 30px !important;
	}

	.module-welcome.custom .ry-flex .ry-each .ry-text p {
		text-align: center;
	}

	.module-welcome.custom .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}

	.module-vision .ry-content .ry-flex .block {
		width: 100%;
		max-width: 100%;
	}

	.module-vision .ry-content {
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
	}

	.module-vision .ry-content .section-background {
		position: relative;
		padding-bottom: 56.25%;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a579a753-1738-4b5e-9012-25edf1f2b9cd/Home_Assets/For_mobile_test_section_3.png);
		background-size: cover;
		background-position: left;
	}

	.module-vision .ry-content .section-background img {
		object-position: left;
	}

	.module-vision .ry-content .ry-flex {
		padding: 80px 60px;
		background: var(--clr-primary);
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		padding-bottom: 0;
	}

	.module-vision .ry-content .section-background img {
		opacity: 0;
	}

	.module-vision .ry-content .section-background:before {
		content: "";
		position: absolute;
		top: -2px;
		left: 0;
		width: 100%;
		height: 40%;
		background-image: linear-gradient(to bottom, var(--clr-primary), #ffffff00);
	}

	.module-vision {
		padding: 60px 0;
	}

	.module-spotlight {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.module-spotlight .ry-flex {
		gap: 60px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-spotlight .ry-flex .ry-each {
		max-width: 100% !important;
		width: 100%;
	}

	.module-spotlight .ry-flex .ry-each .ry-headline h2,.module-spotlight .ry-flex .ry-each .ry-text p {
		text-align: center;
	}

	.module-spotlight .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}

	.module-spotlight .ry-flex .ry-each:nth-child(2) {
		padding: 0;
		max-width: 768px !important;
	}

	.custom.module-impact {
		padding-top: 160px;
		padding-bottom: 200px;
	}

	.module-impact .bottom-block .button-wrapper {
		padding-top: 60px;
	}

	.module-impact .bottom-block .slick-list .each {
		margin: 0 10px;
	}

	.module-impact .bottom-block .slick-list {
		margin: 0 -10px;
	}

	.module-impact .bottom-block .slick-arrow {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}

	.module-impact .bottom-block .slick-arrow.slick-next {
		right: -50px;
	}

	.module-impact .bottom-block .slick-arrow.slick-prev {
		left: -50px;
	}

	.module-impact .bottom-block .slick-arrow::before {
		width: 10px;
		height: 10px;
	}

	.ry-headline h2 .span-1,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 span {
		letter-spacing: 1px;
	}

	.module-map .content .locations-v2 {
		margin: 40px 0 60px;
	}

	.module-map {
		padding: 100px 0;
	}

	.module-footer .footer-top .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 60px;
	}

	.module-footer .footer-top .ry-flex .ry-each:nth-child(1) {
		padding: 0;
		max-width: 320px;
	}

	.module-footer .footer-top .ry-flex .ry-each:nth-child(2), .module-footer .footer-top .ry-flex .ry-each:nth-child(3) {
		max-width: 100%;
		width: 100%;
	}

	.module-footer .footer-social .social-inner-wrap li {
		margin-bottom: 0 !important;
	}

	.module-footer .footer-top .ry-flex .ry-each .title {
		text-align: center;
	}

	.module-footer .footer-top .ry-flex .ry-each ul li a {
		text-align: center;
	}

	.module-footer .footer-top .ry-flex .ry-each .each-details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.module-footer .footer-top .ry-flex .ry-each .each-details div a {
		text-align: center;
		display: block;
	}

	.module-footer .footer-bottom .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.module-footer .footer-bottom .ry-each:nth-child(2) {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-footer .footer-bottom .ry-each * {
		text-align: center;
	}

	
	.module-impact .bottom-block {
		padding: 0 30px;
	}
	.module-spotlight .ry-flex .ry-each .ry-headline h2 {
		padding-right: 0;
	}

	.module-spotlight .ry-flex .ry-each .ry-text p {
		padding-right: 0;
	}
		.module-office .ry-flex .each {
			width: calc(50% - 15px);
		}

		.module-office .ry-flex {
			flex-wrap: wrap;
		}

		.module-office .ry-flex .each .wrapper .group-text .title {
			font-size: 22px;
			line-height: 1;
			font-weight: 700 !important;
		}
}
	@media (max-width: 1024px) {
		.module-search {
    bottom: 40px;
}
	}
@media (max-width: 768px) {
	.module-hero.custom .photo {
		padding-bottom: 120%;
	}
	
	.module-office .ry-flex .each .wrapper .group-text {
		padding-top: 20px;
	}

	.module-office .ry-flex .each .wrapper .group-text .title {
		font-size: 20px;
	}
}

	@media (max-width: 680px) {
		.module-hero.custom .photo img.pin-logo {
			top: 30%;
		}
		.module-footer .footer-top .ry-flex .ry-each .footer-form .button-wrapper .form-group {
			clear: both;
			margin-top: 10px;
		}
	}
@media (max-width: 620px) {
	.ry-headline h2,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 46px;
	}

	.module-vision .ry-content .ry-flex .block .ry-headline h2 {
		text-align: center;
	}

	.module-vision .ry-content .ry-flex .block .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}

	.module-vision .ry-content .ry-flex {
		margin-bottom: -1px;
	}

	.ry-text p {
		line-height: 1.5;
	}

	.module-map #mapCustom {
		height: 620px;
	}

	.module-footer .footer-top .ry-flex .ry-each .footer-form .button-wrapper .form-group {
		margin-top: 20px;
		justify-content: center;
	}

	.module-footer .footer-top .ry-flex .ry-each .footer-form .field-wrapper {
		flex-direction: column;
		gap: 0;
	}

	.module-footer .footer-top .ry-flex .ry-each .footer-form .field-wrapper .field-group {
		width: 100%;
	}

	.module-welcome.custom .ry-text h3 {
		font-size: 24px;
	}

	.module-impact .bottom-block .ry-text {
		padding-left: 10px;
		padding-right: 10px;
	}

	.module-impact .bottom-block .ry-text h4 {
		font-size: 20px;
	}
	
	.module-hero.custom .photo {
		padding-bottom: 80%;
	}
	
	.module-office .ry-flex .each {
		width: calc(50% - 5px);
	}

	.module-office .ry-flex {
		gap: 40px 10px;
	}
	.module-office .ry-flex .each .wrapper .group-text .title {
		font-size: 18px;
		margin-bottom: 10px;
	}


	.module-office .ry-flex .each .wrapper .group-text .sub-details .details span {
		font-size: 12px;
	}
	.module-office-single .ry-photo.left,
	.module-office-single .ry-photo.right {
		max-width: 100%;
		min-width: unset;
		width: 100%;
	}
}
@media (max-width: 480px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.module-office .ry-flex .each .wrapper {
		border-radius: 10px;
	}
	.mobile-container .flex-wrap .mobile_logo img {max-width: 240px;min-width: 240px;}

	.mobile-container .flex-wrap .flex-item.left-nav {
		padding-left: 15px;
	}

	.mobile-container .mobile-nav {
		margin-right: 10px;
	}

	.mobile-container .flex-wrap .flex-item.right-nav {
		padding-right: 15px;
	}

	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child {
		margin-right: 5px;
	}

	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		width: 35px;
		height: 35px;
	}

	.mobile-container {
		/* min-height: 80px; */
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.module-welcome.custom .ry-text h3 {
		font-size: 20px;
	}

	.module-vision .ry-content .ry-flex {
		padding: 60px 30px 0;
	}

	.ry-headline h2,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 38px;
		letter-spacing: -0.5px;
	}

	.module-impact .bottom-block .slick-arrow {
		width: 35px;
		min-width: 35px;
		height: 35px;
	}

	.module-impact .bottom-block .slick-arrow.slick-prev {
		left: -40px;
	}

	.module-impact .bottom-block .slick-arrow.slick-next {
		right: -40px;
	}

	.custom.module-impact {
		padding-top: 60px;
	}

	.module-map {
		padding-top: 0;
	}

	.module-map #mapCustom {
		height: 460px;
	}
	
	

	.module-hero.custom {
		margin-top: 70px;
	}

	.module-hero.custom .photo {
		padding-bottom: 200%;
	}

	.home-search {
		bottom: 0;
	}

	.module-hero.custom .photo img.pin-logo {
		max-width: 320px;
		top: 20%;
	}

	.home-search .module-search {
		bottom: 30px;
	}

	.module-search .search-panel .search-form #search-button {
		margin-top: 10px;
		height: auto;
		display: flex;
		gap: 10px;
	}

	.module-search .search-panel .search-form .field-block input,
	.module-search .search-panel .search-form .field-block select {
		font-size: 14px;
	}

	.home-search .module-search .search-panel .search-form #search-button {
		height: auto;
	}
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

	@media (min-width: 2100px) {

		/** PLACE YOUR DESKTOP AND UP CSS HERE **/
		.custom.module-impact {
			padding-top: 300px;
			margin-top: -1px;
		} 
	}